Recently had a client request to monitor for WMI leaks and receive alerts when the WMI process starts to consume resources. Obviously there are other methods for monitoring and/or reporting on this, but in environments without access to these tools or the […]
Create a rule to view the memory usage of WMI process in Windows 2008/2008 R2 (and 2012/2012 R2) agent managed computers. As described here by Kevin Holman, there is a known WMI (KB981314) leak in 2008 R2 and Win 7 operating […]
Just a quick note on how to enable agent proxy via PowerShell Assumptions in this scenario: SCOM 2012 R2 – UR3 Using Operations Manager Shell You want all Agents with proxy enabled Some basics: Get-SCOMAgent Let’s limit our scope.. Get-SCOMAgent | where {$_.ProxyingEnabled […]