PowerShell Logo Small

Start-ClusterResource



This is the built-in help made by Microsoft for the command 'Start-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

Brings a resource online in a failover cluster.

SYNTAX


Start-ClusterResource [[-Name] <String>] [-Cluster <String>] [-IgnoreLocked] [-InputObject <PSObject>] [-Wait <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Start-ClusterResource cmdlet brings a resource online in a failover cluster. Before the resource is brought online, any resources that it depends are brought online.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Start-ClusterResource –Name "IP Address 172.24.11.0"
Name State Group ResourceType
---- ----- ----- ------------
IP Address 172.2... Online cluster1FS12 IP Address



This example brings the resource called IP Address 172.24.11.0 online on the local cluster. Before bringing the resource online, this cmdlet brings online any resources on
which the resource depends.




EXAMPLE 2

PS C:\>Start-ClusterResource –Name "IP Address 172.24.11.0" -Wait 0
Name State Group ResourceType
---- ----- ----- ------------
IP Address 172.2... OnlinePending cluster1FS12 IP Address



This example brings the resource called IP Address 172.24.11.0 online on the local cluster. Before bringing the resource online, this cmdlet brings online any resources on
which the resource depends. The Windows PowerShell® prompt returns as soon as the action has been initiated.