Comments on: Free Script – Convert Legacy Teamed Hyper-V vSwitch to SET https://www.altaro.com/hyper-v/free-script-vswitch-set/ Hyper-V guides, how-tos, tips, and expert advice for system admins and IT professionals Wed, 09 Mar 2022 06:22:06 +0000 hourly 1 By: Eric Siron https://www.altaro.com/hyper-v/free-script-vswitch-set/#comment-3470 Tue, 04 Feb 2020 16:30:00 +0000 https://www.altaro.com/hyper-v/?p=18335#comment-3470 In reply to Fabrizio.

As I read your description again, I doubt that my script will result in a proper rebuild. That’s a completely unsupported setup.

]]>
By: Eric Siron https://www.altaro.com/hyper-v/free-script-vswitch-set/#comment-3467 Mon, 03 Feb 2020 20:57:00 +0000 https://www.altaro.com/hyper-v/?p=18335#comment-3467 In reply to Fabrizio.

This script checks for SET like this (should return True for SET, False for LBFO):
Get-VMSwitch | select Name, EmbeddedTeamingEnabled

This also works (should return something for SET, nothing for LBFO):
Get-VMSwitchTeam

If you’re in the GUI, then an SET will not show up when you run LBFOadmin.exe

]]>
By: Fabrizio https://www.altaro.com/hyper-v/free-script-vswitch-set/#comment-3464 Mon, 03 Feb 2020 10:28:00 +0000 https://www.altaro.com/hyper-v/?p=18335#comment-3464 Hello,
I have a server that is configured with an LBFO Team where I’ve set up three interfaces, each of them bounded to a specific VLAN. OS is windows server 2019
For each interface I have made a vswitch so that Hyper-v can differentiate traffic from the VMs

I’ve tried to run your script, but it responds that the switch already use SET, so it skips the modifications.

Is this normal?
how can I see if I’m using SET or LBFO?

]]>