Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.67 KB

File metadata and controls

36 lines (30 loc) · 1.67 KB

IFT220_Lab3

Build a Domain Controller for a one tree Forest

  1. Deliverable

    1. The deliverable for the lab is the completed "DC Build Worksheet" from this repo
  2. Prep

    1. Patch/update your VM
    2. When it's fully updated, take a VM snapshot so you can undo if something goes wrong
    3. Read the domain.ps1 script from Lab2 so you know what it's going to do
    4. Read the postdomain.ps1 script from Lab2 so you know what it's going to do
    5. Read the organizationalunits.ps1 script from Lab2 so you know what it's going to do
      1. You should have edited the script to update the domainComponents (DC=)
    6. Update your fork of Lab2
      1. Open PowerShell ISE, CD into your lab 2 folder, and run the commands:
        1. git remote add upstream https://github.com/ericcase/IFT220_Lab2.git
        2. git fetch upstream
        3. git checkout master
        4. git merge upstream/master
        5. git push
  3. Run 1st Script

    1. Run the domain.ps1 script
    2. Read the prompts carefully
    3. If you get errors, research them on your own before asking for help, restore to your snapshot as needed
  4. Run 2nd Script

    1. Run the postdomain.ps1 script
    2. Check any errors, research them on your own before asking for help, restore to your snapshot as needed
  5. Run 3rd Script

    1. Run the organizationalunits.ps1 script
    2. If you get errors, research them on your own before asking for help, restore to your snapshot as needed
  6. (Optional) Configuring Time Synchronization for all Computers in a Windows domain

    1. https://www.altaro.com/hyper-v/configuring-time-synchronization-for-all-computers-in-windows-domain/