Get-Recipient -RecipientPreviewFilter $MarketingGroup.RecipientFilter -OrganizationalUnit $MarketingGroup.OrganizationalUnitThe above cmd assumes the DDG is in the Same OU as the filter tab which may not be the case. Make sure this matches the filter tabGet-Recipient -RecipientPreviewFilter $MarketingGroup.RecipientFilter -OrganizationalUnit <Filter-TAB-OU>orGet-Recipient -RecipientPreviewFilter $MarketingGroup.RecipientFilter -OrganizationalUnit $MarketingGroup.RecientContainer
↧