Active Directory Home Lab
Built a local AD environment to practice common attacks including NTLM relay, token impersonation, and Kerberos abuse.
Tools: Windows Server, OSTicket
Added: February 17, 2026
π₯οΈ Active Directory Enterprise Lab (Windows Server 2022)
A complete enterprise-grade Active Directory environment built from scratch using Windows Server 2022, Windows 10/11, Group Policy, NTFS permissions, file servers, printers, and real-world help desk workflows. This project simulates a real corporate IT infrastructure and demonstrates practical system administration skills.
π Project Overview
This lab environment includes:
- 1 Domain Controller (Windows Server 2022)
- 2 Domain-joined workstations (Windows 10 & Windows 11)
- Fully structured Organizational Units (OUs)
- Department-based security groups
- Group Policies for security and workstation control
- File server with NTFS permissions
- Home folders (H:) with automatic provisioning
- Shared drive (S:) deployed via GPO
- Print server with automatic printer deployment
- Real-world IT troubleshooting tasks
Network used: 192.168.192.130 β 134
ποΈ Architecture Overview
VMware Workstation Lab β βββ DC01 (Windows Server 2022) β βββ Active Directory Domain Services β βββ DNS β βββ Group Policy Management β βββ File Server β βββ Print Server β βββ Home Folder Server β βββ WIN10-CLIENT (Domain Joined) βββ WIN11-CLIENT (Domain Joined)
π’ 1. Active Directory Setup
β Installed Windows Server 2022
Configured static IP, hostname, Windows updates.

β Promoted DC01 to Domain Controller
Domain: C.LOCAL

β DNS Installed
Forward lookup zones configured; verified workstation DNS registration.
β Troubleshooting
- β RSoP not showing applied policies
β Fixed by linking GPO to the correct OU (Employees).
ποΈ 2. Organizational Unit Structure
Company βββ Employees β βββ HR β βββ Finance β βββ Sales β βββ IT βββ Workstations βββ Groups

Each department contains users + a matching security group.
π₯ 3. Users & Security Groups
Created department users and groups:
| Department | Group | Example User |
|---|---|---|
| HR | HR-Staff | sarah.brown |
| Finance | Finance-Staff | emma.stone |
| Sales | Sales-Staff | john.smith |
| IT | IT | admin.it |
β Issue Encountered
- β βWindows cannot find ITβ when adding group permissions
β Cause: OU existed but the security group didn't
β Fix: Created βITβ security group.
π¦ 4. Group Policy Management
Policies Configured:
β Desktop Wallpaper
Using a shared UNC path: \DC01\Wallpapers\company.jpg

β Block Control Panel
User Configuration β Administrative Templates β Control Panel β Prohibit Access

β Block USB Storage
Computer Configuration β Administrative Templates β System β Removable Storage Access
β Login Script
VBS script stored in SYSVOL for a welcome popup.
β Password Policies
Updated in Default Domain Policy:
- Minimum password length: 8
- Password history: 5
- Maximum password age: 90 days
- Complexity requirements: Enabled
ποΈ 5. File Server + NTFS Permissions
Created:
C:\CompanyData
βββ HR
βββ Finance
βββ Sales
βββ IT
Permissions Applied:
| Folder | Allowed Group | Permissions |
|---|---|---|
| HR | HR-Staff | Modify |
| Finance | Finance-Staff | Modify |
| Sales | Sales-Staff | Modify |
| IT | IT | Full Control |
![]() |
β Issue Encountered
User could access HR but not Sales.
β Fix
Disabled inheritance β Converted permissions β Added Sales-Staff group correctly.
π 6. Drive Mapping (S:)
Deployed via GPO:
User Configuration β Preferences β Windows Settings β Drive Maps
Mapped:
S: β \DC01\CompanyData

Users only see folders allowed by NTFS permissions.
π 7. Home Folders (H:)
Configured path:
\DC01\HomeFolders\%username%
β Issue Encountered
βYou do not have create access on the serverβ
β Fix
Shared the HomeFolders directory β Assigned correct share permissions β AD successfully created home folders.
π¨οΈ 8. Print Server & Printer Deployment
- Installed Print and Document Services
- Created dummy network printer (LPT1 port)

- Shared as: \DC01\OfficePrinter
- Deployed printer using GPO
- Verified printer installation on Windows 10 & 11 clients

π οΈ 9. Help Desk Simulation Tasks
Practiced real-world IT support tasks:
- Password resets
- Account unlocks
- Adding users to groups
- Moving computers to correct OUs
- Running gpupdate & gpresult
- Diagnosing GPO failures
- Fixing NTFS and share permissions
- RDP troubleshooting
- DNS verification
π§ͺ 10. Testing
| Test | Result |
|---|---|
| GPOs applying | β |
| Wallpaper working | β |
| USB blocked | β |
| S: drive mapping | β |
| H: drive mapping | β |
| Printer deployed | β |
| Department folder access | β |
| Domain login | β |
π§° Tools Used
- Windows Server 2022
- VMware Workstation
- Windows 10 / Windows 11
- Group Policy Management
- Active Directory Users & Computers
- NTFS & Share Permissions
- DNS
- Print Management
- RSOP / gpresult
- Ubuntu & Kali Linux (testing)
π Conclusion
This project replicates an enterprise Windows domain and demonstrates:
- Active Directory administration
- Group Policy design
- File/Print server configuration
- Windows workstation management
- Real help desk troubleshooting
- Corporate-level permission structure
This matches the skills needed for:
- IT Support
- Help Desk Technician
- Junior System Administrator
- Entry-level Cybersecurity roles
