I recently had the task of enabling monitoring of an Azure Stack Integrated System using System Center Operations Manager. Below I will go through the process of how this is done and what to consider a long the way. Firstly, RTFM Secondly, […]
WORK IN PROGRESS Editors Note: this is still a working document as my priorities have to be on other work right now, but in the interest of sharing I have made this available now… If you find any issues or errors let […]
In a recent project, the management were keen to see some dashboards and insights into their organizations shiny new infrastructure. Whilst SCOM gives some great data and statistics, it’s not overly helpful in demonstrating the high level view to management out of […]
Hi there, I have been wanting to share my fun times had with the Capacity and Performance solution in OMS for a while now, but have struggled to find the time.. Luckily for you I found a few moments today to have […]
So use this wisely… This script will use Out-Gridview to prompt the operator for the management pack to disable the alerts for and the override management pack to save those overrides in. Enjoy! Dan First, the script to do this for all […]
Along the same line as this post, the below will create an empty overrides management pack based on a source management pack and client number These are meant for the SCOM operators to use for consistent management pack naming. Enjoy Dan! $ManagementServer […]
Found this one in my toolkit recently and thought I’d share. It’s a little old so the code could do with some optimizing.. What it does: Prompts the script runner for a client number and then asks them to confirm the name […]
Found this one in my toolkit recently and thought I’d share. It’s a little old so the code could do with some optimizing.. What it does: Prompts the script runner for a client number and then asks them to confirm the name […]
EDIT: an unofficial fix is appended below 🙂 Fast publish… So, if any of you are using SCOM 2016 and have recently deployed the console, you may be getting this error below: An object of class ManagementPackFolder with ID <MP […]
How to create a custom service monitor and automatically restart it For this little demo, we will be using the Print Spooler service and targeting Windows Operating System This will target all version of Server and Client OS […]