Your network contains an Active Directory domain named contoso.com. The domain
contains an organizational unit (OU) named OU1.
You need to ensure that when new client computers join the domain, their computer
accounts are created in OU1 by default.
What should you do?
A.
From Windows PowerShell, run the Move-ADObjectcmdlet.
B.
From a command prompt, run the redircmp.exe command.
C.
From ADSI Edit, configure the properties of the OU1 object.
D.
From Ldp, configure the properties of the Computers container.
Explanation:
Redirects the default container for newly created computers to a specified, target
organizational unit (OU) so that newly created computer objects are created in the specific
target OU instead of in CN=Computers.
The CN=Computers container is a computer-protected object. For backward compatibility
reasons, you cannot (and must not) remove it.
References:
http://technet.microsoft.com/en-us/library/cc770619.aspx
Basically the same question as #85 but with slightly different wording.