This project documents a Windows home lab built to simulate a small business Active Directory environment. The lab demonstrates core IT support and system administration fundamentals relevant to entry-level helpdesk and MSP environments.
The goal of this lab is to gain hands-on experience with domain controllers, client domain joining, DNS configuration, and shared resource management in a controlled virtual environment.
- Hypervisor: Oracle VirtualBox
- Server OS: Windows Server 2022 Evaluation
- Client OS: Windows 11 Enterprise Evaluation
- Domain:
lab.local
- Internal virtual network for domain communication
- NAT adapter for internet access
- Domain controller assigned a static IP address
- Client configured to use the domain controller as DNS
This lab was built to develop practical experience with:
- Active Directory Domain Services (AD DS) setup
- DNS configuration and troubleshooting
- Joining Windows clients to a domain
- Virtual network configuration
- Technical documentation and troubleshooting workflow
- Installed Windows Server 2022
- Installed Active Directory Domain Services
- Promoted the server to a domain controller
- Configured DNS services
- Assigned a static IP address
- Installed Windows 11 Enterprise Evaluation
- Configured DNS to point to the domain controller
- Joined the client to the
lab.localdomain - Verified domain authentication
- Created a domain user account in Active Directory
- Successfully joined Windows 11 client to the domain
- Verified domain login using domain credentials
- Default Active Directory containers do not support Group Policy
- Created custom Organizational Units (OUs) at the domain root and moved user and computer objects into them for proper Group Policy scoping.
- Created folder on Domain Controller with 2 (IT & General Staff) wallpapers in it
- Created Desktop Wallpaper Group Policy to force image as wallpaper
- Verified policy application using gpresult and user logoff/logon testing
- Created folder on Domain Controller with 2 (IT & General Staff) folders in it
- Set permissions so IT has full control & Staff has access to their folder
- Used Active Directory security groups to control access to shared folders
- Windows Server administration
- Active Directory management
- Creating Basic Group Policies
- Beginner File Sharing permissions
- DNS troubleshooting
- Network configuration
- Virtual lab design
- Technical documentation
Issue: Client initially failed to join the domain due to incorrect DNS configuration.
Resolution: Manually configured the client to use the domain controller as its DNS server, restoring domain communication.
Issue: Windows 11 Home edition could not upgrade to Enterprise for domain joining.
Resolution: Performed a clean installation of Windows 11 Enterprise Evaluation ISO to ensure full domain compatibility.
Issue: Wallpaper wouldn't set on Client device
Resolution: Tested folder access using run which failed, I reconfigured folder permissions on the Domain Controller and logged back into the Client.