Thanks for the useful information in this post. I was trying to upgrade one of my Server 2019 Hyper-V hosts to Server 2022 and was referred here because LBFO teaming is deprecated.
I tried to run Convert-LBFO2SET and it tells me that LACP is not supported. It is currently using LACP with an Intel quad-port server adapter and on the switch side it's using port-channels on a Cisco 3750X stack. When I originally set it up, LACP was the recommendation, with the relevant config shown below. What's the recommendation now with Cisco switches to match the switch independent teaming this tool does support? Is it a port-channel configured "ON" as opposed to the previous passive (LACP) or active (LACP), or more complicated than that?
interface Port-channel5
description Ports41-44 Hyper-V VirtualSwitch
switchport trunk encapsulation dot1q
switchport mode trunk
spanning-tree portfast edge trunk
...
interface GigabitEthernet1/0/41
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 5 mode passive
...
interface GigabitEthernet2/0/44
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 5 mode passive