Initial commit -- up to date on videos thus far

main
John Hammond 2022-05-19 14:49:10 -07:00
commit 3afd170b06
3 changed files with 20 additions and 0 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# Active Directory Setup

View File

@ -0,0 +1,5 @@
# 00 - Install VMs
1. Installed Windows Server 2022 as a Virtual machine in VMware Workstation
2. Installed Windows 11 as a Virtual machine in VMware Workstation

View File

@ -0,0 +1,13 @@
# 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
```shell
Install-WindowsFeature AD-Domain-Services -IncludeManagementTools
```