PowerShell Logo Small

Remove-ClusterResource



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

Removes a clustered resource from the failover cluster.

SYNTAX


Remove-ClusterResource [[-Name] <StringCollection>] [-Cluster <String>] [-Force] [-InputObject <PSObject>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-ClusterResource cmdlet removes a clustered resource from the failover cluster. Before removing a resource, be sure to review whether any other resource is
dependent on that resource.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Remove-ClusterResource –Name "Cluster Disk 4"



This example prompts the user for confirmation and then deletes the cluster named Cluster Disk 4 from the local cluster.




EXAMPLE 2

PS C:\>Remove-ClusterResource –Name "Cluster Disk 5" -Force



This example deletes the cluster named Cluster Disk 5 from the local cluster without prompting for confirmation.