Browse by Tags

All Tags » SCOM Powershell (RSS)
If you are interested in learning more about MP Authoring thru a live demo check out the following details. Register and check it out June 3rd at 11:00...
How would one manage two different management groups from one PowerShell console? This is when you would need to use the two cmdlets New-ManagementGroupConnection...
Here are some more handy powershell one liners that will get a count, a report or resolve alerts that were generated by rules in their various Severity...
The following are examples I demonstrated to show how easy and powerful PowerShell is to use with Operations Manager 2007. Powershell House Keeping: =...
By request I came up with the following PowerShell one liner to close all open alerts that were generated by a Rule. Reason being that if one closes an...
From a request on the SystemCenterCommunity a user wanted a SQL query to disply the following information: Managed computer, Alert description and Alert...
The approve-agentpendingaction cmdlet approves the specified agent pending action. The approve-agentpendingaction cmdlet is works much like the reject...
The reject-agentpendingaction cmdlet rejects the specified agent pending action. Use the get-agentpendingaction cmdlet and pipe its results to the reject...
To get a list of server names and what they are pending about i.e. AgentPendingActionType (this can be long depending on how many agent pending actions...
Pete Zerger has a good example of a mini-report http://www.systemcenterforum.org/powershell-tip-operations-manager-2007-top-alerts-report-part-1/ . From...
A few more examples of the Get-Alert cmdlet for Operations Manager 2007. These were inspired from the Virtual User group meeting. Something Marco Shaw...
Some information that was obtained from Brian Wren's MMS Cmdshell presentation. http://blogs.technet.com/brianwren/archive/2008/03/11/mms-command-shell...
The Resolve-Alert commandlet resolves open alerts. In order to utilize the Resolve-Alert commandlet, you will need to get some unresolved alerts, by using...
The get-alert commandlet has several parameters available for filtering its output. The examples below will only use the –criteria parameter. I’m using...
Operations Manager 2007 Powershell commandlets are very very powerful. I've only scraped the surface of what they can do with these very simple examples...