So lets configure NIC Teaming in Powershell now.
The first thing youâll need to do is see what network adapters you currently have setup.
Type: âGet-NetAdapterâ to get the list of network interfaces.
Now with this information we can create the NIC team.
Type: âNew-NetlbfoTeamâ to start the creation process.
You will be asked for the âTeamMembersâ that will be apart of the NIC team one by one. Enter the NIC names i.e. âEthernetâ then hit enter. When there are no more team members to add just hit enter while the current âTeamMemberâ prompt is empty.
You will be asked to confirm the information and once you hit âEnterâ or type âYâ
Hands down this is the quickest way I have ever configured NIC teaming on a server with or without a GUI.
Configuring NIC Teaming in Powershell on Windows Server 2012 originally appeared on theHyperadvisor by Antone Heyward