Avatar of campbell1972
campbell1972

asked on 

Formatting Powershell Get-Counter Output

I'm looking to create an HTML table populated with a number of performance counters derived from the Get-Counter command.

The table should consist of 3 columns only: Set, Counter, Value.

I've performed the usual Google searches looking for an example but nothing has met the above criteria as of yet.

Does anybody have any useful pointers or examples I could refer to to achieve the above?
PowershellHTML

Avatar of undefined
Last Comment
Qlemo

8/22/2022 - Mon