PowerShell Logo Small

Resume-ClusterResource



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

Turns off maintenance for a disk resource or Cluster Shared Volume within a failover cluster.

SYNTAX


Resume-ClusterResource [[-Name] <String>] [-Cluster <String>] [-InputObject <PSObject>] [-VolumeName <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Resume-ClusterResource cmdlet turns off maintenance for a disk resource or Cluster Shared Volume within a failover cluster.


This cmdlet applies to disks and Cluster Shared Volumes only. We recommend that maintenance be turned off for a disk or Cluster Shared Volume as soon as the maintenance
tasks have been completed.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Resume-ClusterResource "Cluster Disk 2"
Name State Group ResourceType
---- ----- ----- ------------
Cluster Disk 2 Online Available Storage Physical Disk



This example turns off maintenance for the CSV named Cluster Disk 2.




EXAMPLE 2

PS C:\>Get-ClusterSharedVolume "Cluster Disk 5" | Resume-ClusterResource
Name State Node
---- ----- ----
Cluster Disk 5 Online node2



This example turns off maintenance for all volumes on the CSV named Cluster Disk 5.