How to Display All Management Pack Rules

適用於: Exchange Server, Operations Manager 2007

You can use Windows PowerShell to display a list of rules for the management packs that you imported. The list of rules can be viewed in 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, you may be required to specify that the .csv file is a text file.