Summary: Learn how to use the NetSwitchTeam module in Windows PowerShell to list network teams.
How can I use Windows PowerShell in Windows Server 2012 R2 to list all the network teams?
Use the Get-NetSwitchTeam cmdlet:
GET-NetSwitchTeam
…or to show all teams starting with the name Prod:
GET-NetSwitchTeam –name “Prod*”