description | external help file | Module Name | ms.date | online version | schema | title |
---|---|---|---|---|---|---|
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. |
Microsoft.FailoverClusters.PowerShell.dll-Help.xml |
FailoverClusters |
10/21/2022 |
2.0.0 |
Resume-ClusterResource |
Turns off maintenance for a disk resource or Cluster Shared Volume within a failover cluster.
Resume-ClusterResource [[-Name] <String>] [-VolumeName <String>] [-InputObject <PSObject>]
[-Cluster <String>] [<CommonParameters>]
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.
Resume-ClusterResource "Cluster Disk 2"
This example turns off maintenance for the CSV named Cluster Disk 2
.
Get-ClusterSharedVolume "Cluster Disk 5" | Resume-ClusterResource
This example turns off maintenance for all volumes on the CSV named Cluster Disk 5
.
Specifies the name of the cluster on which to run this cmdlet. If the input for this parameter is
.
or it is omitted, then the cmdlet runs on the local cluster.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the cluster resource to resume.
Type: PSObject
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the name of the cluster resource to resume.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the name of the volume to suspend. This parameter is only applicable to Cluster Shared Volumes. If this parameter isn't specified, then the operation will be performed on all volumes on the Cluster Shared Volume.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.