Get-ClusterSharedVolumeState

Get-ClusterSharedVolumeState

Gets the state of Cluster Shared Volumes in a cluster.

Sintaxis

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

Descripción detallada

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

Parámetros

-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.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-InputObject<PSObject>

Especifica la entrada para este cmdlet. Puede usar este parámetro o puede canalizar la entrada a este cmdlet.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByValue)

¿Aceptar caracteres comodín?

false

-Name<StringCollection>

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

Alias

ninguno

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

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.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

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

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

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

PS C:\> Get-ClusterSharedVolumeState

Temas relacionados

Get-ClusterSharedVolume