Just a few commands that I need to remind myself in the future. In case I might need those commands again to rebuild my network teaming in win10 OS.
Here is the command for a win10 server-like OS to be used in Powershell.
new-NetLBFOTeam NUSNETBOUND1 “Ethernet”, “Ethernet2”
Here is the client OS like WIn10 pro, home or even LTSC.
New-NetSwitchTeam -Name "nexcomems1" -TeamMembers "Ethernet","Ethernet 2"
