My Home Lab—Project 1: To practice Windows Server and Active Directory at home, this guide walks you through the complete step‑by‑step process of installing Windows Server on a virtual machine and configuring Active Directory Domain Services (AD DS). This is ideal for beginners, students, and IT professionals who want hands‑on experience.

🔗 Download Links
- VMware Workstation Pro Download and license VMware Desktop Hypervisor (Fusion Pro & Workstation Pro): https://knowledge.broadcom.com/extern…
- Windows Server 2022 ISO Microsoft Evaluation Center: Windows Server 2022 | Microsoft Evaluation Center
📘 Chapter 1: Windows Server & Active Directory Setup Using VMware Workstation
In this tutorial, you will learn how to:
- Create a Virtual Machine in VMware Workstation
- Install Windows Server 2022
- Install Active Directory Domain Services
- Promote the server to a Domain Controller
- Create Organizational Units (OU)
- Add Users and Computers under departments
This is a beginner‑friendly walkthrough, so anyone can follow along easily.
🟦 PART 1: Create a New Virtual Machine in VMware Workstation
Here is your fully corrected, polished English version—perfect for a website blog post. I kept it clean, professional, and structured while preserving your full technical content. Images are included to make the post visually engaging.
⭐ Windows Server & Active Directory Setup on VMware Workstation (Step‑by‑Step Guide)
If you want to practice Windows Server and Active Directory at home, this guide walks you through the complete step‑by‑step process of installing Windows Server on a virtual machine and configuring Active Directory Domain Services (AD DS). This is ideal for beginners, students, and IT professionals who want hands‑on experience.
🔗 Download Links
- VMware Workstation Pro Download and license VMware Desktop Hypervisor (Fusion Pro & Workstation Pro): https://knowledge.broadcom.com/extern...
- Windows Server 2022 ISO Microsoft Evaluation Center: Windows Server 2022 | Microsoft Evaluation Center
📘 Chapter 1: Windows Server & Active Directory Setup Using VMware Workstation
In this tutorial, you will learn how to:
- Create a Virtual Machine in VMware Workstation
- Install Windows Server 2022
- Install Active Directory Domain Services
- Promote the server to a Domain Controller
- Create Organizational Units (OU)
- Add Users and Computers under departments
This is a beginner‑friendly walkthrough, so anyone can follow along easily.
🟦 PART 1: Create a New Virtual Machine in VMware Workstation
- Open VMware Workstation.
- Click Create a New Virtual Machine.
- Choose Typical → Next.
- Select your Windows Server 2022 ISO file → Next.
- Name your VM: Windows Server 2022 → Next.
- Assign hardware:
- CPU: 2 cores
- RAM: 4 GB (or more if available)
- Set Disk Size: 60 GB → Finish.
- Power on the VM.
🟦 PART 2: Install Windows Server 2022
- Choose Language, Time, and Keyboard → Next.
- Click Install Now.
- Select edition: Windows Server 2022 Standard (Desktop Experience) → Next.
- Accept license → Next.
- Choose Custom Install.
- Select the 60GB disk → Next.
- Installation begins → Server restarts.
- Set a strong Administrator password → Finish.
🟦 PART 3: Basic Server Setup
- Log in to the server.
- Configure network settings (DHCP or Static IP).
- Open Server Manager.
- Prepare for Active Directory installation.
🟦 PART 4: Install Active Directory Domain Services (AD DS)
- In Server Manager → Click Manage → Add Roles and Features.
- Choose Role‑based installation → Next.
- Select your server → Next.
- Choose Active Directory Domain Services.
- Click Add Features → Next → Install.
- After installation, click Promote this server to a domain controller.
🟦 PART 5: Promote Server to Domain Controller
- Select Add a new forest.
- Enter Root Domain Name: mycompany.local.
- Set DSRM Password → Next → Install.
- Server restarts.
- Your Domain Controller is now ready.
🟦 PART 6: Create Organizational Units (OU)
Open Active Directory Users and Computers.
Domain: mycompany.local
Create top‑level OUs:
- USA
- Europe
- Asia
Europe OU → Department OUs
Inside Europe, create:
- IT
- HR
- Finance
These represent your regional department structure.
🟦 PART 7: Create Users & Computers
Europe → IT Department
Create Users:
- John.Ryan
- Add to IT Admin Security Group
- Mark.Box
- Add to IT Email Distribution Group
Add Computers:
- PC‑John
- PC‑Mark
Europe → HR Department
Add HR Users and HR Computers inside the HR OU.
Europe → Finance Department
Create User:
- Denise
- Add to Finance Email Distribution Group
Add Computer:
- PC‑Denise
🟦 PART 8: Computers Section
All domain‑joined Windows 10/11 PCs will appear under the Computers container. This tutorial only demonstrates where computers are displayed.
🟦 OUTRO
In this tutorial, you learned how to:
- Install Windows Server on VMware Workstation
- Configure Active Directory Domain Services
- Promote a Domain Controller
- Create OUs for regions and departments
- Add Users and Computers
This structure helps you practice real‑world IT administration skills at home.
🗂 Final OU Structure (Diagram)
mycompany.local
├── USA
├── Europe
│ ├── IT
│ │ ├── Users
│ │ │ └── John.Ryan
│ │ └── Computers
│ │ └── PC-John
│ │
│ ├── HR
│ │ ├── Users
│ │ │ └── (HR User)
│ │ └── Computers
│ │ └── (HR Computer)
│ │
│ └── Finance
│ ├── Users
│ │ └── Denise
│ └── Computers
│ └── PC-Denise
└── Asia
🎬 What I cover
- Intro
- VMware Workstation Setup
- Windows Server Installation
- AD DS Installation
- Domain Controller Promote
- Create Departments (OU)
- Create Users
- Computers Section
- Outro