Related Articles
SCOM 2012 – Import Multiple Management Packs (Import-SCOMManagementPack)
There are maybe certain situation where you need to import multiple management packs using the “Import-SCOMManagementPack” command. How do you accomplish that? It is easy! Because the command is taking care of the dependencies we just have to provide ALL of the needed management packs in an array. In my example I want to import […]
SCSM – Apply SMA Runbook Template Using SMA / PowerShell
In my previous post I have written about adding activities to a service request using PowerShell SMLets. Well this just added the “empty” activities / “framework” but the activities were not configured yet. As an example I want to add a SMA runbook activity (using this method) and then apply a pre-configured SMA runbook template […]
SCOM 2012 R2 Java APM – MP Installation and Configuration (Part 3)
Finally we are going to install and configure Java APM management pack. Just for a small recap, we have a monitored Linux server and a fully functional Tomcat application server in place which is configured for deep monitoring. Cool, huh? Now we would like to get some hands on performance of one of the applications […]