Display Recipients of Exchange Dynamic Distribution Group
You can't expand and display Dynamic Exchange Distribution Group members in Outlook like you can with a normal Distribution Group.
The quick and easy Exchange PowerShell command to display Dynamic Distribution Group membership:
- Get-Recipient -RecipientPreviewFilter (Get-DynamicDistributionGroup "Group Name").RecipientFilter
Unfortunately, if your Distribution Group utilizes Recipient Container parameter, the above command will not work properly as it doesn't respect Recipient Container and will display all recipients, regardless of their Organizational Unit.