VMware VMDK to Microsoft VHD
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMmgSqcmH4zqiPMoaJe95kbqFtgnQFUxwCW5gw8nFe99h_6QhlSMbKqHqxJdngvYrISdTbx5J7KQ_tJO5fJ8_MfDdM4GacoUpONjvJcURPh4mNf2_DinaKkPQoIyqMFoLVTFVsFP9x_Xaz/s320/Hyper-v2.jpg)
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