How to document SCOM MP?

Hi all,

We would like document SCOM Unsealed MP that should include monitors/rules/discovery configuration, parameters, frequencies etc. In addition, groups configuration as well.

Kindly guide us to any powershell script, reports etc.

Thanks in advance

August 27th, 2015 2:59pm

Export Management Pack Rules and Monitors from SCOM 2012
1) $mp = Get-SCOMManagementPack -Name Microsoft.SystemCenter.ClientMonitoring.Library
2) Get-SCOMRule -ManagementPack $mp | Select DisplayName, Description, Name, Enabled, Target | Export-Csv -Path Rules.csv
3) Get-SCOMMonitor -ManagementPack $mp | Select DisplayName, Description, Name, Enabled, Target | Export-Csv -Path Monitors.csv


Roger

August 28th, 2015 5:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics