Generating a cluster log in 2012

Today I needed to take a look at some cluster logs on a 2012 cluster, so I hoped on to CMD and ran the usual:

Cluster log /g

However, to my dismay it didn’t work!

Turns out in 2012 it’s been replaced by a PowerShell command, so you now need to run:

Get-Cluster Log –NODE <NAME OF NODE>

Hope it helps!

About the author