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

PowerTip: Use PowerShell to Find Networking Counters

$
0
0

Summary:  Use Windows PowerShell to find networking counters.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find networking counters?

Hey, Scripting Guy! Answer Use the Get-Counter cmdlet and the –ListSet parameter, select the CounterSetName property, and
          filter on names related to networking. The following command returns sets related to IPv6:

Get-Counter -ListSet * | select countersetname | where countersetname -match 'ipv6'


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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