How to Display Overrides for a Management Pack

適用於: Operations Manager 2007

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. You can open the .csv file in Microsoft Office Excel.

注意

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

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"