Get The Members of a Dynamic Distribution Group

To get the list of all the members of a Dynamic Distribution Group in Exchange. Simply run the following in Exchange Management PowerShell:

$DDGroup = Get-DynamicDistributionGroup "Information Technology Division"
Get-Recipient -RecipientPreviewFilter $DDGroup.RecipientFilter

 

Loading