microsoft/SDN

HyperV replica - SDN enabled VM - won't let me change network interface

WouterLS opened this issue · 1 comments

Hi,

I'm replicating a SDN enabled VM through HyperV replica to another host.
This host doesn't have SDN enabled or configured. All is well until I tried to edit the configuration to set the network card to a different virtual switch.

I get an error:
The connection requires feature 'Ethernet Switch Port VFP Settings' the feature is not registered on this system.

I managed to find this setting with Get-VMNetworkAdapter.
MandatoryFeatureName : {Ethernet Switch Port VFP Settings}

Is there a way to remove it with powershell?

I found someone who said that you could unset this through VMM with setting the network card to disconnected. This seems to work fine. But this is also disruptive for the VM.

I'm hoping someone can help

I found that Set-VMNetworkAdapter -MandatoryFeatureId @() works