Related Articles
PowerShell – Comparing Management Pack Version
I bumped into an interesting problem while writing a custom PowerShell module. The module should compare the management packs from a SCOM management group and some local repository. If the local repository has a higher version number than the currently installed management pack, the script should import the management pack into SCOM. This post should […]
System Center Universe Europe – SCOM Dashboards New Widgets and Possibilities
Here I would like to share the session recording from System Center Universe Europe 2014 about the new SCOM widgets and what you could do with it. Sadly we had just one hour to talk about but I hope you get a good impression of the almost endless possibilities. For your convenience I am sharing […]
SCSM – Get Service Request Object From Any Nested Child Runbook Activity
When you are starting to automate stuff in your cloud environment you probably use SMA for automation and Service Manager to trigger the necessary runbooks in SMA. As this is really great stuff you will start facing many new challenges because you have to script in PowerShell to achieve your goals. Depending on your architecture […]