specify machine OU
I am looking for a method to create the machine account in a specific OU, instead of the default "Domain/Computers" in the Windows 7 scripted install. Anyone out there done this?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
kena
14 years ago
In the xml file, find the the UnattendedJoin component and add the line for MachineObjectOU
<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Identification>
<JoinDomain>DOMAINNAME</JoinDomain>
<MachineObjectOU>OU=OULEVEL, OU=OUNAME1, DC=DOMAIN</MachineObjectOU>
<Credentials>
<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Identification>
<JoinDomain>DOMAINNAME</JoinDomain>
<MachineObjectOU>OU=OULEVEL, OU=OUNAME1, DC=DOMAIN</MachineObjectOU>
<Credentials>
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.