Windows 2008 R2 : Failover Cluster Manager – Move Cluster Group
You’ve probably noticed that in Failover Cluster Manager you don’t have the option to move the cluster group resources like you did in Windows 2000/2003. It is possible to move this group, however you’ll have to use either Windows Powershell or Command Prompt to achieve this.
Using Windows Powershell:
Move-ClusterGroup “Cluster Group”
Move-ClusterGroup “Available Storage”
Using the CLI and cluster.exe:
cluster group “Cluster Group” /move
cluster group “Available Storage” /move