A complete operational reference for Microsoft Hyper-V on Windows Server 2022 / Azure Stack HCI — architecture, management, networking, storage, HA/live migration, and PowerShell administration. Side-by-side comparison with VMware vSphere 8. Detailed IT operational impact analysis for migrating from vSphere 8 to Hyper-V.
Install the Hyper-V role on Windows Server 2022. The host OS becomes the root partition. Suitable for existing Windows Server infrastructure. Managed via Hyper-V Manager, PowerShell, or SCVMM.
Standalone free hypervisor — minimal Windows Server Core with only the Hyper-V role. No GUI. No Windows Server license cost. Limited to PowerShell and WinRM remote management. Note: reaching end of support.
Microsoft's HCI platform combining Hyper-V, Storage Spaces Direct, SDN, and Azure integration. Direct competitor to VMware VCF. Subscription-based licensing. Managed via Windows Admin Center + Azure Arc.
Cluster Shared Volumes (CSV) allow multiple Hyper-V cluster nodes to simultaneously read and write to the same NTFS or ReFS volume. This is how clustered VMs (Highly Available VMs) are stored — analogous to VMFS datastores shared across ESXi hosts in vSphere.
System Center VMM is the management layer for Hyper-V at scale — the rough equivalent of vCenter Server. It provides centralized management, VM templates, networking profiles, storage management, and Dynamic Optimization (limited DRS).
| Capability | vCenter | SCVMM |
|---|---|---|
| Deployment | Linux appliance (vCSA) | Windows Server + SQL DB |
| HA/Clustering | vCSA native HA | WSFC + SQL AlwaysOn |
| Database | Embedded PostgreSQL | External SQL Server (required) |
| Scale | 2,500 hosts / 45,000 VMs | ~4,000 hosts / ~80,000 VMs |
| VM load balancing | DRS (real-time, continuous) | Dynamic Optimization (interval-based) |
| Network SDN | NSX (integrated) | Network Controller (separate) |
| Storage management | vSAN + VVSA + vStorage | S2D + SMB + iSCSI/FC |
| Licensing | vSphere Enterprise Plus | System Center (separate) |
| Web UI | HTML5 vSphere Client | SCVMM Console (Windows app) |
| REST API | Full REST + SOAP | SCVMM API via PowerShell only (limited REST) |
| Category | VMware vSphere 8 | Microsoft Hyper-V 2022 | Migration Impact |
|---|---|---|---|
| Core Hypervisor | |||
| Architecture | Type 1, VMkernel (no Windows) | Type 1, root partition = Windows | Root partition adds attack surface + Windows patch cycle |
| Max vCPUs/VM | 768 vCPUs (HW v21) | 240 vCPUs | Limited — large VMs may need redesign |
| Max RAM/VM | 24 TB | 12 TB | Half vSphere capacity — most VMs unaffected |
| VM firmware | EFI/BIOS both supported | Gen 1 (BIOS) / Gen 2 (UEFI) | VMs convert to Gen 1 or Gen 2 — test boot |
| Management | |||
| Central management | vCenter (Linux appliance) | SCVMM (Windows + SQL) | Major — new management stack, new learning curve |
| Web UI | HTML5 vSphere Client | Windows Admin Center / SCVMM Console | Significant retraining required |
| REST API | Full REST API + PowerCLI | PowerShell + limited REST (SCVMM) | Rewrite all automation scripts |
| Inventory model | Datacenter / Cluster / Folder / VM | Host / Cluster / VM | Folders and tags must be recreated as SCVMM constructs |
| HA & Availability | |||
| Host HA | vSphere HA (FDM) | WSFC (Windows Server Failover Cluster) | Different HA config — quorum witness required |
| HA restart time | ~1–3 minutes | ~30–120 seconds | Hyper-V faster for some workloads |
| Load balancing | DRS (real-time, continuous) | Dynamic Optimization (interval, SCVMM only) | Major gap — no real-time DRS equivalent |
| Live migration | vMotion — zero downtime | Hyper-V Live Migration — near-zero downtime | Comparable capability |
| FT (zero RPO/RTO) | vSphere FT (logging) | No equivalent — Hyper-V Replica (async) | FT-dependent workloads need redesign |
| Networking | |||
| SDN | NSX (integrated) | Network Controller (SCVMM / WAC) | NSX-to-SDN is complex — no 1:1 mapping |
| Distributed switch | vDS — vCenter managed | No distributed switch — per-host vSwitch | No central network config — manage per-host or via SCVMM |
| Micro-segmentation | NSX DFW (vNIC level) | Network Controller ACLs / SDN FW | SDN must be deployed for parity — complex |
| NIC teaming | VDS LACP / load balancing policies | SET (Switch Embedded Teaming) | Different teaming model — reconfigure uplinks |
| Storage | |||
| HCI storage | vSAN ESA (NVMe-only) | Storage Spaces Direct (S2D) | Equivalent capability — different config model |
| Shared storage model | VMFS datastore | Cluster Shared Volumes (CSV) | Conceptually similar — different tooling |
| VM disk format | VMDK | VHDX | All VMDKs must be converted to VHDX |
| Storage policies | SPBM per-VM | Storage QoS per VHDX | Redefine storage policies per workload |
| Licensing & Cost | |||
| Hypervisor license | vSphere (per-core or subscription) | Included with Windows Server Datacenter | Hyper-V included — significant cost reduction potential |
| Management tool | vCenter (subscription required) | SCVMM (System Center license) | SCVMM cost vs vCenter cost — evaluate |
| HCI licensing | vSAN Ent+ or VCF | Azure Stack HCI (subscription/per-core) | Azure Stack HCI has monthly Azure subscription cost |