Get-RDDeploymentGatewayConfiguration
Gets configuration settings for the RD Gateway for a Remote Desktop deployment.
Syntax
Default (Default)
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.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 0 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
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.