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. […]
Can’t sign in to Remote Desktop Services (RDS) – Temporary profile
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. […]
Install SSL Certificate for RDS Deployment using PowerShell
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 […]
Enable Remote Desktop Remotely
On Windows Computer, the Remote Desktop is disabled by default. You need to enable it in order to make the computer is accessible remotely through Remote Desktop Protocol (RDP). In this article, I will show you how to enable Remote Desktop Protocol (RDP) remotely. First, we need to connect to the computer/workstation you want to […]
RD Web Access: Server Error in ‘/RDWeb/Pages’ Application. Runtime Error
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 […]