Related Articles
SCOM 2012 – Installing Pre-requisites for Web Console
Sometimes it takes time to install pre-requisites especially for the SCOM web console. There you need IIS, .NET Framework 3.5.1 and tons of IIS modules. There is a way to simplify. Use Powershell . To get an overview what has been installed type: Get-WindowsFeature If you want to see what IIS options has been installed, […]
TechEd Europe 2014 – SCOM Sessions
I wish I could have attended the TechEd Europe 2014 in Barcelona but since I had the chance to go to TechEd NA 2014 in Houston I already got a good picture what is going on. For those who also could not attend TechEd in Barcelona there is luckily Channel 9 who publishes all the […]
SCOM 2012 – Display & Download MPs Using PowerShell Widgets
A nice and sexy way to have the latest management packs at your fingertips is using the new PowerShell widgets. The SCOM product team shows in their example how you could list the management packs using the PowerShell Grid widget. Stanislav Zhelyazkov also provided a script to fully download all management packs with PowerShell. I […]