I have a existing ddl list that works fine but I want to narrow it down to one recipient container. I run the following command and it completes with no errors but users from other ou's still appear in the list. Any help will be appreciated.
Thanks!
set-DynamicDistributionGroup -Identity "testlist" -RecipientFilter {((title -eq "OpsUser 1") -or (title -eq "OpsUser2") -or (title -eq "OpsUser3") -or (name -eq "smithb"))} -RecipientContainer "abc.org\employees"