So I am trying to migrate from VMWare to Hyper-V and I'm using the MS tool Virtual Machine Converter 3.1.
However, the VM conversions are going super slow. Like 2MB a second which means that a 300GB machine would take 34 hours to convert. Any idea why this is so slow? Is there a quicker method I could use?
I looked at the VMDK's and there is about 3 or 4 per VM based off of partitions so I'm unsure how to use the powershell command which I think is simpler
This is the powershell command but there are multiple VDMK's per VM.
ConvertTo-MvmcVirtualHardDisk -SourceLiteralPath d:\scratch\vmx\VM-disk1.vmdk -VhdType DynamicHardDisk -VhdFormat vhdx -destination c:\vm-disk1
Thoughts?
0 Answers