PowerShell Logo Small

Clear-ClusterDiskReservation



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

Clears the persistent reservation on a disk in a failover cluster.

SYNTAX


Clear-ClusterDiskReservation [[-Node] <StringCollection>] [-Force] -Disk <UInt32[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Clear-ClusterDiskReservation cmdlet clears the persistent reservation on a disk in a failover cluster. This cmdlet prompts for confirmation unless you specify the Force
parameter.


Note: This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP) authentication on the server computer.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321023
Clear-ClusterNode
Remove-Cluster

REMARKS

<

Examples


Example 1

PS C:\>Clear-ClusterDiskReservation -Disk 5



This example clears the persistent reservation on Disk 5 on the local node after asking for user confirmation.




Example 2

C:\PS>Clear-ClusterDiskReservation -Disk 6 -Node node2 -Force



This example clears the persistent reservation on Disk 6 on the node named node2 without asking for user confirmation.