VMware VMDK to Microsoft VHD
TechTip Convert VMware VMDK to Microsoft VHD Instruction to convert VMware VM Disk to Microsoft VM Disk https://www.microsoft.com/en-us/download/details.aspx?id=42497 Install the mvmc_setup.msi Download the Microsoft VM Converter After installation Open as Administrator PowerShell Type the command. Import-Module "C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.psd1" Then type below command. ConvertTo-MvmcVirtualHardDisk -SourceLiteralPath "C:Source\SourceVM.vmdk" -DestinationLiteralPath "C:\Destination\SourceVM" -VhdType DynamicHardDisk -VhdFormat Vhd After the Conversion complete add the VHD to the by Creating the New Virtual Machin in HyperV