Can you use powershell to set permissions on an AD object?
I want to add a group and set "deny read" and "deny open address list" permissions on the default global address list for the group.
I can access it and know how to set properties and commit them, I just don't know how to add a group to the permission and set permissions.
$cn = [ADSI]”LDAP://CN=Default Global Address List,CN=All Global Address Lists,CN=Address Lists Container,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=mydomain,DC=local"
Thanks
I want to add a group and set "deny read" and "deny open address list" permissions on the default global address list for the group.
I can access it and know how to set properties and commit them, I just don't know how to add a group to the permission and set permissions.
$cn = [ADSI]”LDAP://CN=Default Global Address List,CN=All Global Address Lists,CN=Address Lists Container,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=mydomain,DC=local"
Thanks