question

JohnLuzuriaga-3219 avatar image
0 Votes"
JohnLuzuriaga-3219 asked AmitaMenon-3691 edited

Schedule automatic restart

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

azure-virtual-desktop
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@JohnLuzuriaga-3219

Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics.

0 Votes 0 ·

1 Answer

DSPatrick avatar image
0 Votes"
DSPatrick answered DSPatrick edited

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://docs.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--







5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.