Forum Discussion
DeadlyGopher
Feb 19, 2022Copper Contributor
RemoteApps doesnt reflect non-defualt RD Gateway port.
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. T...
- Feb 27, 2022
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
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/)
- DeadlyGopherFeb 28, 2022Copper Contributor
- Feb 28, 2022No problem, please mark my answer as solution to mark it as solved if this fixed your issue.