Initial commit -- up to date on videos thus far
commit
3afd170b06
|
@ -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
|
|
@ -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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue