Edit

Share via


Get-ClusterSharedVolumeState

Gets the state of Cluster Shared Volumes in a cluster.

Syntax

Default (Default)

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

Description

The Get-ClusterSharedVolumeState cmdlet gets the state of Cluster Shared Volumes in a cluster.

Examples

1:

PS C:\> Get-ClusterSharedVolumeState
Name                : Cluster Disk X
VolumeName          : \\?\Volume{2297f079-53c2-41e9-94d1-483d61ea94d7}\
Node                : ClusterNode1
State               : Direct

VolumeFriendlyName  : Volume1
RedirectedIOReason  : NotRedirected

Name                : Cluster Disk Y
VolumeName          : \\?\Volume{0312ef48-74c7-4a4d-946e-4bb4a397ad1f}\
Node                : ClusterNode2
State               : File System Redirected

VolumeFriendlyName  : Volume2
RedirectedIOReason  : UserRequest

Name                : Cluster Disk Z
VolumeName          : \\?\Volume{c4689cef-83e3-4f47-9eaf-161a9e31c5a0}\
Node                : ClusterNode3
State               : Block Redirected
VolumeFriendlyName  : Volume3
RedirectedIOReason  : NoDiskConnectivity

This command gets the state of Cluster Shared Volumes on the local cluster.

Parameters

-Cluster

Specifies the name of the cluster on which to run this cmdlet. If you specify a period (.) or don't specify this parameter, the cmdlet runs on the local cluster.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

Specifies the input to this cmdlet. You can use this parameter, or you can pipe the input to this cmdlet.

Parameter properties

Type:PSObject
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

Specifies the names, as a collection of strings, of the Cluster Shared Volumes for which to get state information.

Parameter properties

Type:StringCollection
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Node

Specifies the names, as a collection of strings, of the cluster nodes for which to get the state of Cluster Shared Volumes.

Parameter properties

Type:StringCollection
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

Inputs

Microsoft.FailoverClusters.PowerShell.Cluster

Microsoft.FailoverClusters.PowerShell.ClusterNode

Microsoft.FailoverClusters.PowerShell.ClusterSharedVolume