Ruben is back again with another Powershell banger! This time he presents you a Powershell script that will automatically detect and remove the SQL Express Instances from SCOM monitoring and save you from unnecessary overhead of removing them manually! Introduction SQL Express Databases are a widely used storage for settings in applications or as data
Tag: Powershell
A few days ago I was in need to export all my SCOM subscriptions and be able to analyze them thoroughly. So I researched for a script/solution online but didn’t find anything particularly useful to my exact requirement. So I decided to write one myself! I wrote a quick version of the script to get
Ruben is back with another awesome blog post, and I have no doubt this one is going to help a lot of people! We all know the hassles of migrating your SCOM from one version to another, and it involves a lot of manual efforts. And especially so when you choose the side-by-side upgrade path.
Summary: This post describes how to create PowerShell SCOM Console Tasks in XML along three examples. Introduction: Console Tasks are executed on the SCOM Management Server. Three examples show how to create them using Visual Studio. Task 1: Displaying a Management Server’s Last-Boot-Time [DisplayLastBootTime] Executes a PowerShell script which displays the result in a MessageBox
A few days ago, I needed to find out how many users are connecting to SCOM daily/weekly and how long was each user connected. Out-of-the-box SCOM does not provide you a way of doing this. So I started looking around for some hints. I came across this article, which looked pretty convincing. https://blogs.technet.microsoft.com/dirkbri/2014/10/15/an-approach-of-collecting-and-analyzing-scom-2012-sdk-connections/ This looked
It is my absolute pleasure to announce this guest blog today. My good friend Ruben has come up with a fantastic community MP that is going to make all of our lives a lot easier 🙂 I will let him talk about it himself. All yours, Ruben! – Authoring a PowerShell Agent Task in XML
In the last post we discussed about event based monitoring options SCOMÂ provides with Monitors. You can find it here: SCOM Event Based Monitoring – Part 1 – Monitors In this post we are going to discuss the event based monitoring options using SCOM Rules. Basically the highlighted options in the image below: As we
I am working on one of the projects and as a part of it I needed to create some console tasks that would run a Powershell script to do the stuff I want. I knew that it was no problem for a script a line of two long, but any more than that and it