Active Directory Fundamentals

Install & configure AD DS with core best practices.

Prerequisites

1. Install AD DS Role

Use Server Manager or PowerShell:

Powershell
Install-WindowsFeature AD-Domain-Services -IncludeManagementTools

2. Promote to Domain Controller

  1. Post-install tasks → Promote this server to a domain controller.
  2. Create new forest (example: corp.local).
  3. Specify DSRM password and complete wizard.

3. DNS Configuration

Ensure clients use the DC IP as primary DNS.

Common Tasks

Best Practices