PowerShell Logo Small

Remove-ClusterResourceType



This is the built-in help made by Microsoft for the command 'Remove-ClusterResourceType', 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 resource type from a failover cluster.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Remove-ClusterResourceType cmdlet removes a resource type from a failover cluster. A resource type is a class of resource, such as physical disk, network name, or
virtual machine, that is organized by the failover cluster. After a resource type is removed from a failover cluster, resources of that type will not be able to be used in
the cluster.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321057
Add-ClusterResourceType
Get-ClusterResourceType

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Remove-ClusterResourceType –Name ResType1



This example removes the registered resource type named ResType1 on the local cluster.