PowerShell Logo Small

Start-ClusterGroup



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

Starts one or more clustered roles, also known as resource groups, on a failover cluster.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Start-ClusterGroup cmdlet starts one or more clustered roles, also known as resource groups, on a failover cluster. With this cmdlet, a clustered role can be started
again after stopping it for maintenance or diagnosis.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321070
Add-ClusterGroup
Get-ClusterGroup
Move-ClusterGroup
Remove-ClusterGroup
Stop-ClusterGroup

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Start-ClusterGroup FileServer1
Name OwnerNode State
---- --------- -----
FileServer1 node1 Online



This example starts the clustered file server, or resource group, called FileServer1.




EXAMPLE 2

PS C:\>Start-ClusterGroup FileServer1 -Wait 0
Name OwnerNode State
---- --------- -----
FileServer1 node1 Pending



This example starts the clustered file server, or resource group, called FileServer1. The Windows PowerShell® prompt returns as soon as the action has been initiated.