Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Get List of Network Teams

$
0
0

Summary: Learn how to use the NetSwitchTeam module in Windows PowerShell to list network teams.

Hey, Scripting Guy! Question How can I use Windows PowerShell in Windows Server 2012 R2 to list all the network teams?

Hey, Scripting Guy! Answer Use the Get-NetSwitchTeam cmdlet:

GET-NetSwitchTeam

…or to show all teams starting with the name Prod:

GET-NetSwitchTeam –name “Prod*”


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>