|
dunch -> RE: EAP by group (30.Dec.2008 8:24:01 PM)
|
When i type this comman i get som errors. New-EmailAddressPolicy “COMTROL EAP” -RecipientFilter {((MemberOfGroup -eq “CN=CONTROL,OU=Groups,OU=CONTROL,OU=Hosting,DC=domain,DC=local”) -and (RecipientType -eq ‘UserMailbox’))} -EnabledPrimarySMTPAddressTemplate ‘SMTP:%g%1s@testdom.local’ Error: New-EmailAddressPolicy : Cannot bind parameter 'RecipientFilter' to the target. Exception setting "RecipientFilter": "Invalid filter syntax. For a description of the filter parameter syntax see the command help. "((MemberOfGroup -eq "CN=CONTROL,OU=Groups,OU=CONTROL,OU=Hosting,DC=cpit,DC=dk" ) -and (RecipientType -eq `UserMailbox'))" at position 21." At line:1 char:54 + New-EmailAddressPolicy "COMTROL EAP" -RecipientFilter <<<< {((MemberOfGroup -eq "CN=CONTROL,OU=Groups,OU=CONTROL,OU=Hosting,DC=domain,DC=local") -and (Recipient Type -eq `UserMailbox'))} -EnabledPrimarySMTPAddressTemplate `SMTP:%g%1s@testdom.local'
|
|
|
|