Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Find out how to move the core Cluster Group resource to a new node by using PowerShell.
September 14, 2013
Q: How can I force the move of the core Cluster Group resource to another node in the cluster?
A: To move the core Cluster Group resource, which contains the cluster name and IP address, use the following Windows PowerShell command:
Move-ClusterGroup "Cluster Group" -node
You May Also Like