Resolve all alerts in specific Resolution State
Resolve all alerts in specific Resolution State
get-alert | where {$_.resolutionState -eq resolution_state_number} | Resolve-Alert
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Resolve all alerts in specific Resolution State
get-alert | where {$_.resolutionState -eq resolution_state_number} | Resolve-Alert