Multipass on Hyper-V Server?

Hi,
I’m new to Multipass and was trying to use it on Windows Server with Hyper-V enabled.
I know it’s only supported on Windows 10 Pro or Enterprise but I’m wondering if it’s possible to get it running on Hyper-V server as well?

On Windows server it does not recognize Hyper-V being present:

launch failed: The Hyper-V Hypervisor is disabled. Please enable by using the following
command in an Administrator Powershell and reboot:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor

However a

Get-WindowsFeature | Where-Object {$_. installstate -eq "installed"} | Format-List Name,Installstate | more

lists Hyper-V.

OS: Windows Server 2019
1809 (OS Build 17763.1757)

Hi @bewhcr, unfortunately we can’t currently support Server as it’s missing the “Default Switch” that handles networking for us on Windows 10.

Monitor this issue to get updates:

Ok got it - thanks for your feedback!