Get-NetworkControllerCluster

Get-NetworkControllerCluster

Gets the network controller cluster settings.

Syntaxe

Parameter Set: Default
Get-NetworkControllerCluster [-CertificateThumbprint <String> ] [-ComputerName <String> ] [-Credential <PSCredential> ] [-UseSsl] [ <CommonParameters>]

Description détaillée

The Get-NetworkControllerCluster cmdlet gets the network controller cluster settings such as cluster authentication settings, a list of nodes in the cluster, cluster version, and the certificate used to encrypt credentials.

Paramètres

-CertificateThumbprint<String>

Specifies the digital public key X.509 certificate of a user account that has permission to perform this action. Specify the certificate thumbprint of the certificate. Specify this parameter only if you run this cmdlet on a computer that is not part of the network controller cluster.

Alias

none

Requis ?

false

Position ?

named

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

false

-ComputerName<String>

Specifies the name of the network controller node on which this cmdlet operates.

Alias

none

Requis ?

false

Position ?

named

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

false

-Credential<PSCredential>

Specifies a user credential that has permission to perform this action. The default is the current user. Specify this parameter only if you run this cmdlet on a computer that is not part of the network controller cluster.

Alias

none

Requis ?

false

Position ?

named

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

false

-UseSsl

Indicates that the remote machine uses the Secure Sockets Layer (SSL) protocol to establish a connection to the Network Controller node. The default value of this parameter is false. Specify this parameter only if you run this cmdlet on a computer that is not part of the network controller cluster. Indicates that the network controller uses Secure Socket Layer (SSL).

Alias

none

Requis ?

false

Position ?

named

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

false

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d'informations, consultez  . about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d'entrée correspond au type des objets que vous pouvez adresser à l'applet de commande.

Sorties

Le type de sortie correspond au type des objets que l'applet de commande émet.

  • This cmdlet returns an object that contains the following fields:
    -- Cluster version
    -- Name of the Network Controller nodes
    -- Authentication to be used between cluster nodes
    -- Management security group
    -- Credential Encryption Certificate

Exemples

Example 1: Get all network controller cluster settings

This command gets all network controller cluster settings.

PS C:\> Get-NetworkControllerCluster

Rubriques connexes

Install-NetworkControllerCluster

Repair-NetworkControllerCluster

Set-NetworkControllerCluster

Uninstall-NetworkControllerCluster