Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Query multiple servers for performance counters in parallel

$
0
0

This code still collects each counter synchronously on the remote computers, but process the computers themselves in parallel. If you need to parallelize the counter collection as well, that’s probably also possible, but would involve a lot more code, and may not be worth the effort (depends on how long this takes to run, and if it meets your needs already.)


Viewing all articles
Browse latest Browse all 13067

Trending Articles