Username: Password:
 | Register
Home
System Center Forum
  • News
  • Articles
  • How To Guides
  • Downloads
  • Frequently Asked Questions
  • Links
  • Events
  • Contact Us

Powershell Tip: Retrieving an inventory of object classes and descriptions from OpsMgr 2007



  Posted by: Pete
  Categories: News, Operations Manager 2007, Powershell, Tips -n- Tricks

Have you ever wondered what the object classes represent when you’re trying to scope your console view or target a rule or monitor? It  can sometimes be confusing because the description is not included in all areas of the Operations Console. 

 Here’s a short one-liner to retrieve a list of all object classes present in your Operations Manager 2007 management group, including a description of the class:

Get-MonitoringClass | ft DisplayName, Description

Remember, you can send this to a csv file for easy reading in Excel as well.

Get-MonitoringClass | ft DisplayName, Description | export-csv -path c:\classes.csv 

 You can retrieve a list of all cmdlets available in the Command Shell by entering get-operationsmanagercommand.

Update your MOM skills to Operations Manager 2007 at the Operations Manager 2007 Bootcamp! Check the 2008 Bootcamp Schedule and request pricing and availability HERE.

2 Responses to “Powershell Tip: Retrieving an inventory of object classes and descriptions from OpsMgr 2007”

  1. System Center Forum - OpsMgr 2007: Exploring your discovered inventory with the Command Shell Says:

    […] the previous Powershell Tip, you can see that it’s quite easy to enumerate the object classes present in your Operations […]

  2. System Center Forum - OpsMgr 2007: Exploring discovered inventory with the Command Shell – Groups Says:

    […] Powershell Tip: Retrieving an inventory of object classes and descriptions from OpsMgr 2007 […]

Leave a Reply

You must be logged in to post a comment.


Privacy Policy | Terms of Use | © 2005-2007 Pete Zerger