It seems I am failing to get a list of members in a dynamıc Distribution list in Exchange 2013. This are DDL's created in exchange 2010, but now we have migrated to exchange 2013 CU9. I have tried the command below but returns a list of all the mailboxes in exchange 2013, but I just need a for specific DDL's
$FTE = Get-DynamicDistributionGroup "Full Time Employees"
Get-Recipient -RecipientPreviewFilter $FTE.RecipientFilter
I have seen some threads about this but it seems there is no exact answer. Does some one have another script for this ?