Skip to content

Commit e79d8ed

Browse files
Merge pull request #7838 from Priyanka-Middha/DecemberRelease
Add version 1.8.5 release notes with new features, enhancements, and …
2 parents 7178a6c + 4df892b commit e79d8ed

1 file changed

Lines changed: 62 additions & 4 deletions

File tree

WindowsServerDocs/manage/windows-admin-center/use/migrate-vmware-to-hyper-v.md

Lines changed: 62 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Before you begin, review the prerequisites and ensure your environment meets the
8888
- [Microsoft Visual C++ Redistributable](/cpp/windows/latest-supported-vc-redist)
8989
- [Visual C++ Redistributable Packages for Visual Studio 2013](https://www.microsoft.com/download/details.aspx?id=40784)
9090
91-
- Download [VMware Virtual Disk Development Kit (VDDK) version 8.0.3](https://developer.broadcom.com/sdks/vmware-virtual-disk-development-kit-vddk/latest/). Extract the contents, and copy to the directory: *C:\Program Files\WindowsAdminCenter\Service\VDDK*.
91+
- Download [VMware Virtual Disk Development Kit (VDDK) version 8.0.3](https://developer.broadcom.com/sdks/vmware-virtual-disk-development-kit-vddk/latest/). Extract the contents, and copy to the directory: *'C:\Program Files\WindowsAdminCenter\Service\VDDK'*.
9292
9393
> [!NOTE]
9494
> Ensure you download **VDDK version 8.0.3** specifically. Other versions aren't supported.
@@ -136,6 +136,11 @@ RHEL-based operating systems:
136136
137137
For Linux guests, Hyper-V drivers must be installed before initiating migration. The Hyper-V drivers are essential to ensure successful post-migration boot.
138138
139+
> [!Note]
140+
> **Best practice:** For optimal performance and reliability in geographically distributed environments, deploy the Windows Admin Center gateway in the same site as the ESXi and Hyper-V hosts involved in VM conversion.
141+
> Co-locating the gateway helps minimize WAN traffic, reduce latency, and ensure a smoother VM migration experience.
142+
143+
---
139144
## Install the VM Conversion (Preview) extension in Windows Admin Center
140145
141146
Complete the following steps to install the **VM Conversion** extension.
@@ -246,6 +251,14 @@ Complete the following steps to migrate VMware virtual machines to Hyper-V in Wi
246251
> Migration requires the user to stay signed in with an active browser session. If the session is closed or times out, the
247252
> migration may pause or stop progressing.
248253
254+
---
255+
256+
[!Note]
257+
> **Best practice:** For optimal performance and reliability in geographically distributed environments, deploy the Windows Admin Center gateway in the same site as the ESXi and Hyper-V hosts involved in VM conversion.
258+
> This helps minimize WAN traffic, reduce latency, and ensure a smoother VM migration experience.
259+
260+
---
261+
249262
## View logs
250263
251264
### Browser console logs
@@ -264,7 +277,7 @@ Complete the following steps to migrate VMware virtual machines to Hyper-V in Wi
264277
### VM conversion logs
265278
266279
1. Connect to the Windows Admin Center server.
267-
1. Find the file located at `C:\ProgramFiles\WindowsAdminCenter\Service\VMConversion_log.txt`.
280+
1. Find the file located at `C:\Program Files\WindowsAdminCenter\Service\VMConversion_log.txt`.
268281
269282
## Frequently asked questions
270283
@@ -296,7 +309,7 @@ Complete the following steps to migrate VMware virtual machines to Hyper-V in Wi
296309
297310
- Does the tool support virtual machines running on a virtual storage area network (vSAN)?
298311
299-
No, the tool doesn't support virtual machines running on vSAN?
312+
No, the tool doesn't support virtual machines running on vSAN.
300313
301314
- Is this tool available in Windows Admin Center in the Azure portal?
302315
@@ -546,7 +559,7 @@ Static IP configuration doesn't migrate successfully for a Windows VM.
546559

547560
- **Bulk VM Migration with Queuing Support**
548561

549-
To migrate multiple VMs, select up to **50 virtual machines per operation**. Queuing improves performance and stability during large-scale migrations.
562+
To migrate multiple VMs, select up to **10 virtual machines per operation**. Queuing improves performance and stability during large-scale migrations.
550563

551564
>[!NOTE]
552565
>Ensure you remain signed in to Windows Admin Center -> VM Conversion Extension -> vCenter, and refresh your session every 2 hours.
@@ -645,3 +658,48 @@ Static IP configuration doesn't migrate successfully for a Windows VM.
645658
- Resolved a problem where migrations could get stuck at **80% progress**.
646659

647660
---
661+
662+
## [Version 1.8.5](https://dev.azure.com/WindowsAdminCenter/Windows%20Admin%20Center%20Feed/_artifacts/feed/wac-public-extensions/NuGet/msft.sme.vm-conversion/overview/1.8.5) (December 2025)
663+
664+
## New Features & Enhancements
665+
666+
### Secure Boot Configuration Reliability
667+
- Implemented logic to power off the VM automatically before applying Secure Boot settings.
668+
- Resolves failures that occurred when Secure Boot was configured on a running VM.
669+
670+
### Early Change ID Validation
671+
- Added pre-validation for missing disk Change IDs.
672+
- Provides clear and early error messaging, avoiding unexpected failures later in the workflow.
673+
674+
### Power State Alignment
675+
- Ensures the destination VM's power state consistently matches the source VM’s final power state after migration.
676+
- If the source VM is off and migration succeeds → destination VM remains off.
677+
- If the source VM is off and migration fails → source VM remains off.
678+
679+
### Enhanced Synchronization Experience
680+
- Introduced asynchronous file-path validation in the Synchronization Confirmation dialog.
681+
- Reduces UI blocking and improves responsiveness during sync initiation.
682+
683+
### Telemetry Improvements
684+
- Added additional telemetry signals to improve:
685+
- Performance analysis
686+
- Workflow reliability tracking
687+
- Troubleshooting efficiency
688+
689+
### Security Improvements
690+
- Implemented log sanitization in the PowerShell layer to mask sensitive data.
691+
- Ensures secure handling of credentials across logs and event traces.
692+
693+
### VM List Component Update
694+
- Reduced the VM synchronization and migration limit from 50 to 10 to improve reliability.
695+
- Updated corresponding error and guidance messages to reflect the new threshold.
696+
697+
---
698+
699+
## Bug Fixes
700+
701+
- Fixed an issue where powering on a VM resulted in the error: “Validation failed for one or more fields.”
702+
- Resolved an issue causing: “Failed to create destination VM: cpuCount must be a positive number.”
703+
- Addressed a problem where closing the browser mid-migration caused workflows to appear stuck at 80% when returning to Windows Admin Center. The Import VM step now automatically resumes and completes correctly.
704+
705+
---

0 commit comments

Comments
 (0)