Get Alert History by Alert Name

get-alert | where {$_.name -match "Alert Name"} | get-AlertHistory | select Time*

command shell main menu