find Nodes in Windows Cluster


below is the snippet for that

Get the node names from the cluster

$ClusterName=’ClusterName’

Get-WmiObject -Namespace root/mscluster -Class MSCluster_Node -ComputerName $ClusterName -EnableAllPrivileges -Authentication 6

Regards,

Chaitanya

Leave a comment

Design a site like this with WordPress.com
Get started