Post SCOM Alerts to a REST endpoint
I wrote a quick script the other day to pull some SCOM Alert data for testing and thought I’d share a summarized version for anyone looking for easy options to extract their SCOM data. The below sample script pulls all of the SCOM Alerts from your Management Group and pushes them via REST to a specified endpoint. Using the Operations Manager module makes this pretty quick and painless. I’ve called out a couple of easy tweaks you can make below to the script itself.