This documentation is archived and is not being maintained.
How to Display All Management Pack Rules
Updated: May 22, 2009
Applies To: Operations Manager 2007 R2, Operations Manager 2007 SP1
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
-
In your management server, click Programs, and then click System Center.
-
Click Command Shell.
-
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"
-
A .csv file is created. The .csv file can be opened in Excel.
![]() |
---|
In Excel, you might be required to specify that the .csv file is a text file. |
Show: