create machine acct Win 7
Has anyone got suggestions on how to create the machine account in a specific OU path in the scripted install?? By default the domain join creates the machine account in Domain/Computers - our preferred location in AD is different
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
jody
14 years ago
Something like this is most likely what you're looking for:
<settings pass="specialize">
<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Identification>
<JoinWorkgroup></JoinWorkgroup>
<MachineObjectOU>OU=MyOu,DC=MyDomain,DC=com</MachineObjectOU>
<JoinDomain>MyDomain</JoinDomain>
</Identification>
</component>
<settings pass="specialize">
<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Identification>
<JoinWorkgroup></JoinWorkgroup>
<MachineObjectOU>OU=MyOu,DC=MyDomain,DC=com</MachineObjectOU>
<JoinDomain>MyDomain</JoinDomain>
</Identification>
</component>
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.