How to Display Overrides for a Management Pack
Updated: May 22, 2009
Applies To: Operations Manager 2007 R2, Operations Manager 2007 SP1
Operations Manager 2007 Service Pack 1 (SP1) includes an Overrides report that you can use to view overrides that are defined in or applied to a management pack. You can also use a cmdlet in Operations Manager Command Shell to display overrides.
To display overrides for a management pack, use the following procedure.
To display overrides for a management pack
-
In the Command Shell, type the following command:
get-override -managementPack name.mp | export-csv filename
-
A .csv file is created. The .csv file can be opened in Microsoft Office Excel.
Note |
|---|
| In Excel, you might be required to specify that the .csv file is a text file. |
For example, this command displays the overrides for one of the core management packs:
get-override -managementPack Microsoft.SystemCenter.OperationsManager.Internal.mp | export-csv "c:\overrides.csv"

Note