7,023 questions
Find which machine owns the resources:
Get-Cluster <ClusterManagementName> | Get-ClusterGroup | Format-Table Name,OwnerNode
OR
Get-Cluster <ClusterManagementName> | Get-ClusterResource | Format-Table Cluster,Name,RecourceType,OwnerGroup,OwnerNode
https://stackoverflow.com/questions/67232249/how-to-get-information-of-cluster-nodes-with-powershell