Well this is just a short post but I think it is very useful in a SCOM admins daily life. Some management packs require you to set the agent to proxy enable. It is this setting here…
Script
TechEd 2012 Orlando Download Sessions – Offline Viewing
I just spent two weeks holiday in Florida and got back right before TechEd in Orlando started. Sadly, I could not attend the event. Because I don’t want miss the latest news I decided to find a way to download the sessions. I slightly modified my script which I used to download the MMS 2012 […]
– Nagios + SCOM – Uninstall Nagios Agent remotely using Powershell
I don’t like to clean up very much, but there are certain cases where it really makes fun to clean up. Especially if there a Non-Microsoft product, Powershell and SCOM involved. In my case a customer decided to replace his Nagios system through SCOM 2012. Cool!!! Because Nagios also uses an agent for monitoring, one […]
SCOM 2012 / Orchestrator – Monitor for New Knowledge Base Article
Have you ever wanted being notified about new Operations Manager KB article? Your answer will be yes I already have RSS-Reader and stuff like that. But is that cool? Is that the geeky way to do things? Hmm…no. Because I wanted to fool around with Orchestrator and SCOM so I built a Runnbook which sends […]
Reset Monitor using SCOM 2012 and Orchestrator – A must have Runbook
There is at least one Runbook each SCOM responsible must have. Are you wondering which? Well, I am sure you are always aware of what kind of alert you are closing. Is this alert beeing generated by a rule or by a monitor. If it is generated by a rule you just can close the […]
MMS 2012 Download Sessions – Offline Viewing
Here I just created a script to download the MMS 2012 sessions for offline viewing . There are few things you will need: Create a login account here http://www.mms-2012.com/digitalmms Get the script and the session file from here UPDATE (26.04.2012): I uploaded the latest sessions.txt file to skydrive which I received from Eric. It contains […]
SCOM 2012 – Using Alert Custom Fields
In today’s world of monitoring it is not always easy for people from the service desk or even for administrators to identify from which system is this alert being sent, who is responsible for the system and maybe in a multitenant environment to which company belongs this system/alert. In my case a company which is hosting […]
SCOM 2012 – Installing Pre-requisites for Web Console
Sometimes it takes time to install pre-requisites especially for the SCOM web console. There you need IIS, .NET Framework 3.5.1 and tons of IIS modules. There is a way to simplify. Use Powershell . To get an overview what has been installed type: Get-WindowsFeature If you want to see what IIS options has been installed, […]
SCOM 2012 Maintenance Mode Script – Computer maintenance mode depending on SCCM 2012 collection membership
Maintenance mode is always something you are facing during System Center setups. Let’s say you have a SCCM administrator who want’s to deploy it’s Windows updates on a certain day e.g. Tuesday @ 08.00 p.m. o’clock, and he also decides to reboot each server forcefully after successful deployment. Because we (SCOM administrators) have to find […]
Simple script which checks the modified time (hours) of a log file
Recently I had to monitor a backup log file. If the modification time stamp of the log file was later than at a certain time then SCOM should fire a warning. In my case if the file was modified later than at 05:00 o’clock (24-hour time notation) an alert should occur. There was no characteristic […]