From 3afd170b06ca11e17a255b872c707c6684e16334 Mon Sep 17 00:00:00 2001 From: John Hammond Date: Thu, 19 May 2022 14:49:10 -0700 Subject: [PATCH] Initial commit -- up to date on videos thus far --- README.md | 2 ++ videos/00_install_vms/README.md | 5 +++++ videos/01_install_dc/README.md | 13 +++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 README.md create mode 100644 videos/00_install_vms/README.md create mode 100644 videos/01_install_dc/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dcc058e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Active Directory Setup + diff --git a/videos/00_install_vms/README.md b/videos/00_install_vms/README.md new file mode 100644 index 0000000..8dd4e8c --- /dev/null +++ b/videos/00_install_vms/README.md @@ -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 \ No newline at end of file diff --git a/videos/01_install_dc/README.md b/videos/01_install_dc/README.md new file mode 100644 index 0000000..7243f10 --- /dev/null +++ b/videos/01_install_dc/README.md @@ -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 +``` +