< Back

Get-RDDeploymentGatewayConfiguration

Thu Apr 04, 2019 5:41 am

NAME Get-RDDeploymentGatewayConfiguration



SYNOPSIS

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 (RDGateway) for a Remote Desktop

deployment.





PARAMETERS

-ConnectionBroker [<String>]

Specifies the Remote Desktop Connection Broker (RDConnection 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.



Required? false

Position? 1

Default value none

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS

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







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.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294213

Set-RDDeploymentGatewayConfiguration