Related Articles
Quick Post – Book “Microsoft System Center Operations Manager Field Experience”
Microsoft released recently a 128 pages e-book about System Center Operations Manger. It is a book talking more about the insights of SCOM and how you can troubleshoot, optimize and best practices. I highly recommend reading this book for all those who want to dive a bit deeper into SCOM. Learn how to enhance your […]
SCOM 2012 SP1 – Part 3: Audit Collection Services (ACS) Testing Cross Platform Logging
In part 1 and part 2 we installed ACS for collection Windows and Linux events. In part 3 I am going to show how the cross platform ACS works in an easy example. In part 2 we had a close look at a specific rule called Delete User. I think this is a perfect example […]
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 […]