openskills.info
Microsoft Hyper-V logoCourse Preview

Microsoft Hyper-V

Microsoft Hyper-V is the virtualization layer built into Windows and Windows Server. It divides one physical computer into isolated virtual machines, each with its own operating system, virtual processors, memory, storage, and network connections.

itVirtualization, containers, and orchestration

Don't Panic — Microsoft Hyper-V

Microsoft Hyper-V is the Windows feature that lets one physical computer impersonate several computers, each in its own virtual machine. The trick is a thin hypervisor between the hardware and the operating systems. It sounds like a crowded apartment for CPUs, but the hypervisor is the landlord with the schedule.

The arrangement has two memorable rooms. The root partition is the privileged Windows partition that owns physical devices and the management stack. A child partition contains a VM guest. Most normal guest disk and network work crosses VMBus, the channel between the guest-side client and the root-side provider. That is why a VM can feel self-contained while still depending on a very real host.

The surprise is that a VM is not one switch marked “portable computer.” It is virtual processors, memory, VHDX storage, network adapters, firmware, and a generation choice. Generation 2 uses UEFI and supports Secure Boot, but generation is selected at creation and cannot later be changed. The future has many marvels. Retrofitting virtual firmware is not one of them.

Networks use virtual switches. An external switch reaches a physical network, an internal switch reaches the host as well as VMs, and a private switch connects only VMs. This defines reachability, not security. Checkpoints also deserve their own warning label: they provide rollback state, not an independent backup. Hyper-V Replica copies disk changes asynchronously for recovery, while failover clustering restarts VMs after a host failure. These are different umbrellas for different weather.

Start with the Intro when the root partition and I/O path need a proper diagram in your head. Use Slides for the short map of switches, VM resources, and resilience choices. The Cheatsheet is the operational lookup for checkpoint type, migration, and troubleshooting order. Reference then leads into Microsoft’s exact requirements and PowerShell commands, where the nouns become things you can inspect rather than merely admire from a safe distance.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources