A co-worker of mine ran into an alert flood scenario and needed to resolve a large number of alerts. He tried the following PowerShell command: Get-Alert | where {$_.ResolutionState -eq "New"} | Resolve-Alert This eventually ended up throwing an out of
Read More...