Freigeben über


Get-NetworkController

Get-NetworkController

Gets network controller application settings.

Syntax

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

Detaillierte Beschreibung

The Get-NetworkController cmdlet gets network controller application settings. Use this cmdlet to obtain application version, names of the nodes in the deployment, client authentication settings, IP address for representational state transfer (REST) operations, and certificate for encryption between REST clients and the network controller.

Parameter

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

Aliase

none

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-ComputerName<String>

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

Aliase

none

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

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.

Aliase

none

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

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.

Aliase

none

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer und -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die Sie per Piping an das Cmdlet übergeben können.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

  • This cmdlet returns an object that contains the following fields:

    -- Names of the network controller nodes
    -- Authentication mode used between REST clients and the Network Controller
    -- Client security group
    -- Client certificate thumbprints
    -- SSL certificate that is used for encryption of data between REST clients and network controller
    -- REST IP address
    -- Application version

Beispiele

Example 1: Get network controller application settings

This command gets network controller application settings.

PS C:\> Get-NetworkController

Verwandte Themen

Export-NetworkController

Import-NetworkController

Install-NetworkController

Set-NetworkController

Uninstall-NetworkController