Skip to content

Latest commit

 

History

History
128 lines (88 loc) · 2.78 KB

Get-ClusterSharedVolume.md

File metadata and controls

128 lines (88 loc) · 2.78 KB
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
11/22/2022
2.0.0
Get-ClusterSharedVolume

Get-ClusterSharedVolume

SYNOPSIS

Gets information about Cluster Shared Volumes in a failover cluster.

SYNTAX

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

DESCRIPTION

The Get-ClusterSharedVolume cmdlet gets information about Cluster Shared Volumes in a failover cluster.

EXAMPLES

Example 1

Get-ClusterSharedVolume

This example lists all the Cluster Shared Volumes on the local cluster.

Example 2

Get-ClusterSharedVolume -Cluster cluster1

This example lists all the Cluster Shared Volumes on the cluster named cluster1.

Example 3

Get-ClusterSharedVolume -Name "Cluster Disk 4"

This example displays the state of the Cluster Shared Volume called Cluster Disk 4.

PARAMETERS

-Cluster

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

-InputObject

Specifies the cluster on which to enumerate the Cluster Shared Volumes.

Type: PSObject
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Name

Specifies the name of the Cluster Shared Volume to get.

Type: StringCollection
Parameter Sets: (All)
Aliases: 

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

Microsoft.FailoverClusters.PowerShell.Cluster

OUTPUTS

Microsoft.FailoverClusters.PowerShell.ClusterSharedVolume

NOTES

RELATED LINKS

Add-ClusterSharedVolume

Move-ClusterSharedVolume

Remove-ClusterSharedVolume