Protected: Change Manual installed agents to ‘Discovered’
There is no excerpt because this is a protected post.
There is no excerpt because this is a protected post.
There is no excerpt because this is a protected post.
If you want to monitor a Service and run a predefinded recovery task follow this walkthrough:
Resolved Alerts in Operations Manager is easy to extract from your DW and Operations Manager environment:
In Powershell:
Get-Alert | Where {$_.Resolutionstate -eq 255} | ft resolvedby
Or if you need a query from OperationsManagerDW in SQL as a dataset in your report:
SELECT Alert.vAlert.AlertName, Alert.vAlertResolutionState.ResolutionState, Alert.vAlertDetail.Owner, Alert.vAlertDetail.TicketId,
Alert.vAlertResolutionState.StateSetByUserId, Alert.vAlert.RepeatCount, Alert.vAlert.RaisedDateTime, Alert.vAlert.AlertDescription, vManagedEntity.Path
FROM Alert.vAlert
INNER JOIN Alert.vAlertResolutionState ON Alert.vAlert.AlertGuid = Alert.vAlertResolutionState.AlertGuid
INNER [...]
Coretech has joined the list of Microsoft nominated System Center Alliance Program partners. We are proud to have received the nomination and will continue our effort to develop tailor-made System Center solutions for the fast growing System Center community and our many customers.
For more information about the partner program go to http://www.microsoft.com/systemcenter/en/us/alliance-program-overview.aspx
While making my last Management Pack , I discovered a problem in the Operations Console of OpsMgr.
Problem:
When i created the Critical/Unhealthy/Healthy Expressions i had to compare to a Integer that was returned by the Script.
The problem was that when i compared 50 with 100, it acted like 50 was more than 100 !!
I was kind [...]
Download:
The file has included test examples and vlc player. The Management Pack is 32Kb
Intro:
This management packs can be used to keep track of the level of coffee in left in the pot.
With this management pack, you will never run dry of, what we all know, is the most important part of a productive environment!
This [...]
Download:
Intro:
This management packs can be used to check the expire date on all or specific certificates in the client/servers certificates store.
It uses the event log on the local client, to alert the OpsMgr unit monitor .
It is supposed to check once every day, and make a warning in the opsmgr if any certificates are [...]
A new 3 days Operations Manager (or Scom) course (# 50216) is showing up around August – I think the first course will be around the beginning october - Please email me kra[@]coretech.dk regarding participating on this Course.
Kurset vil naturligvis blive tilbudt gennem vores samarbejdspartnere, Teknologisk, Global Knowledge og Microworld.
God sommer – Kåre
Course Outline
How the ‘internals’ of Operations Manager work and [...]
Coming up…