Hi, i'll know if it's possible to set more than one OU in the writing area of an management role?
I've tried it with creating a new managementScope with two RecipientRestrictionFilters like this:
New-ManagementScope –Name “Location B Admins” –RecipientRestrictionFilter { (DistinguishedName –Like “*,OU=Users,DC=locationB,DC=ch”) –OR (DistinguishedName –Like “*,OU=Computers,DC=locationB,DC=ch”) }
... but then i'll get an error of Invalid Filter Syntax
Can anyone help me?
Thanks