Skip to content

goubx/Active-Directory-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Active Directory Home Lab

Description

This project demonstrates the setup and configuration of a Windows Server 2019 Active Directory environment. The lab covers the entire process of configuring the server, creating and organizing users, setting up Group Policy, configuring RAID 5, and mapping network drives manually and through scripts. The goal was to simulate an enterprise-style domain to practice identity management, user permissions, and system administration.

Languages and Utilities Used

  • PowerShell – used for scripting, automation, and user management (DSADD, CSVDE).
  • Active Directory Domain Services (AD DS) – for domain and user management.
  • Disk Management / RAID 5 – for drive redundancy configuration.
  • File Explorer / Batch Scripts – for manual and automated network drive mapping.

Environments Used

  • Windows Server 2019 – domain controller and file server. (21H2)
  • Windows 11 – domain-joined client machine. (21H2)
  • Oracle VirtualBox – used to virtualize and network both systems in an isolated lab environment. (21H2)

Program walk-through:

Active Directory setup begins by installing the Active Directory Domain Services (AD DS) role on Windows Server 2019. After installation, the server is promoted to a domain controller and the domain mohamedyagoub.com is created.:
Disk Sanitization Steps Disk Sanitization Steps Disk Sanitization Steps

Configured IP address, DNS, and time zone for proper domain connectivity. Server renamed to SERVER01 and connected to an internal VirtualBox network.:
Disk Sanitization Steps

Created OUs for: IT, Sales, HR, Accounting, Research, CCP, Temple, and Drexel. Each OU was organized to simulate real enterprise departments:
Disk Sanitization Steps

Add Users (Manual and Scripted): Added users manually to HR, IT, and Sales OUs & used PowerShell and CSVDE to automate user creation for Temple and CCP OUs:
Disk Sanitization Steps

Configured RAID 5 storage in Server Manager to simulate data redundancy and improve read performance:
Disk Sanitization Steps

Map Network Drives: Used File Explorer to manually map S:, H:, and P: drives for department shares. Automated mappings using PowerShell and Batch scripts for drives F:, Z:, and Y:
Disk Sanitization Steps

Logged into a domain-joined Windows 11 client to confirm users could access mapped drives and apply GPO restrictions:
Disk Sanitization Steps

Collected screenshots and notes verifying that all domain services, permissions, and mappings functioned as expected.
Disk Sanitization Steps

About

This project demonstrates the setup and configuration of a Windows Server 2019 Active Directory environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors