This document outlines the initial deployment and configuration of the Active Directory Home Lab environment.
| Item | Value |
|---|---|
| Hypervisor | VMware Workstation Pro |
| Domain Controller | DC01 |
| Client Workstation | CLIENT01 |
| Domain Name | adlab.local |
| Forest Functional Level | Windows Server 2022 |
| Domain Functional Level | Windows Server 2022 |
DC01
| Setting | Value |
|---|---|
| IP Address | 192.168.66.10 |
| Subnet Mask | 255.255.255.0 |
| Default Gateway | None |
| Preferred DNS Server | 192.168.66.10 |
The Domain Controller was configured with a static IPv4 address and configured to use itself as the preferred DNS server.
| Setting | Value |
|---|---|
| IP Address | 192.168.66.20 |
| Subnet Mask | 255.255.255.0 |
| Default Gateway | None |
| Preferred DNS Server | 192.168.66.10 |
The following Windows Server roles were installed:
- Active Directory Domain Services (AD DS)
- DNS Server
Domain Name: adlab.local
NetBIOS Name: ADLAB
The server was promoted to a Domain Controller using:
Add a new forest
with the following configuration:
| Setting | Value |
|---|---|
| Domain Name | adlab.local |
| Forest Functional Level | Windows Server 2022 |
| Domain Functional Level | Windows Server 2022 |
| DNS Server | Installed |
| Global Catalog | Enabled |
The Active Directory domain configuration was verified after DC01 was successfully promoted to a Domain Controller.
adlab.local
└── Company
├── Users
├── Groups
├── Computers
├── Servers
└── Service Accounts
The Organizational Unit structure was created to logically organize Active Directory objects and provide a foundation for administration, delegation, and future Group Policy deployment.
IT_Admins
HelpDesk
HR
Sales
Security groups were created to support departmental organization and group-based access control within the Active Directory environment.
| Name | Username | Department |
|---|---|---|
| John Smith | jsmith | IT |
| Sarah Brown | sbrown | Help Desk |
| Emily Davis | edavis | HR |
| Mike Wilson | mwilson | Sales |
Test user accounts were created to represent users across multiple departments within the simulated organization.
The following validation steps were completed:
ipconfig /alldcdiag /vnslookup adlab.localGet-Service NTDS,DNS,Netlogon,KDCGet-ADDomainGet-ADForestThe following tests were completed successfully:
- CLIENT01 joined to adlab.local
- DNS resolution verified
- Domain authentication verified
- CLIENT01 visible in Active Directory Users and Computers
- Successful login using domain credentials
CLIENT01 was successfully joined to the adlab.local Active Directory domain.
Successful domain authentication was confirmed by signing into CLIENT01 using Active Directory domain credentials.
- DC01-IPConfig.png
- DC01-DomainInfo.png
- DC01-DCDiag-01.png
- DC01-DCDiag-02.png
- DC01-DCDiag-03.png
- DC01-DCDiag-04.png
- OU-Structure.png
- Security-Groups.png
- AD-Users.png
- CLIENT01-Domain-Joined.png
- Client-Domain-Login.png
- Client-System-Properties.png
- DNS is critical to Active Directory functionality.
- Static IP addressing should be configured before promoting a Domain Controller.
- Proper virtual network configuration is essential for domain communication.
- Documentation and screenshots significantly simplify troubleshooting and future administration.
- PowerShell provides a powerful method for administering Active Directory.
The Active Directory environment has been successfully deployed and validated. This environment will serve as the baseline for future projects involving:
- Help Desk Administration
- Group Policy Management
- PowerShell Automation
- File Server Administration






