Forum Discussion
Windows Virtual Desktop - Your computer can't connect to Remote Desktop Gateway server
- Mar 28, 2019
I think I may have worked out my problem, I have been testing with a user account I setup in Azure AD. I have only just setup the tenant and AD domain to test WVD. I have just tested with an account I had created on the AD Server (Still in Azure but with AD Connect installed to sync to AAD) and this has worked fine. I have also created another AAD account and tried to connect to the desktop but this failed with the same error.
Interestingly I am getting prompted to enter my credentials again upon connection, not sure if I have missed something with the SSO settings?
- ray077Mar 28, 2019Copper Contributor
That is good to know, but no I have do not have a proxy configured I am connected direct to my home broadband and not connected to my company VPN either.
Cheers- anthonyschneider365Mar 28, 2019Copper Contributor
Is your SessionHost marked as available? You can check using the following PowerShell command:
Get-RdsSessionHost -TenantName "[your_tennat_name]" -HostPoolName "[your_hostpool_name]"
- tommy_barnesApr 17, 2019Brass Contributor
Did you guys have to install anymore options in powershell to get the RdsSessionHost command to work? anthonyschneider365