I am trying to shut down all the computers at 6.30pm and I don't know if I have done it right.
I have written the following in notepad:
shutdown -s -m \\Computer name
shutdown -s -m \\computer name 2 (etc etc)
Renamed to a .bat file. Saved somewhere sensible.
Added a scheduled task. Pointed it at the file.
As a test, I repeated the exercise with one machine but set it to run in 5 minutes time. It didn't.
What have I done wrong??

