Preview recipients that are members of a dynamic distribution list

From the Exchange Management Console you may preview the recipients  returned from the recipient filter applied to the dynamic distribution group.

It is also possible to do this from the Exchange Management Shell by invoking the Get-Recipient cmdlet  agaisnt the recipient filter of the dynamic distribution group as below:

Get-Recipient -RecipientPreviewFilter (Get-DynamicDistributionGroup -Identity "<Dynamic Distrubution Group>").RecipientFilter | Select Name

For Example, to return the names of recipients that match the filter for the dynamic distribution group Sales:

Get-Recipient -RecipientPreviewFilter (Get-DynamicDistributionGroup -Identity "Sales").RecipientFilter | Select Name

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s