Configuration Troubleshooting

SCOM 2012 – Console Error Microsoft.EnterpriseManagement.Monitoring.Console.exe

There are different ways to install the SCOM console. One way is to install it calling the regular SCOM 2012 setup wizard and choosing the SCOM console option. The other way is executing directly the OMCONSOLE.msi package. The difference is, if you call the regular SCOM setup wizard it will check for pre-requisites. If you […]

Configuration Management Pack Script

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 […]