Get-NetworkControllerNode

Get-NetworkControllerNode

Gets the network controller node settings.

構文

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

詳細説明

The Get-NetworkControllerNode cmdlet gets the network controller node settings such as the node name, fully qualified domain name (FQDN), IP address, fault domain, representational state transfer (REST) interface of the node, and the node certificate, if applicable.

パラメーター

-CertificateThumbprint<String>

Specifies the digital public key X.509 certificate of a user account that has permission to perform this action. This is 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.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-ComputerName<String>

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

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

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.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-Name<String>

Specifies the friendly name of the node for the network controller. If not provided, settings are retrieved for all nodes in the deployment.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

true(ByPropertyName)

ワイルドカード文字の受け入れ

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.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

<CommonParameters>

このコマンドレットは共通のパラメーターをサポートしています(-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、および -OutVariable)。詳細については、TechNet の「 「about_CommonParameters」 (https://go.microsoft.com/fwlink/p/?LinkID=113216) を参照してください。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットが出力するオブジェクトの型です。

  • This cmdlet returns an object that contains the following fields:
    -- Name of the node
    -- Hostname, FQDN, or IP address of the node
    -- Fault domain of the node
    -- Name of interface to be used for REST operations on the node
    -- Node certificate

使用例

Example 1: Get all network controller nodes in a deployment

This command gets the network controller node settings for all nodes in the deployment.

PS C:\> Get-NetworkControllerNode

Example 2: Get network controller node settings for a specified node by name

This command gets the network controller node settings for a specific node named Node1.

PS C:\> Get-NetworkControllerNode -Name "Node1"

関連項目

Add-NetworkControllerNode

Disable-NetworkControllerNode

Enable-NetworkControllerNode

Remove-NetworkControllerNode

Set-NetworkControllerNode