The beta software is now available for download on Microsoft Connect. To download, simply go to our site on Connect and sign in with your Live Id. What is VMM…
Category: SCOM
Updated Server Network Load Balancing Management Pack for Operations Manager 2007 Released
The Windows Network Load Balancing (NLB) Management Pack monitors the health of NLB on computers that are running Windows 2000 and Windows Server 2003 to improve the availability, performance, and…
Schedule a group of URLs into Maintenance Mode
I needed to schedule a group of URLs into Maintenance Mode. I already created a script to schedule one URL but setting up 30 would be a pain to manage. …
Reset monitor when closing alert
Marius Sutara just released a tool that resets the state of a monitor that is closed. This is huge help for my environment. We have rolled out SCOM to many…
Subscription Tool
Download: SubscriptionTool.zip Source Code: SubscriptionTool Source Code.zip Subscription Tool is a simple GUI based tool that lets you enable and disable all notification subscriptions. This tool is useful if you need…
Veeam Management Pack for VMware 4.0
Veeam just announced 4.0 of the “Management Pack for VMware”, also known as NWorks: Version 4.0 includes comprehensive end-to-end monitoring from ESX Cluster, to ESX Host, to Virtual Machine and…
Subscriptions getting automatically disabled
I recently ran across and issue where our notification subscriptions were getting disabled every 30 minutes. The strange thing was that only about half of our subscriptions were being disabled…
Operations Manager 2007 R2 Beta 1 has been released
Features Include Enhanced application performance and availability across heterogeneous platforms . Delivers monitoring across Windows, Linux and Unix servers-all through a single console. . Extends end to end monitoring of…
Schedule a URL into Maintenance Mode
I needed to schedule a URL into Maintenance Mode this week and couldn’t find any scripts or examples so I created my own. param($rootMS,$urlName,$minutes,$comment,$reason) Add-PSSnapin "Microsoft.EnterpriseManagement.OperationsManager.Client" -ErrorVariable errSnapin; Set-Location "OperationsManagerMonitoring::"…
SCOM Remote Maintenance Mode Scheduler 2.0
SCOM Remote Maintenance Mode Scheduler is a GUI based tool that lets administrators easily schedule maintenance mode for a server or group of servers inside System Center Operations Manager 2012…