Hyper-V vSwitch for Windows server 2025 Datacenter Server is failing
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.
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?