Skip to content

Setting up Active Directory

This shows how to set up active directory on two computers
Computer 1: Forest
Computer 2: Domain in said forest

Install Active Directory PowerShell

# Install AD tools
Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools

Step-by-step instructions on setting up Active Directory

[optional] Useful Powershell Commands

1. Setup forest [Computer 1]

2. Setup domain for the forest [Computer 2]

Setup Static IP

Resources

  1. Educational videos