In some cases, permissions to Active Directory containers or objects may not have been created or updated properly during the preparation process for AD DS. With the following actions, a user can establish permissions directly on a container for any specified object.
Create Office Communications Server Permissions
The
-
/OU The containers distinguished name relative to the domain root container distinguished name. -
/ObjectType The type of Office Communications Server object for which to create permissions. Options are User, Contact, AppContact, InetOrgPerson, and Computer.
Before starting this task, you must be logged on to the domain computer by using Domain Admins credentials for the domain with the organizational unit containers that will receive permissions. Use the following syntax and parameters examples.
Copy Code | |
---|---|
LCSCmd.exe /Domain[:{Domain FQDN}] /Action:CreateLcsOuPermissions /OU:<CN=name> /ObjectType:{User | InetOrgPerson | Computer | Contact | AppContact} |
Such as:
Copy Code | |
---|---|
LCSCmd.exe /Domain /Action:CreateLcsOuPermissions /OU:"OU=Dept1Users,OU=UsersOU" /ObjectType:user |
Check Office Communications Server Permissions
The
Copy Code | |
---|---|
LCSCmd.exe /Domain[:<Domain FQDN>] /Action:CheckLcsOuPermissions /OU:<distinguished name of container relative to the domain root> /ObjectType:{User | InetOrgPerson | Computer | Contact | AppContact} |
Such as:
Copy Code | |
---|---|
LCSCmd.exe /Domain /Action:CheckLcsOuPermissions /OU:"OU=Dept1Users,OU=UsersOU" /ObjectType:user |
Remove Office Communications Server Permissions
Use the
Copy Code | |
---|---|
LCSCmd.exe /Domain[:<Domain FQDN>] /Action:RemoveLcsOuPermissions /OU:<CN=name> /ObjectType:{User | InetOrgPerson | Computer | Contact | AppContact} |
Such as:
Copy Code | |
---|---|
LCSCmd.exe /Domain /Action:RemoveLcsOuPermissions /OU:"OU=MyUsers" /ObjectType:user |