PowerShell Logo Small

Stop-ClusterResource



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

Takes a resource offline in a failover cluster.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Stop-ClusterResource cmdlet takes a resource offline in a failover cluster. Before the resource is taken offline, any resources that depend on it are taken offline.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1

PS C:\>Stop-ClusterResource "IP Address 172.24.11.0"
Name State Group ResourceType
---- ----- ----- ------------
IP Address 172.2... Offline cluster1FS12 IP Address



This example takes the resource called IP Address 172.24.11.0 offline on the local cluster. Before taking the resource offline, it takes offline any dependent resources.