homelab

Active Directory Deployment on Windows Server 2022 Core

Active Directory DC (corp.homelab.lan) on Windows Server 2022 Core in Proxmox VM, with integrated DNS, OU structure and security GPOs.

Context

Deployment of an Active Directory environment in the homelab for hands-on Windows Server administration in realistic conditions. The DC runs on PVE-02 (always-on) in VLAN 10 MGMT. The domain corp.homelab.lan is intentionally separate from homelab.lan (Proxmox infra FQDN) — no collision with existing DNS resolution.

Technical parameters

Parameter Value
Proxmox VM vm-dc-01 (VMID 502)
Host node PVE-02 (HP ProDesk 600 G2, 24/7)
Windows hostname DC01 → FQDN DC01.corp.homelab.lan
OS Windows Server 2022 Standard Core (180-day eval, no Desktop Experience)
Static IP Fixed IP on VLAN 10 MGMT
Gateway pfSense (VLAN 10 MGMT)
DNS (post-promotion) 127.0.0.1 + forwarder → AdGuard Home (VLAN 10 MGMT)
AD domain corp.homelab.lan (new forest, functional level WinThreshold/2016)
VM resources 2 vCPU (host), 4096 MB RAM (balloon off), 60 GB VirtIO SCSI
Firmware UEFI (OVMF) + q35 machine type

What I did

Phase 1 — Windows Server 2022 Core VM

Phase 2 — AD DS promotion + DNS corp.homelab.lan

Group Policy (GPO)

Architecture decisions

Topic Decision Reason
OS mode Core (no Desktop Experience) ~4 GB RAM, CLI/PowerShell = real SISR practice
Host node PVE-02 (24/7) DC must stay available continuously
VLAN VLAN 10 MGMT No recabling needed, uplink already in VLAN 10 access mode
DHCP No DHCP role on DC Kea/pfSense stays the VLAN 10 DHCP server
Domain corp.homelab.lan Zero collision with homelab.lan or services domain

Skills covered

Active Directory is the foundation of digital identity management (B3.2) and IT asset management (B1.1). GPOs enable centralised equipment and usage hardening (B3.3). The integrated DNS configuration covers directory service deployment (B2.2).