Schedule Reboot using AT and psshutdown with time input
Hello - I have a custom computer action that schedules a reboot for 2am the following morning. It looks lke this: cmd.exe /C psexec \\{computer} at 2:00am psshutdown -r -f -c -t 10 /accepteula This works fine (see below), but I would like to be able ...