How to fix error code 0xd07

Juan Pedro 20 Reputation points
2023-07-15T19:34:19.95+00:00

Hi i'm getting this error code in the remote desktop app and i get this error before, and i delete My vm and make a new one yesterday but today i'm getting that error again and i don't know what can i doScreenshot_20230714-155308

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,017 questions
Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
0 comments No comments
{count} votes

Accepted answer
  1. kobulloc-MSFT 26,801 Reputation points Microsoft Employee Moderator
    2023-07-15T20:47:10.55+00:00

    Hello, @Juan Pedro !

    What should I do if my VM has been locked due to too many sign in attempts (error code 0xd07)?

    If you did not make multiple attempts to sign in, then this is usually due to a brute force attack being made on your VM.

    1. Disable RDP/open ports: If you have open ports, disable them to prevent further brute force attempts against your VM (on your VM resource, go to Networking > Inbound Port Rules, and remove access to port 3389 (RDP) or other open ports).
    2. Change your username and password: Use a complex username as common usernames like "testadmin" are much more vulnerable to brute force attacks:
      https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/reset-rdp#reset-by-using-the-azure-portal
    3. Consider redeploying your VM: If your VM has been the target of an attack, it may be a good idea to redeploy the VM to avoid using compromised resources. Be very careful when enabling features like RDP and be sure to use strong username/passwords if you are not using SSH.
      https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/redeploy-to-new-node-windows

    I hope this has been helpful! Your feedback is important so please take a moment to accept answers.

    If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    User's image

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.