Top 10 REPEATING alerts (not closed)

Top 10 REPEATING alerts (not closed)

get-alert | where {$_.RepeatCount -gt 0 -AND $_.resolutionState -ne 255} | sort-object RepeatCount -desc | select-object -first 10 repeatcount,name | ft –auto

main menu