Regarding Custom Monitoring

Aswin Thomas(UST,IN) 426 Reputation points
2022-02-08T06:26:36.37+00:00

Hi All,

Is there any way to export all the Custom monitoring in SCOM 2016 environment.

Regards,
Aswin

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,446 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andrew Blumhardt 9,776 Reputation points Microsoft Employee
    2022-02-08T11:40:02.073+00:00

    Get-SCOMManagementPack | where {$_.Sealed -eq $False} | Export-SCOMManagementpack -Path "C:\Management Packs\Unsealed"

    1 person found this answer helpful.