Manage Alerts
Problem
You want to retrieve and manage alerts in the current monitoring object.
Solution
To retrieve alerts on the current monitoring object, use the GetAlert cmdlet. To retrieve only active alerts, apply a filter to include only those with a ResolutionState of 0.
>GetAlert | WhereObject { $_.ResolutionState eq 0 } | SelectObject Description
Description
- Read more about Manage Alerts
- Log in or register to post comments