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

Vishakhan K 5 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 Server 2022
0 comments No comments
{count} votes

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.