PowerShell – Read Out AlwaysOn failover events

Get-winEvent -ComputerName 'listner' -filterHashTable @{logname ='Microsoft-Windows-FailoverClustering/Operational'; id=1641}| ft -AutoSize -Wrap