Microsoft Hyper-V is unofficially supported: and Hyper-V has no native OVA import, so running the Edge Node here means converting the virtual disk yourself before creating the VM.
Before proceeding, complete Step 1: Create a Collector & Download the ISO in the main installation guide to get your ISO and OVA as normal.
.ova file using 7-Zip or a similar tool. An OVA is a tar archive; extracting it produces an .ovf descriptor, one or more .vmdk disk files, and a manifest..vmdk disk to .vhdx. The simplest option is qemu-img:qemu-img convert -f vmdk -O vhdx source.vmdk destination.vhdxVBoxManage clonehd or Microsoft's legacy Virtual Machine Converter (MVMC) also work if you already have them installed..vhdx file opens without errors before continuing..vhdx file.filename.iso.Once the VM is running, return to the main installation guide and continue from Step 5: Verify Connectivity.