Browse by Tags

All Tags » OM Powershell cmdlets (RSS)
The approve-agentpendingaction cmdlet approves the specified agent pending action. The approve-agentpendingaction cmdlet is works much like the reject-agentpendingaction in that the cmdlet is expecting...
The reject-agentpendingaction cmdlet rejects the specified agent pending action. Use the get-agentpendingaction cmdlet and pipe its results to the reject-agentpendingaction cmdlet to reject the specified...
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 are in your environement) get-agentpendingaction...
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 his report I got the idea for these other mini-reports...
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 showed in his Operations Manager powershell demo....
Some information that was obtained from Brian Wren's MMS Cmdshell presentation. http://blogs.technet.com/brianwren/archive/2008/03/11/mms-command-shell-presentation.aspx When using cmdlets that fetch...
The get-alert commandlet has several parameters available for filtering its output. The examples below will only use the –criteria parameter. I’m using the measure-object commandlet to show some output...
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. 1. Get a list of agent managed machine names...