Use PowerShell to set the SET virtual switch team to HyperVPort:
Set-VMSwitchTeam -Name "<SETSwitchName>" -LoadBalancingAlgorithm HyperVPort
Set-VMSwitchTeam configures a virtual switch team, and the accepted values for -LoadBalancingAlgorithm are HyperVPort and Dynamic.
If the issue is caused by Dynamic distributing outbound traffic across multiple physical NICs, switching to HyperVPort pins each virtual NIC to a physical adapter instead of using Dynamic flow distribution. In Hyper-V guidance for clustered deployments, the recommended NIC teaming settings are:
- Teaming mode: Switch Independent
- Load balancing mode: Hyper-V Port
Important: changing the load-balancing algorithm affects live traffic on the switch team. Perform the change during a maintenance window if the VMs are production workloads.