-1

I have just deployed an Azure DSVM. However, when I connect to it, I just have a black screen.

Any idea of what is happening?

CHEEKATLAPRADEEP
  • 12,191
  • 1
  • 19
  • 42
Oolis
  • 146
  • 2
  • 2
  • 13
  • You could try reprovisioning or rehosting. Other option would be to enable the boot diagnostics and see if it is stuck somewhere. – CtrlDot Dec 09 '17 at 17:51
  • How long time did the VM show a black screen after RDP it? Also try to go to Azure portal > your VM > Boot diagnostics to watch a screenshot of your VM. – Wayne Yang Dec 11 '17 at 02:01
  • I have tried rehosting, it doesn't work. And the black screen never go off. I will try the boot diagnostic. I have also found some posts on internet explaining that it could be a slow connexion problem, I don't really understand the problem (I am totally new in this area), but maybe this is the problem... – Oolis Dec 11 '17 at 11:52

1 Answers1

-1

it looks like firewall issues, try this on the VM, edit local group policy as follow:

Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Connections

Find the RDP Transport policy and make it TCP only. It defaults to TCP and UDP.

Once changed, restart the server. Then test

Vikranth S
  • 481
  • 5
  • 10