HOW RESTART REMOTE DESKTOP SERVICES OF AZURE VM WINDOWS SERVER 2022

L.D. Pareek 0 Reputation points
2024-07-27T11:00:22.17+00:00

HOW TO RESTART REMOTE DESKTOP SERVICES OF AZURE VM WINDOWS SERVER 2022

STOPPED REMOTE DESKTOP SERVICES TO RESTART THE VM WINDOWS

NOW RDP IS NOT CONNECTING THE VM BY SAYING REMOTE COMPUTER REMOTE DESK SERVICES STOPPED

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,782 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,777 questions
{count} votes

3 answers

Sort by: Most helpful
  1. L.D. Pareek 0 Reputation points
    2024-07-27T11:03:48.82+00:00

    PROCESS WHICH STARTS THE VM THROUGH REMOTE DESKTOP

    0 comments No comments

  2. Andreas Baumgarten 120.8K Reputation points MVP Moderator
    2024-07-27T11:37:03.24+00:00

    Hi @L.D. Pareek ,

    to start the Remote Desktop Service of an Azure Windows VM you can use the Run command feature -> Run PowerShell Script Please take a look here: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/run-command#azure-portal

    With the following cmdlet you can start the remote Desktop Service:

    Start-Service -Force -Name "TermService"
    

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten

    0 comments No comments

  3. 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.