Posts

Showing posts with the label VMware VMDK to Microsoft VHD

VMware VMDK to Microsoft VHD

Image
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