Virtual Machine Creation & Initial Configuration
This guide walks you through the creation of Virtual Machines (VMs) and the initial configuration steps after installation.
These practices ensure a consistent and reliable lab environment for future setup.
🖥️ 1. Create a Virtual Machine
- Open Hyper-V Manager (or Proxmox/VMware/VirtualBox depending on your setup).
-
Create a new VM:
- Assign a name (
e.g., DC01, SCCM01, CLIENT01
). - Specify the generation (
Generation 2
recommended for modern OS).
- Assign a name (
-
Assign Memory (RAM):
- Domain Controller:
2–4 GB
- SCCM/Management Server:
8–16 GB
- Client Machines:
2–4 GB
- Domain Controller:
-
Configure Networking:
- Attach the VM to your Internal/NAT/Bridged network depending on your lab setup (e.g.,
LabSwitch
).
- Attach the VM to your Internal/NAT/Bridged network depending on your lab setup (e.g.,
-
Attach ISO:
- Use the Windows Server (or Client OS) ISO for installation.
-
Complete VM Creation Wizard and start the VM.
- Install the Operating System inside the VM.
🔧 2. Initial Configuration After Installation
Rename All Virtual Machines
- Rename each virtual machine to match your lab naming convention.
Example:DC01
,SCCM01
,CLIENT01
.
Configure Each Server
-
Open Server Manager → Local Server
Use the dashboard to quickly configure system properties. -
Disable IPv6
- Go to: Network Adapter Properties → Uncheck Internet Protocol Version 6 (TCP/IPv6).
Helps avoid unwanted conflicts when using IPv4 in lab setups.
- Go to: Network Adapter Properties → Uncheck Internet Protocol Version 6 (TCP/IPv6).
-
Rename the Server
- Open System Properties → Change Computer Name.
Use meaningful names for easy identification.
- Open System Properties → Change Computer Name.
-
Disable IE Enhanced Security Configuration (ESC)
- Open Server Manager.
- Under Local Server, click IE Enhanced Security Configuration → Set both Admin & User to Off.
Makes downloading files easier in lab/test environments.
-
Disable Automatic Windows Updates
- Run the following command:
- Choose option 5 (Windows Update Settings).
- Set to Manual.
Prevents unwanted reboots or patching during lab sessions.
- Run the following command: