How to Display All Management Pack Rules

適用於: Operations Manager 2007

Use the following procedure 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 .csv file is created. The .csv file can be opened in Excel.

注意

In Excel, specify that the .csv file is a text file if you are prompted to do so.