Windows Server 2012/2016 RDS 部署使用非443端口远程桌面网关
在管理终端powershell执行以下命令
Set-RDSessionCollectionConfiguration –CollectionName "<Your Session Collectionnam>" -CustomRdpProperty " gatewayhostname:s:<RDGW-FQDN>:<yourport>" -ConnectionBroker <Your RD ConnectionBroker>
注
<Your Session Collectionnam> 远程桌面集合名称
<RDGW-FQDN> 远程桌面网关FQDN
<yourport> 远程桌面网关端口
<Your RD ConnectionBroker> 远程桌面会话主机名称