PowerShell Logo Small

Move-ClusterResource



This is the built-in help made by Microsoft for the command 'Move-ClusterResource', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Moves a clustered resource from one clustered role to another within a failover cluster.

SYNTAX


Move-ClusterResource [[-Name] <String>] [[-Group] <String>] [-Cluster <String>] [-InputObject <PSObject>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Move-ClusterResource cmdlet moves a clustered resource from one clustered role to another within a failover cluster. When a clustered resource is moved to a different
clustered role, the clustered resource will then fail over with that clustered role.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321046
Add-ClusterResource
Get-ClusterResource
Remove-ClusterResource
Resume-ClusterResource
Start-ClusterResource
Stop-ClusterResource
Suspend-ClusterResource

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Move-ClusterResource –Name resource1 –Group group2
Name State Group ResourceType
---- ----- ----- ------------
resource1 Offline group2 IP Address



This command moves the cluster resource called resource1 to the resource group called group2 on the local cluster.