Share via

Hyper-V vSwitch for Windows server 2025 Datacenter Server is failing

Vishakhan K 10 Reputation points
2025-03-11T13:14:00.39+00:00

Hi Team,

We have setup new windows server 2025 Datacenter, and it's configured with the Nic teaming (4 adapters 2 NIC teams).

Also, we have configured the Hyper-V server in the physical server. When we try to configure the vSwitch from the Virtual switch manager we can't be able to select the NIC Team adapters from the list. As we are getting the below error message.

image

Then we tried to execute the below PS commands to add the vSwitch, but it doesn't work in the windows server 2025.

We can see this is working fine in the windows server 2022 and able to configure the vSwitch successfully from Blogs.

But it's not working as expected in the windows server 2025 Datacenter.

PS command.

New-VMSwitch -Name "Test-vSwitch" -NetAdapterName "VLAN 10" -AllowNetLBFOTEAMS $true -AllowManagementOS $true

&

New-VMSwitch -Name "Test-vSwitch" -NetAdapterName "VLAN 10" -EnableEmbeddedTeaming $true -AllowManagementOS $true

we also tried the SET command to configure the vSwitch but that also not working as expected.

Can you somebody help us to fix this issue?

 

Windows for business | Windows Server | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Matheus Pohlmann 0 Reputation points
    2025-04-10T17:59:09.97+00:00

    I'm with the same situation

    Was this answer helpful?

    0 comments No comments

Your answer

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