Schedule automatic restart

John Luzuriaga 6 Reputation points
2020-08-04T18:32:23.297+00:00

How do I schedule a restrt of multiple Window 10 Virtual Desktop

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,374 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2020-08-04T19:23:15.817+00:00

    You can use
    shutdown.exe /r /t 600
    for up to 600 seconds into the future.
    or remotely
    shutdown /r /m \servername /t 600

    https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/shutdown

    If more time is needed or on a routine you can schedule it via Task Scheduler

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments