Related Articles
SCOM 2012 – Get Agent Failover Management Server
Because of an issue I needed to get the failover management servers of the agents. Well, because I like to fool around with Powershell I thought I would write a short script. Just to give you some background how I figured it out. First I got the members of the Get-SCOMAgent command by typing: Get-SCOMAgent […]
System Center Universe Europe – Session Recordings on Channel 9
The long-awaited session recordings from System Center Universe Europe are NOW available on Channel 9! Matt Hester has provided a list linked to each session, check it out on his blog. For your convenience I copied the links to this post. All credits to Matt! Here are all 60 of sessions from System Center Universe […]
Quick Post – SCOM Script Monitor Customizing Alert Name
This time I needed to build a two-state script monitor to test several file shares for availability. The script works in multiple steps… Try to access the shared folder Create a file within the share Check if the file exists Delete the file If one of the tests above would fail, we need to get […]