Publish RDS RemoteApp Installed on a Network Share

Remote Desktop Services

It is possible to publish an RDS RemoteApp installed on a Network Share. However, sometimes you got the error when you use GUI to publish an RDS RemoteApp that said you need to specify the correct UNC path for the application as the following picture. We can resolve this issue by using a PowerShell command. … Read more

Can’t sign in to Remote Desktop Services (RDS) – Temporary profile

Sign in Error

When the user is trying to login to the RDS server, they got a warning that they can’t sign in to remote desktop services due to a temporary profile. This issue usually happening when you configure the RDS Collection with User Profile Disk (UPD) and the user is not fully logged off from the RDS. … Read more

Install SSL Certificate for RDS Deployment using PowerShell

Microsoft Remote Desktop Services

I have an issue while installing the SSL Certificate for RDS Deployment using GUI. Therefore, I use the PowerShell command to do that. Basically, the command is using Set-RDCertificate CmdLet. The Set-RDCertificate cmdlet imports a certificate or applies an installed certificate to use with a Remote Desktop Services (RDS) role. You can use this cmdlet to secure … Read more

RD Web Access: Server Error in ‘/RDWeb/Pages’ Application. Runtime Error

Microsoft Remote Desktop Services

One of our users reported that he can’t login to the RDWeb access and throwing the Application.Runtime Error after entering the login page as the image below: How to resolve Check if the user’s password has special character “<“ This is recommended solution. After confirming with the end-user, I found they change their password with the … Read more