DC1 ADDS - Henryisgreat/GROUP14Final GitHub Wiki

Domainn Control 1

Set up DC1 Network sconfig

  • Computer Name: DC1-group14
  • IP: 10.0.5.10
  • Netmask: 255.255.255.0
  • Gateway: 10.0.5.2
  • Preferred DNS: 10.0.5.10

Active Directory

  • cd.. out of all directories
  • cd \Windows\System32\en-US
  • powershell
  • Install-WindowsFeature AD-Domain-Services -IncludeManagementtools
  • Install-ADDSForest -DomainName group14.local
  • test: whoami (group14\adiminstrator)
  • Run Script for dns