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:
and see the value of:
there is no filter "Organizational Unit"
To add an OU, you can use the filter type:
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