How to Display Monitors for a Management Pack

To display a list of outputs for a management pack's monitors and overrides using the Command Shell, use the following procedure.

To display monitors for a management pack

  1. In your management server, click Programs, and then click System Center.

  2. Click Command Shell.

  3. In the Command Shell, type the following command:
    get-scommanagementpack –DisplayName “DisplayName” | get-scommonitor | export.csv filename

  4. A .csv file is created. The .csv file can be opened in Microsoft Office Excel.

    Note

    In Excel, you may be required to specify that the .csv file is a text file.

    For example, the following command retrieves data for the monitors associated with one of the core management packs:
    get-scommanagementpack -DisplayName "BizTalk Server Monitoring" | Get-ScomMonitor | export-csv "c:\monitors.csv"