Monday, March 16, 2015

Export list with performance counters to file

(Get-Counter -ListSet *).Paths | Out-File C:\Counters.txt -width 120

1 comment:

  1. You can also open a cmd and type:
    typeperf -q processor (or disk or any other component)

    ReplyDelete