This lab simulates a basic enterprise environment using Windows Server 2022 and VirtualBox. It demonstrates how to deploy a domain controller, organize users into OUs, configure security groups, and enforce restrictions using Group Policy Objects (GPOs).
- Promote a Windows Server to a Domain Controller (
saltrinidadad.local) - Create Organizational Units (OUs):
ITandHR - Add users and security groups within OUs
- Apply Group Policy to restrict access to Control Panel for users in the IT OU
- VirtualBox
- Windows Server 2022 (with Desktop Experience)
- Active Directory Domain Services (AD DS)
- Group Policy Management Console (GPMC)
- Configured a static IP address on the Windows Server
- Installed AD DS role and promoted the server to the
saltrinidadad.localdomain - Created two Organizational Units:
ITandHR - Created three users (
JohnSmith,JaneDoe,TonyNguyen) and a security groupIT Support - Added
JohnSmithandJaneDoeto theIT Supportgroup - Created and linked a GPO to the IT OU that blocks Control Panel access
| Step | Description |
|---|---|
![]() |
Static IP Configuration |
![]() |
Domain Controller Setup |
![]() |
Organizational Units |
![]() |
Users and Security Group |
![]() |
GPO Restricting Control Panel |
Successfully deployed a Windows Server domain environment with AD DS. Created and organized users in OUs, added a security group, and enforced a GPO to block Control Panel access for IT users. This lab demonstrates foundational Active Directory and Group Policy skills relevant to IT support and sysadmin roles.




