Can't list network adapters when creating an external virtual switch from Windows Admin Center

Luke Schwager 1 Reputation point
2020-09-10T17:31:01.043+00:00

When I try to create a virtual switch from WAC and select external, it tries to load available network interfaces but it always fails with

"Couldn't load the network adapters. Error: (1) RemoteException: No MSFT_NetIPInterface objects found with property 'InterfaceIndex' equal to '9'. Verify the value of the property and retry. (2) RemoteException: No MSFT_NetIPInterface objects found with property 'InterfaceIndex' equal to '6'. Verify the value of the property and retry. (3) RemoteException: No MSFT_NetIPInterface objects found with property 'InterfaceIndex' equal to '5'. Verify the value of the property and retry. (4) RemoteException: No MSFT_NetIPInterface objects found with property 'InterfaceIndex' equal to '4'. Verify the value of the property and retry."

I am running the latest hyper v server.

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,694 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. 2020-09-14T01:22:22.093+00:00

    Hi,

    Have you updated the NIC driver?

    Please try to use the following method to see the result:

    Remove Hyper-V role
    Open an elevated command prompt and run: netcfg -d (make sure you have console access as this will kill all network connections)
    Reboot
    Add Hyper-V role
    Create your vSwitch.

    Best Regards,
    Daniel

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.