PowerShell Logo Small

Stop-ClusterGroup



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

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

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Stop-ClusterGroup cmdlet stops one or more clustered roles, also known as resource groups, on a failover cluster.


If maintenance on a clustered role is needed, the clustered role can be stopped in an orderly fashion by using this cmdlet.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1

PS C:\>Stop-ClusterGroup FileServer1
Name OwnerNode State
---- --------- -----
FileServer1 node1 Offline



This example stops the clustered role, or resource group, called FileServer1 on the local cluster.