Related Articles
Visio Management Pack Designer – “The dependencies for this management pack cannot be located”
This year Microsoft released the Visio Management Pack Designer (VMPD) a tool to design and create SCOM management packs using Visio. Basically it is a plug-in for Visio 2010 SP1 which adds management pack “stencils” and after the design process you are able to check for errors and then compile the “drawing” into a management […]
SCOM 2012 Monitoring Cisco UCS – Part 2 Install UCS MP 2.5
In part 1 we build the foundation for monitoring by setting up the UCS emulator. In this part 2 we are going to install the UCS management pack version 2.5. On my SCOM 2012 management server I started the and this will fire up a wizard which we will see now…
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 […]