I thought this would be a straight forward and obvious thing to execute but I couldn't find anything that worked from a web search. We had an infrastructure upset that was quickly rectified but it left ~50 servers in a false positive state of Critical . I need a method to perform a Reset Health on all the servers listed as critical.
I thought having something like this in a loop would work but it made no difference:
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
I thought this would be a straight forward and obvious thing to execute but I couldn't find anything that worked from a web search. We had an infrastructure upset that was quickly rectified but it left ~50 servers in a false positive state of Critical . I need a method to perform a Reset Health on all the servers listed as critical.
I thought having something like this in a loop would work but it made no difference:
Get-SCOMMonitoringObject { $_.HostComputer.RecalculateMonitoringState() }
Any ideas?
Share this post
Link to post
Share on other sites