Changing the default OU for computers is one of the first things I do after setting up a new domain – mainly as it ensures all my group policy objects are applied.
The following command will change the default OU to domain.local\Company\Computers
redircmp "ou=Computers,ou=Company,dc=domain,dc=local"
Leave a Reply