Sunday, October 16, 2016

Exchange Dynamic Distribution Group Members

  Popular articles MS "View members of a dynamic distribution group" describes how you can get a list of users who will delivery.
   But if you create a dynamic distribution group based on the Organizational Unit, this article does not apply :)
  This can be verified if to do so:

$FTE = Get-DynamicDistributionGroup "Full Time Employees"

and see the value of:

$FTE.RecipientFilter

there is no filter "Organizational Unit"
   To add an OU, you can use the filter type:

Get-Recipient -OrganizationalUnit $FTE.RecipientContainer.DistinguishedName


No comments:

Post a Comment