I have been tasked to create a powershell/sql solution for monitoring up to 50 servers for multiple perfmon counters and hitting WMI for metrics. What would be the most efficient way to create this system? I'm thinking creating multiple PS scripts that will be executed via sql jobs and the data exported to sql tables for analyzing. But don't really know.
↧