Edit

Share via


Get-RDDeploymentGatewayConfiguration

Gets configuration settings for the RD Gateway for a Remote Desktop deployment.

Syntax

Get-RDDeploymentGatewayConfiguration
   [[-ConnectionBroker] <String>]
   [<CommonParameters>]

Description

The Get-RDDeploymentGatewayConfiguration cmdlet gets configuration settings for the Remote Desktop Gateway (RD Gateway) for a Remote Desktop deployment.

Examples

Example 1: Get configuration settings for the RD Gateway

PS C:\> Get-RDDeploymentGatewayConfiguration -ConnectionBroker "rdcb.contoso.com"

This command retrieves the configuration settings of the RD Gateway server associated with the RD Connection Broker server named rdcb.contoso.com.

Parameters

-ConnectionBroker

Specifies the Remote Desktop Connection Broker (RD Connection Broker) server for this Remote Desktop deployment. If this parameter does not appear, the default value is the fully qualified ___domain name (FQDN) of the local host.

Type:String
Position:0
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

Object

Gatewaymode (String) - One of these values: Automatic, DoNotUse or Custom.

LogonMethod (String) - One of these values: Password, Smartcard or AllowUserToSelectRuntime.

GatewayExternalFQDN - External FQDN of the RD Gateway server specified for the deployment.