Enterprise User Management: Active Directory Lab

Overview

To simulate a corporate IT environment, I built a virtualized Windows Server ecosystem. This lab focuses on centralized user management, security policies, and network resource administration—key components of modern enterprise IT support.

Architecture

Active Directory lab architecture showing Domain Controller and Client VMs

The lab environment is hosted on a hypervisor with the following configuration:

Implementation

I initialized the forest and domain using Server Manager. Once the DC was established, I focused on organizing the directory for scalability:

Windows Group Policy Management console

Troubleshooting

During the setup, the Windows 10 client failed to join the domain despite being on the same subnet. I diagnosed this as a DNS resolution issue. The client was using the router's DNS instead of the Domain Controller's. After manually pointing the client's IPv4 DNS settings to the DC's static IP, the domain join was successful.

Results

Technologies Used