Customer request on how to check the version of Microsoft Cluster Server (MSCS)
Using the GUI
PowerShell
To check the OS version of the nodes themselves (which dictates the manager version), run:
Get-ClusterNode | Select Name, State, BuildNumber
The plugin has been verified on Microsoft Cluster Service version 5. This plugin collects data using the Cluster Server API found in the Windows SDK.