Active Directory Lab: Install the Windows Systems

Overview

This is the seventh post in a multi-part series that illustrates how to customize the Windows installer media to automate the process of installing a Windows AD domain controller, a Windows file server, and a Windows desktop environment. This article details the process for installing the Windows systems using the customized installer ISOs.

Install the Window Systems

Install the Domain Controller

  1. Edit the dc VM settings to use AD-Lab-DC.iso for the DVD drive. 
  2. Start the router VM and allow it to finish booting.
  3. Start the dc VM.
  4. Press any key to boot to the DVD drive and allow the automated installation to complete; the system will restart twice.
  5. Log in with CONTOSO\Administrator.
  6. Run the following in an Administrator PowerShell to populate the domain with a variety of AD objects:

    & "C:\ProgramData\AD Lab\Scripts\ad-lab-configure.ps1"
  7. Edit the dc VM settings and remove the ISO from the DVD drive.

Install the File Server

  1. Edit the server VM settings to use the AD-Lab-Server.iso for the DVD drive.
  2. Start the router and dc VMs and allow them to finish booting.
  3. Start the server VM.
  4. Press any key to boot to the DVD drive and allow the automated installation to complete; the system will restart.
  5. Log in with CONTOSO\Administrator.
  6. Run the following in an Administrator PowerShell to set NTFS permissions on C:\Share and create the SMB share:

    & "C:\ProgramData\AD Lab\Scripts\ad-lab-create-share.ps1"
  7. Edit the server VM settings and remove the ISO from the DVD drive.

Install the Client

  1. Edit the client VM settings to use the AD-Lab-Client.iso for the DVD drive.
  2. Start the router and dc VMs and allow them to finish booting.
  3. Start the client VM.
  4. Press any key to boot to the DVD drive and allow the automated installation to complete; the system will restart.
  5. Edit the client VM settings and remove the ISO from the DVD drive.

Notes and Caveats

Thanks to Dynamic memory, actual resource consumption may be less than the stated requirement, however, you must have the full amount available to start each virtual machine.


Install the Windows Systems

Next: Conclusion