How to find out the health state of object in OpsMgr via Powershell

recently i had to face some rule which need to output the health state of some Distributed Applications in OpsMgr, I used the Operations Manager module for powershell.. .after long researching I finally built the below code : $ObjectState = (get-monitoringclass | Where-Object {$_.displayname -eq “Operations Manager Management Group” -and $_.Description -like “This type represents […]... Read More
SDK is crashing SDK is crashing

Event id 26380 – The System Center Operations Manager SDK Service failed due to an unhandled exception.

SDK is crashing, you start the service of the Data Access, trying to open the Operations Manager Console and you get this error message : You check the service status again and.. well… is stopped again. if you will open your event viewer you’ll find the start event : 26361 (The System Center Operations Manager […]... Read More
Distribute Credentials

Event 4506 and new Root Management Server (RMS) \ Management Server (MS)

After installing new RMS \ MS to existed System Center Operation Manager environment, event id 4506 may be logged… Event ID: 4506; Source: HealthService Description: Data was dropped due to too much outstanding data in rule “<Some rule>” running for instance “<some Instance>” with id:”{GUID}” in management group “<Management Group Name>”. first check for updates […]... Read More

Notification Subscription is becoming Disabled (Enabled = False)

Have you ever faced the scenario of notification subscription which became disabled automatically every half hour (approximately) ? did you enabled it  and again after half hour it became disabled again ? So.. why does it happen ? – OpsMgr has mechanism which validating the owner of the notification subscription which means that if the […]... Read More

Moving \ Migrating DHCP database from Windows server 2003 to Windows server 2008 \ R2 Domain Controller

Sorry to say, backup and restore or copying the DHCP folder from the windows 2003 to windows 2008 wont work anymore as it did. why is that ? because of the format change between the versions. The recommended procedure for DHCP server migration is to use the export and import commands (netsh). The procedure for […]... Read More

Could not load file or assembly Microsoft.ReportViewer.WebForms on windows 2003 R2 SP1

Symptoms : When installing OpsMgr 2007 R2 web console you get error message for line 50 in the web.config file : There is some KB article in Microsoft’s site about this scenario for web console installation over windows 2008. by posting this I want to mention that it occurs in Windows 2003 R2 SP1 too. […]... Read More

Internet Explore, Firefox, AJAX & “Could not complete the operation due to error c00ce514” message

I’ve been working on some code which use Ajax for autocomplete implementing. to accomplish this mission I’ve created : Database (unicode_general_ci) HTML page which show the results of the autocomplete, encoded as UTF-8 with ‘Content-type: text/html; charset=utf-8’ PHP file which used to query the Database, also encoded as UTF-8 with ‘Content-type: text/html; charset=utf-8’ and “SET […]... Read More