Forum Discussion
Deleted
Oct 29, 2018Remote Desktop not working in Admin Center
Setup a test of the Windows Admin Center, the only thing I cant seem to get to work is the Remote Desktop tab. I just get the spinning dots and errors in the console, which I have attached. Any Ideas...
- Nov 30, 2018
I could fix this problem by enabling "Allow users to connect remotely by using Remote Desktop Services" policy settings (gpedit.msc or gpo). This policy add fDenyConnection=0 value to "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services", so $resgistryKey never set to null.
kazuo_yamauchi
Dec 06, 2018Brass Contributor
Exactly. It is important that there is at least one value in this place. The name, type, and data of that value can be anything.
This bug was probably fixed in Windows Admin Center 1809.5 Insider Preview.
https://blogs.windows.com/windowsexperience/2018/12/11/announcing-windows-admin-center-1809-5-insider-preview/
cfails77
Dec 18, 2018Copper Contributor
I'm still unable to remote desktop via Admin Center even after making the changes in the registry:
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "KeepAliveEnable" /t REG_DWORD /d 1 /f
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "KeepAliveInterval" /t REG_DWORD /d 1 /f
I'm receiving the following error:
HTTP400: BAD REQUEST - The request could not be processed by the server due to invalid syntax. (XHR)PUT - https://[gatewayserver:8080]/api/nodes/[servername]/features/powershellApi/pssessions/instantSession
I installed version 1809 on a new 2016 vm that has nothing else installed on it. Any assistance would be greatly appreciated.
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "KeepAliveEnable" /t REG_DWORD /d 1 /f
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "KeepAliveInterval" /t REG_DWORD /d 1 /f
I'm receiving the following error:
HTTP400: BAD REQUEST - The request could not be processed by the server due to invalid syntax. (XHR)PUT - https://[gatewayserver:8080]/api/nodes/[servername]/features/powershellApi/pssessions/instantSession
I installed version 1809 on a new 2016 vm that has nothing else installed on it. Any assistance would be greatly appreciated.
- cfails77Dec 18, 2018Copper ContributorI updated to 1809.5 which resolved my issue.