Last active
November 26, 2018 15:50
-
-
Save ronascentes/ea7a6626c83e9cf773ad85e0397e0080 to your computer and use it in GitHub Desktop.
Get last failover events
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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