I have a large Enterprise AD environment. I have MY OU structure goes has follows Country OU then Site OU then an OU called Server.
Every Site OU has a Sub OU called Servers.
I am trying to implement laps, specifically trying to set computer permission the command as follows is how it is documented
Set-AdmPwdComputerSelfPermission -OrgUnit OU=Server.DC=Contoso,DC=ORZG.
I have tried running the command Set-AdmPwdComputerSelfPermission
-OrgUnit OU=Servers,OU=site,OU=Country,DC=Contoso,DC=org.
The command failing. What am I doing wrong?