Skip to content

Instantly share code, notes, and snippets.

@ronascentes
Last active November 26, 2018 15:50
Show Gist options
  • Save ronascentes/ea7a6626c83e9cf773ad85e0397e0080 to your computer and use it in GitHub Desktop.
Save ronascentes/ea7a6626c83e9cf773ad85e0397e0080 to your computer and use it in GitHub Desktop.
Get last failover events
Get-winEvent -ComputerName <server_name> -filterHashTable @{logname ='Microsoft-Windows-FailoverClustering/Operational'; id=1641}| ft -AutoSize -Wrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment