Related Articles
SCOM 2012 Veeam MP for VMware 5.7 – Part 1 Setup & Config
A few month ago at MMS in Las Vegas, Veeam announced their management pack for VMware for free for up to 10 sockets! I was very surprised to read that because I had seen it before and it is amazing how much information you get out of this management pack. In my opinion the best […]
SCOM 2012 – Export Grey Agents using Powershell
There was a request in the TechNet forum to get all grey agents in SCOM 2012 using Powershell and export the Displayname and HealthState into a file. Because I haven’t seen a solution I thought I will share these few lines of code maybe you can use them also. #Import the OperationsManager module Import-Module OperationsManager […]
SCSM – Passing Attachments via Web Service e.g. SMA Web Service
If you do automation in a “Microsoft World” you probably start these days with Service Manager and Service Management Automation (SMA). At one point you will have a need for building a connector to another system for exchanging data. One example could be that you need to submit incident data from Service Manager to another […]