Convert most “OVA” virtual machines, to VHD or VHDX with Powershell, for use with Hyper-V.
Hey everyone! Just thought I’d post up a quick set of instructions to take a VMware formatted OVA file, extract out the .VMDK file and then convert it to a VHD or VHDX with Powershell. First, you will need the Microsoft Virtual Machine Converter package, and installed it. You can download it here: title Next, fire up powershell as administrator, and run this command to import the virtual machine converter powershell Cmdlets: Import-Module "C:\Program Files\Microsoft Virtual…