You can use the following commands to change the cluster group to another node in the cluster
PowerShell:
move-ClusterGroup –node NodeName
where NodeName is where you want to move the group.
Command Line:
cluster group “Cluster Group” /Move:NodeName
----------
Please don’t forget to "Accept the answer"
and up-vote
wherever the information provided helps you, this can be beneficial to other community members.