PS C:\> $Members = (Get-SCOMGroup –DisplayName "All Windows Computers").GetRelatedMonitoringObjects() PS C:\> $Members | ForEach-Object { Export-SCOMEffectiveMonitoringConfiguration –Instance $_ -Path "C:\temp\$($_.DisplayName).csv" } –RecurseContainedObjects }
Thom Davis have studied the question and created a Dashboard. Here are the 2 articles that explain how it's made :
His Dashboard also is able to list :
- Objects and classes on a selected computer
- Active alerting Rules and Monitors for the selected computer
- Active non-alerting Rules and Monitors for the selected computer
- Non-active Rules and Monitors for the selected computer
This posting is provided "AS IS" with no warranties.
No comments:
Post a Comment