How to Display All Management Pack Rules

Applies To: Operations Manager 2007, Operations Manager 2007 R2

Follow the procedure below to display a list of rules for the management packs that you imported. The list of rules can be viewed in Microsoft Office Excel.

To display management pack rules

  1. In your management server, click Programs, and then click System Center.

  2. Click Command Shell.

  3. In the Command Shell window, type the following command:

    get-rule | select-object @{Name="MP";Expression={ foreach-object {$_.GetManagementPack().DisplayName }}},DisplayName | sort-object -property MP | export-csv "c:\rules.csv"
    
  4. A comma-separated value (.csv) file is created. The .csv file can be opened in Office Excel.

Note

In Excel, you might be required to specify that the .csv file is a text file.