Ccboot | Network Optimization
# Set NIC priority Set-NetIPInterface -InterfaceAlias "Ethernet2" -InterfaceMetric 1 New-NetLbfoTeam -Name "CCBootTeam" -TeamMembers "Ethernet2","Ethernet3" -TeamingMode LACP -LoadBalancingAlgorithm Dynamic Disable unwanted offloads Disable-NetAdapterLso -Name "CCBootTeam" Disable-NetAdapterChecksumOffload -Name "CCBootTeam"