Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » SCOM 2007   (RSS)
This entry is part of the following series: URL Monitoring Part I – The Design URL Monitoring Part II – The Classes and Discoveries URL Monitoring Part III – The Monitors Creating the monitors was by far the most complex part of this solution because Read More...
This entry is part of the following series: URL Monitoring Part I – The Design URL Monitoring Part II – The Classes and Discoveries URL Monitoring Part III – The Monitors Each of the 3 web applications has its own class. The applicable discovery queries Read More...
The out of the box Web Application template that exists in OpsMgr 2007 SP1 and R2 is useful but there are situations where it just doesn’t fit. Consider the following scenario: The Contoso Corporation’s global IT headquarters is located in Richardson, Read More...
What if OpsMgr is in a state where it is running but not working properly? Maybe your RMS is gray or the notification and alerting systems are down. How do you detect this condition so someone can take action to resolve it? Monitoring the console all Read More...
Over a year ago I blogged about the proper syntax required to populate an alert description with data returned from a property bag. The syntax in the blog is correct but the idea of doing this confused some. I will describe below how to accomplish this Read More...
I have a customer who has many management groups and wants to synchronize the user roles between them. There is no easy way to do this in the UI, but it can be done via PowerShell. One of my co-workers, Jonathan Almquist, blogged about this some time Read More...
Occasionally I run across an issue that requires immediate action be taken to resolve the problem while any root cause analysis is an afterthought. Last week I handled such an issue. My customer has a connector that was continually sending around 20 alerts Read More...
A co-worker of mine ran into an alert flood scenario and needed to resolve a large number of alerts. He tried the following PowerShell command: Get-Alert | where {$_.ResolutionState -eq "New"} | Resolve-Alert This eventually ended up throwing an out of Read More...
A customer of mine ran across a situation where they had to add a significant number of runas accounts to OpsMgr and didn't want to do it through the UI. The customer happened to have the account information handy and wanted to know how to script this. Read More...
I was doing a health check for a customer and ran across the following warning event which occurred almost daily: Event ID: 5206 Event Description: In memory container (hash table System.Health.EntityStateChangeData) had to drop data because it reached Read More...
I recently had the opportunity to learn a lot about SNMPVarBind values and populating those values in the Alert description Field from a monitor and rule. A customer was having difficulty determining the proper syntax to use for this and with the help Read More...
If you are running a script via a rule, and that script returns a propertybag, then it is possible you'll want the data returned to show up in the alert description assuming an alert is generated. The syntax for this in OpsMgr 2007 isn't that straight Read More...
There will be a Live Meeting on October 24 th going over the new certifications for SCCM and SCOM. I will be adding these new certs to my list of things to do. See Trika's blog on the subject and for details on the Live Meeting. Read More...
The SMS MP Guide actually tells you this: "To specify the location of the SMS installation folder the script uses a system environment variable on the SMS site server. The administrator must create the %SMS_INSTALL_DIR_PATH% environment variable as a Read More...
 
Page view tracker