The lab contains evaluation versions of the following products:
- Windows 11 Enterprise, Version 24H2
- Microsoft Configuration Manager, Version 2409
- Windows Server 2022
It is designed to be deployed to an existing Hyper-V instance on the currently running machine.
The software and guides can be downloaded here:
Windows 11 and Office 365 Deployment Lab Kit
Hyper-V Setup
The download site includes a set of Lab Guides. Included in the guides is a “Set Up Guide” that details the steps needed to configure Hyper-V and extract the VMs.
Proxmox Setup
These steps were written for the previous version of the lab, built on Windows 10. Some adjustments may be required.
-
Download and extract the Zip file from Microsoft
-
Use the setup guide to add the VMs to Hyper-V on the local machine
-
Create VMs in Proxmox
- General
- Set the name and other details following your standards
- OS
- Do not use any media
- Type: Microsoft Windows
- Version: 10/2016/2019
- System
- Graphics card: Default
- Machine: Default
- BIOS: OVMF (UEFI)
- Add EFI Disk: True
- SCSI Controller: Default
- Qemu Agent: Set following your standards
- Add TPM: True
- TPM Storage: Set following your standards
- Version: v2.0
- Disks
- Do not create a disk (We will import one later)
- CPU
- Sockets: 1
- Cores: 2
- Type: Default
- Memory
- Set this to at least 2048, 4096 is recommended
- Network
- Set this according to your setup, but it should be separate from production servers. VyOS is a lightweight router OS that can be used to create a dedicated separate network on a VM host
- General
-
Remove Snapshots
- Open the Hyper-V manager
- Shutdown any running VMs
- Select the VM you plan to move to Proxmox
- Right-click on the Base snapshot and remove it
- Wait for the merge to complete
-
Convert the drives from VHDX to VHD
-
Open PowerShell as an admin
-
Browse to the VM folder, then into the Virtual Hard Disks folder
-
Run this command, substituting the drive names for the VM you are converting
Convert-VHD -Path .\HYD-DC1.VHDX -DestinationPath .\HYD-DC1.vhd -VHDType Dynamic
-
-
Add the drives to the created VMs
-
Move the converted disk files to a location accessible to Proxmox
- A network share accessible to Proxmox is easiest, otherwise, the server will need enough space for the VHDX file and the imported drive
-
Import the VHDX file and assign it to the VM
qm importdisk 102 image.vhd local-zfs
-
Mount it in the VM
- Open the VM’s Hardware page
- Select the unused disk
- Click Edit
- Click Add
- Switch to the Options page
- Click on Boot Order
- Check off the imported drive, and move it to the top
-
-
Boot the VM