Change RDP port from 3389 to 3390

HI,

I have configured RDS on windows server 2012 R2. Configured RDP port 3390 as i am already using 3389 for another service.

While accessing via remote desktop it work properly X.X.X.X:3390. but now I am not getting how to configure same for remote APP. as the apps are still sending request on port number 3389.

Thanks in Advance.


June 26th, 2015 5:19am

You can achieve this by collection.

In fact, there is a configuration file for each collection, and you can change the RDP port in this configuration file, but via powershell


Set-RDSessionCollectionConfiguration CollectionName [[Collection Name]] CustomRdpProperty server port:i:[[Your Port ]]

Example:

Set-RDSessionCollectionConfiguration CollectionName "ToolsCollection" CustomRdpProperty server port:i:3390


Free Windows Admin Tool Kit Click here and download it now
June 26th, 2015 8:02am

Thanks a lot, its worked well.....
June 26th, 2015 9:21am

Hi,

Here is a related article below regarding RDS PowerShell cmdlets in case you need it in the future:

Remote Desktop Cmdlets in Windows PowerShell

https://technet.microsoft.com/en-us/library/jj215451.aspx?f=255&MSPPError=-2147217396\

Best Regards,

Amy

Free Windows Admin Tool Kit Click here and download it now
June 30th, 2015 1:37am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics