Wednesday, 2 May 2012

How to Set the time Windows Server 2003/2008 Shutdown or Restart Automatically

This guide will help you to create a Task Schedule to Shutdown or Restart Windows Server Automatically. First, you have to download PSshutdown from Microsoft. Then create a Task Schedule:
















If your schedule doesn't work, you can add one more argument "-accepteula" at the end. Or you just want to restart server then replace "-s" with "-r".



Where,

* -s: Shutdown windows server
* -r: Reboot windows server
* -f: Forces all running application to exit
* -c: Allow the shutdown to by cancel by user
* -t: Specifies the countdown in seconds until the shutdown

No comments:

Post a Comment