Exchange: List all members for ‘Dynamic Distribution Group’
https://anandthearchitect.com/page/3/
Since Dynamic Distribution Group lists its members by running the query (to Get-Recipient command) whenever someone sends email to this DL. But how do we troubleshoot if a user is not receiving email from this DL. Why would this user left out? Exchange 2010 onwards Microsoft provided PowerShell is the only way to check the members of Dynamic DL. I am going to explain how to do it?
We are going to use the following commands: Get-DynamicDistributionGroup and Get-Recipient.
First get the dynamic DL named DL-NorthAmerica and assigned to variable $dl.