active_directory/videos/01_install_dc
John Hammond ff9c90c1ad Generate an AD environment based of a JSON configured structure 2022-05-19 22:35:13 -07:00
..
README.md Generate an AD environment based of a JSON configured structure 2022-05-19 22:35:13 -07:00

README.md

01 Installing the Domain Controller

  1. Use sconfig to:

    • Change the hostname
    • Change the IP address to static
    • Change the DNS server to our own IP address
  2. Install the Active Directory Windows Feature

Install-WindowsFeature AD-Domain-Services -IncludeManagementTools
Get-NetIPAddress

Joining the Workstation to the domain

Add-Computer -Domainname xyz.com -Credential xyz\Administrator -Force -Restart