$alerts = get-alert |where-object {$_.ResolutionState -eq 0} foreach($alert in $alerts) { resolve-alert -comment "Resolving Alert" -Alert $alert }