- Project Overview
- Lab Architecture
- Features
- Repository Structure
- Deployment Workflow
- Verification
- Screenshots
- Documentation
- Technologies Used
This project demonstrates the deployment and configuration of a complete Microsoft Active Directory environment using Windows Server 2019.
The infrastructure provides:
- Active Directory Domain Services (AD DS)
- DNS Services
- Centralized Authentication
- User and Group Management
- Organizational Units (OU)
- Windows 10 Domain Integration
| Component | Configuration |
|---|---|
| Domain | LHAMD.ma |
| Domain Controller | ADM-Cont-1 |
| OS | Windows Server 2019 |
| Server IP | 10.1.10.100 |
| DNS Server | 10.1.10.100 |
| Client | CLIENT01 |
| Client OS | Windows 10 |
| Network | 10.1.10.0/24 |
Active Directory Services
- Domain Controller Deployment
- Active Directory Domain Services Installation
- Organizational Units Creation
- User Management
- Security Groups
DNS Configuration
- DNS Service Installation
- Domain Name Resolution
- Client DNS Integration
Client Integration
- Windows 10 Domain Join
- Domain User Authentication
- DNS Verification
windows-server-active-directory
│
├── configs/
│ ├── domain-information.txt
│ ├── ip-configuration.txt
│ ├── users-and-groups.txt
│ └── verification-commands.txt
│
├── docs/
│ ├── Installation-Guide.md
│ └── Lab-Report.md
│
├── screenshots/
│ ├── 01-windows-server-installation.png
│ ├── ...
│ └── 17-server-manager.png
│
├── topology/
│ ├── network-topology.md
│ └── network-topology.png
│
└── README.md
Windows Server Installation
│
▼
Static IP Configuration
│
▼
Server Rename
│
▼
AD DS Installation
│
▼
Domain Controller Promotion
│
▼
LHAMD.ma Domain Creation
│
▼
OU & Security Groups
│
▼
User Creation
│
▼
Windows 10 Domain Join
│
▼
Verification & Testing
hostname
ipconfig /all
whoami
echo %logonserver%
nslookup LHAMD.ma
ping ADM-Cont-1
systeminfoAdditional commands:
configs/verification-commands.txt
This repository includes 17 screenshots covering:
- Windows Server Installation
- Static IP Configuration
- AD DS Installation
- Domain Controller Promotion
- Organizational Units
- Security Groups
- User Creation
- Domain Join
- Verification Commands
| File | Description |
|---|---|
| docs/Installation-Guide.md | Step-by-step installation |
| docs/Lab-Report.md | Full lab report |
| topology/network-topology.md | Network design |
| configs/* | Configuration references |
- Windows Server 2019
- Active Directory Domain Services
- DNS Server
- Windows 10
- VMware Workstation
- PowerShell
Jawad Manhajay
System & Network Administration Student
GitHub: https://github.com/jaouad-manhajay
⭐ Star this repository if you found it useful.
