Applies to: Windows Server 2019, Windows Server 2022, and Windows Server 2025.
Hyper-V export creates a portable copy of VM configuration, disks, and checkpoint metadata.
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
- Quiesce the application and confirm destination capacity.
- Export to a protected path.
- Validate exported files and hashes.
- Import using copy, register, or restore mode as appropriate.
Commands
Export-VM -Name "APP01" -Path "E:\VMExports"
Get-ChildItem "E:\VMExports" -Recurse
Import-VM -Path "E:\VMExports\APP01\Virtual Machines\example.vmcx" -Copy -GenerateNewIdVerification
The imported VM has unique identity, correct networking, and passes application health checks.
Rollback
Remove the test import after validation; retain the source export according to backup policy.
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.