Related Articles
SCOM 2012 – VSAE Extend Unix Class For Dynamic Grouping
Some time ago I wrote a post where I extended a Linux class for dynamic grouping using the Visual Studio Authoring Extensions (VSAE). Well, this was just for playing around and testing some stuff. Recently I had a requirement to build views according to Unix teams. There were different Unix / Linux distributions, all kind […]
Azure Policy – Add Date/Time Resource Group Tag
Have you ever tried to figure out the creation date of a resource group in Azure? As easy it may sound as difficult it is. I needed a timestamp, because I wanted to do some automation. So first I expected to see a timestamp in Azure Resource Graph. Well, this did not work and a […]
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 […]