PowerShell Logo Small

Add-ClusterSharedVolume



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

Makes a volume available in Cluster Shared Volumes in a failover cluster.

SYNTAX


Add-ClusterSharedVolume [[-Name] <StringCollection>] [-Cluster <String>] [-InputObject <PSObject>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Add-ClusterSharedVolume cmdlet makes a volume available in the Cluster Shared Volumes in a failover cluster. The Cluster Shared Volume must be chosen from the disks in
Available Storage (that is, disks that have been added to the cluster but not assigned to a specific use in the cluster).



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321019
Add-ClusterDisk
Get-ClusterSharedVolume
Move-ClusterSharedVolume
Remove-ClusterSharedVolume

REMARKS

<

Examples


Example 1

PS C:\>Add-ClusterSharedVolume –Name "Cluster Disk 4"
Name State Node
---- ----- ----
Cluster Disk 4 Online node2



This example adds Cluster Disk 4 to the Cluster Shared Volumes on the local cluster.