Skip to content

jmagness/IFT220_Lab3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

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/

About

Just for teaching Git and PowerShell in my configuration Management and Active Directory course at ASU.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors