Category Archives: Hyper-V

How to Enable the Hyper-V Role on Windows 11 Pro

Hyper-V, Microsoft’s built-in virtualization solution, is an invaluable tool for developers, IT professionals, and tech enthusiasts. With the rollout of Windows 11 Pro, many users are keen to get started with Hyper-V. If you’re one of them, you’ve come to the right place. In this guide, we’ll walk you through the steps to enable the Hyper-V role on… Read More »

How to Install Windows 11 on a Hyper-V Virtual Machine

Virtualization has always been an efficient way to test and run different operating systems without dedicating an entire physical machine to the task. Hyper-V, Microsoft’s virtualization platform, is a fantastic tool for this. If you’re interested in testing Windows 11 without disturbing your main OS, then installing it on a Hyper-V virtual machine (VM) is a good option.… Read More »

Docker Container versus Virtual Machine

A Docker container is a lightweight, standalone, and executable package that includes everything needed to run a piece of software, including the code, a runtime, system tools, libraries, and settings. Containers are isolated from each other and from the host system, but they share the host system’s kernel.

Add Virtual Hard Disk to a Hyper-V VM

Adding a new virtual hard disk to a virtual Machine (VM) is something that needs to be done from time to time, with any hypervisor. This process will walk you through adding a new virtual hard drive to a VM with Hyper-V.

Remove Ghosted NIC from a Windows VM

After performing a V2V, P2V or a clone operation in which the VHD/VHDX file is copied to a new VM, a new NIC is installed in the virtual machine.  This is evidenced by the need to once again set the IP configuration of the NIC.

Create a VM Checkpoint in SCVMM

In a virtualized environment, we have the ability to create point-in-time snapshots, or checkpoints in Microsoft parlance, of virtual machines. This gives the ability to immediately roll back any changes after the checkpoint operation was performed. This is especially useful when debugging an application, or performing migrations and upgrades to applications.