I was in the process of writing a few PowerShell cmdlets for a project I was working on and ran across this cmdlet for querying the active nodes on a Windows cluster:
1 |
Get-ClusterNode -Custer MyClusterAlias |
Which returns:
Views – 2051