Skip to content

How to Configure Hyper-V Processor Compatibility for Migration Print

  • 0

Applies to: Windows Server 2019, Windows Server 2022, and Windows Server 2025.

Processor compatibility can support migration between different CPU generations at the cost of hiding newer processor features.

Prerequisites

  • Administrative access and an approved change window.
  • A verified backup and documented rollback plan.
  • A pilot environment or low-risk target for validation.

Step-by-step procedure

  1. Confirm migration requirements and cluster support.
  2. Shut down the selected VM.
  3. Enable migration compatibility for the processor.
  4. Start and test the workload before migration.

Commands

Stop-VM -Name "APP01"
Set-VMProcessor -VMName "APP01" -CompatibilityForMigrationEnabled $true
Start-VM -Name "APP01"
Get-VMProcessor -VMName "APP01"

Verification

The VM starts normally and the compatibility property is enabled before migration testing.

Rollback

Shut down the VM and disable the compatibility property if it is no longer required.

Security notes

  • Use least privilege and record the change.
  • Review relevant event logs after implementation.
  • Test before production rollout.

Related resources

Canadian Windows VPS and RDS hosting: networkmanager.info. Refer to Microsoft Windows Server documentation.


Was this answer helpful?

« Back