Windows Server Lab Manual
Windows Server 2022 / 2025 Installation in Virtual Machine (Step-by-Step)
Step 1 — Download the ISO
Download the ISO from **Microsoft Evaluation Center.
Example files:
- Windows
Server 2022 ISO
- Windows
Server 2025 ISO
Create
Virtual Machine
Step 2 — Open Virtualization Software
Install and open:
- VMware
Workstation
or - Oracle
VM VirtualBox
Step 3 — Create New Virtual Machine
Click:
Create New Virtual Machine
Example VM wizard screen:
Step 4 — Select Configuration Type
Choose:
Typical (Recommended)
Step 5 — Select Installation Source
Choose:
Installer disc image file (ISO)
Browse and select:
Windows_Server_2022.iso
Step 6 — Select Guest Operating System
Choose:
- Microsoft
Windows
- Windows
Server 2022 / 2025
Step 7 — Name the Virtual Machine
Example:
VM Name: Techstack-DC01
Location: D:\VMs
Step 8 — Configure Disk Size
Recommended VM settings:
|
Setting |
Value |
|
OS Type |
Windows Server 2022 / 2025 |
|
RAM |
4 GB (minimum) |
|
CPU |
2 cores |
|
Disk |
60 GB |
|
Network |
NAT or Bridged |
Attach the Windows Server ISO file.
Step 9 — Configure Hardware
Recommended lab specs:
|
Resource |
Value |
|
RAM |
4–8 GB |
|
CPU |
2 Cores |
|
Network |
NAT |
Click Finish
Windows
Server Installation
Step 10 — Start the Virtual Machine
Power on the VM.
Windows Setup will start.
Step 11 — Windows Setup Language Screen
Choose:
- Language
to install
- Time
and currency format
- Keyboard
layout
Click Next.
Step 12 — Click Install Now
Click:
Install Now
Step 13 — Setup Starts
Windows Setup begins loading installation files.
Step 14 — Select Windows Server Edition
Example options:
- Windows
Server 2022 Standard
- Windows
Server 2022 Datacenter
- Windows
Server 2022 Standard (Desktop Experience)
- Windows
Server 2022 Datacenter (Desktop Experience)
Recommended for labs:
Desktop Experience (GUI)
Click Next.
Step 15 — Accept License Agreement
Check:
✔ I accept the license terms
Click Next
Step 16 — Choose Installation Type
Select:
Custom: Install Microsoft Server Operating System only
Step 17 — Select Installation Disk
Choose:
Drive 0 Unallocated Space
Click Next
Step 18 — Windows Installation Begins
Setup stages:
- Copying
Windows files
- Getting
files ready for installation
- Installing
features
- Installing
updates
- Finishing
up
Step 19 — Automatic Restart
The virtual machine will restart automatically.
Do not press any key during reboot.
First
Boot Configuration
Step 20 — Administrator Password Screen
Set password for:
Administrator
Example:
P@ssw0rd123
Click Finish
Step 21 — Login Screen
Press:
CTRL + ALT + DEL
Step 22 — Login to Server
Enter:
User: Administrator
Password: ********
Step 23 — Windows Server Desktop
After login you will see:
- Desktop
- Server
Manager launching automatically
Step 24 — Server Manager Dashboard
This is the main management console.
You can:
- Add
roles and features
- Configure
networking
- Join
domain
Step 25 — Basic Server Configuration
Recommended first tasks:
|
Task |
Purpose |
|
Rename Server |
Easy identification |
|
Set Static IP |
Network stability |
|
Enable Remote Desktop |
Remote management |
|
Install Roles |
AD, DNS, DHCP |
Installation Completed
Your Windows Server VM lab environment is now ready.
1. Active Directory Domain Services (ADDS) Installation
Steps
- Open
Server Manager.
- Click
Manage → Add Roles and Features.
- Select
Role-based or feature-based installation.
- Choose
your server from the server pool.
- Check
Active Directory Domain Services.
- Click
Add Features → Next → Install.
- After
installation, click Promote this server to a domain controller.
- Choose
Add a new forest.
- Enter
Root Domain Name (example: lab.local).
- Set Directory
Services Restore Mode (DSRM) password.
- Click
Next → Install.
- Server
will restart automatically.
2. DNS Server Configuration
Steps
- Open Server Manager → Tools → DNS.
- Expand Server Name.
- Right-click Forward Lookup Zones → New Zone.
- Choose Primary Zone.
- Enter zone name (example: techstack.it.com).
- Finish the wizard.
- Right-click zone → New Host (A).
- Enter:
- Host name
- IP Address
- Click Add Host.
3. DHCP Server Setup
Steps
- Open
Server Manager → Tools → DHCP.
- Expand
IPv4.
- Right-click
IPv4 → New Scope.
- Enter
Scope Name (example: OfficeNetwork).
- Configure
IP Range
- Start
IP: 192.168.1.10
- End
IP: 192.168.1.200
- Set Subnet
Mask (example: 255.255.255.0).
- Add Default
Gateway (example: 192.168.1.1).
- Enter
DNS Server IP.
- Activate
the scope.
4. Creating Users in Active Directory
4
Steps
- Open
Server Manager → Tools → Active Directory Users and Computers.
- Expand
your domain (lab.local).
- Right-click
Users → New → User.
- Enter:
- First
Name
- Last
Name
- User
Logon Name
- Click
Next.
- Set Password.
- Select
options:
- User
must change password at next logon
- Click
Finish.
5. Join Client Computer to Domain
Steps
- Open
This PC → Properties.
- Click
Change settings.
- Click
Change.
- Select
Domain.
- Enter
Domain Name (techstack.it).
- Enter
Administrator credentials.
- Click
OK.
- Restart
the computer.
6. Group Policy (GPO) Configuration
4
Steps
- Open
Server Manager → Tools → Group Policy Management.
- Expand
Forest → Domains → lab.local.
- Right-click
domain → Create a GPO.
- Enter
Policy Name (example: PasswordPolicy).
- Right-click
the GPO → Edit.
- Configure
required settings.
Example:
Computer Configuration → Policies → Windows Settings → Security Settings →
Account Policies.

Comments
Post a Comment