Related Articles
Experts Live Café – Microsoft IT Pro Switzerland User Group
In one of my previous posts I announced the birth of the Experts Live Café Microsoft IT Pro Switzerland User Group which took place for the first time on April 7th in Bern. We (MVP Stefan Johner and I) didn’t know how many people would join us and if the event will run smoothly. Honestly, […]
PowerShell – Hash Table Get That Value
When writing scripts I like to use PowerShell ISE or VSCode a lot. It simplifies a lot of your daily scripting tasks like IntelliSense or Snippets. But sometimes these little helper don’t tell always the truth. Why? Well, I show you an example which is quite common. On problem there is if you are working […]
PowerShell – Comparing Management Pack Version
I bumped into an interesting problem while writing a custom PowerShell module. The module should compare the management packs from a SCOM management group and some local repository. If the local repository has a higher version number than the currently installed management pack, the script should import the management pack into SCOM. This post should […]