Get-ClusterSharedVolumeState

Get-ClusterSharedVolumeState

Gets the state of Cluster Shared Volumes in a cluster.

構文

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

詳細説明

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

パラメーター

-Cluster<String>

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-InputObject<PSObject>

このコマンドレットへの入力を指定します。このパラメーターを使用するか、パイプを使用して入力をこのコマンドレットに渡すことができます。

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

-Name<StringCollection>

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

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Node<StringCollection>

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • Microsoft.FailoverClusters.PowerShell.Cluster, Microsoft.FailoverClusters.PowerShell.ClusterNode, Microsoft.FailoverClusters.PowerShell.ClusterSharedVolume

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

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

PS C:\> Get-ClusterSharedVolumeState

関連トピック

Get-ClusterSharedVolume