Get-CauClusterRole

Get-CauClusterRole

Retrieves configuration properties of the Cluster-Aware Updating (CAU) clustered role on the specified cluster.

Sintaxis

Parameter Set: Default
Get-CauClusterRole [[-ClusterName] <String> ] [-Credential <PSCredential> ] [ <CommonParameters>]

Descripción detallada

The Get-CauClusterRole cmdlet retrieves configuration properties of the Cluster-Aware Updating (CAU) clustered role on the specified cluster.

Parámetros

-ClusterName<String>

Specifies the name of the cluster for which the CAU clustered role information should be retrieved. This parameter is only required when this cmdlet is not run on a failover cluster node, or this cmdlet is used to reference a failover cluster different from where the cmdlet is run.

Alias

ninguno

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-Credential<PSCredential>

Specifies the administrative credentials for the target cluster.

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.

  • None

Salidas

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

  • Microsoft.ClusterAwareUpdating.CauParameter

Ejemplos

EXAMPLE 1

This example gets information about the CAU clustered role on the cluster called CONTOSO-FC1.

PS C:\> Get-CauClusterRole -ClusterName CONTOSO-FC1

Temas relacionados

Add-CauClusterRole

Disable-CauClusterRole

Enable-CauClusterRole

Remove-CauClusterRole

Set-CauClusterRole