In Windows 10 or Windows Server 2012, NIC Teaming can be done using Powershell
To do this,
1) Open Powershell and type this command:
New-NetLbfoTeam -name "NICTeam1" ethernet0, ethernet1 -TeamingMode switchindependent -LoadBalancingAlgorithm DYNAMIC
- replace ethernet0 and ethernet1 with your interface names and change the Algorithm with your preference type.
2)
Asign the NICTeam to static IP address - Use the NICTeam1 as your interface in the example provided