Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 312 Bytes

Acknowledge_Alert_Groups.md

File metadata and controls

13 lines (13 loc) · 312 Bytes

Acknowledge Alert Groups

  1. Gather HX Alert Groups
$alert_groups = hx Alert_Groups list -limit 1000
  1. Pick Alerts you want to ACK
$pick = $alert_groups.data.entries | Out-GridView -PassThru
  1. ACK your selection
hx Alert_Groups acknowledge -ID $pick._id -comment "Known issue" -Verbose