Converting a Physical or Virtual Machine to Hyper-V

P2V

StarWind V2V Converter Physical to Hyper-V (Recommand)

Using Disk2vhd Convert Physical Machine to Hyper-V

Shared Path: \\192.168.3.211\c$\ClusterStorage\Volume1

V2V

Using SCVMM Convert Virtual Machine to Hyper-V (Recommand)

StarWind V2V Converter VMware to Hyper-V

  • Using MvmcCmdlet.
Import-Module "C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.psd1"
ConvertTo-MvmcVirtualHardDisk -SourceLiteralPath "D:\Metasploitable2-Linux\Metasploitable.vmdk" -DestinationLiteralPath "D:\Metasploitable2-Linux\Metasploitable.vhd" -VhdType DynamicHardDisk -VhdFormat Vhd