SOLVED

RemoteApps doesnt reflect non-defualt RD Gateway port.

Copper Contributor

I'm attempting to configure a remote desktop deployment with all the works. Due to network restrictions, port 443 is not available I need to use a non-standard port. In this case, I chose port 444. This does work while using the remote desktop client and manually entering the port. But under the Edit deployment option, I can not enter a port. And I receive a cert error while trying to connect due to the default port being used by a different service. Is it possible to fix this configuration? I have used a similar config on server 2008 R2 and it lets me configure the non-standard port for the RD gateway under the RemoteApp config.

3 Replies
best response confirmed by DeadlyGopher (Copper Contributor)
Solution

@DeadlyGopher You can change it using PowerShell

 

Set-RDSessionCollectionConfiguration –CollectionName "Name" –CustomRdpProperty "server port:i:444"

(http://tech-trainer.info/how-to-change-default-remoteapp-port/)

@Harm_Veenstra 

 

Thank you, I appreciate your response.

No problem, please mark my answer as solution to mark it as solved if this fixed your issue.
1 best response

Accepted Solutions
best response confirmed by DeadlyGopher (Copper Contributor)
Solution

@DeadlyGopher You can change it using PowerShell

 

Set-RDSessionCollectionConfiguration –CollectionName "Name" –CustomRdpProperty "server port:i:444"

(http://tech-trainer.info/how-to-change-default-remoteapp-port/)

View solution in original post