Feb 19 2022 08:35 AM
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.
Feb 27 2022 05:03 AM
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/)
Feb 27 2022 07:33 PM
Feb 27 2022 10:00 PM
Feb 27 2022 05:03 AM
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/)