I am a regular visitor/contributor to the SCOM Technet Forums and regularly meet many experts from around the globe there. Fortunately for me I eventually became friends/acquaintances with many of them. One of them is Cyril! If you have posted a question in the forums, you may very well have received the solution from a “CyrAz”, that’s
Author: Sameer
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
I have seen this issue happening a number of times now. The cause of this can be a few things going wrong, but as part of the troubleshooting I’ve noticed a way that works almost every time, if it applies. Problem : All of the sudden, the management server(s) greys out. You check the services,
And Ruben is back at it again! This time he has rather interesting topic, that is always hot for a SCOM admin – tuning your management packs! Out-of-the-box, SCOM creates a lot of alerts. I mean A LOT. Truthfully, not every one of those alerts is useful, or relevant to you. If you just let
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
In this post I’m discussing about the possibilities SCOM provides with event detection monitoring using monitors. I’ve written a similar blog for creating services, which you can see here: SCOM BASIC SERVICE MONITOR VS. WINDOWS SERVICE TEMPLATE Alright, so just go to Authoring -> Expand Management Pack Objects -> Monitors -> Create a Monitor ->
Every now and then I’ve seen questions regarding this on the Technet forums. The most usual question is “A service XXX failure alert is being generated by a server where this service isn’t even present! What’s going on?” The Basic Service Monitor: This is a simple monitor that simply puts an instance of the monitor
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