Get-ClusterSharedVolume

Get-ClusterSharedVolume

Gets information about Cluster Shared Volumes in a failover cluster.

Sintaxis

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

Descripción detallada

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

Parámetros

-Cluster<String>

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.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-InputObject<PSObject>

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

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByValue)

¿Aceptar caracteres comodín?

false

-Name<StringCollection>

Specifies the name of the Cluster Shared Volume to get.

Alias

ninguno

¿Requerido?

false

¿Posición?

1

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

Salidas

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

  • Microsoft.FailoverClusters.PowerShell.ClusterSharedVolume

Ejemplos

Example 1

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

PS C:\> Get-ClusterSharedVolume

Example 2

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

PS C:\> Get-ClusterSharedVolume -Cluster cluster1

Example 3

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

PS C:\> Get-ClusterSharedVolume –Name "Cluster Disk 4"

Temas relacionados

Add-ClusterSharedVolume

Move-ClusterSharedVolume

Remove-ClusterSharedVolume