How can I set up my computer account organizational unit (OU) during unattended installation?

John Savill

September 17, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. Typically, when you create a computer account, it is added to the Computers OU of the domain. Using an unattended answer file, you can configure an OU to house the computer account.

  1. Open the unattended answer file (unattend.txt).

  2. Under the [Identification] section, add the following line:

    MachineObjectOU = [full LDAP path]
    


    For example, you might add the line

    MachineObjectOU = "OU = London,OU = Sales,DC = SavillTech,DC = com"
    


  3. Save the change.

You can also use MachineObjectOU in the sysprep.inf file if you are using the Windows 2000 System Preparation Tool (SysPrep) 1.1. SysPrep is a utility that helps prepare a Win2K Server or Win2K Pro machine for disk duplication or imaging. You can download SysPrep 1.1 from the Microsoft Web site.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like