How to Display Overrides for a Management Pack

Applies To: Operations Manager 2007 R2

To display overrides for a management pack, use the following procedure.

To display overrides for a management pack

  1. In the Command Shell, type the following command:

    get-override -managementPack name.mp | export-csv filename

  2. 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"