Windows cluster troubleshooting
Last updated:
WINDOWSCLUSTER
Get-ClusterLog
## with timespan for last 5 mins
Get-ClusterLog -Timespan 530
## Use local server time
Get-ClusterLog -Destination C:\Users\A714359\Desktop\ -TimeSpan 30 -UseLocalTime
Log location
C:\Windows\Cluster\Reports
Cluster hive
Located under HKLM > Cluster or 0.Cluster (loaded on node which has quorum disk)
Computer object guid
references:
Get-ClusterLog (FailoverClusters) | Microsoft Learn
The Cluster and 0.Cluster Registry Hives - Working Hard In ITWorking Hard In IT