Hi Mark,
There is a command line tool that comes with Windows Server 2003 -- so you
don't need any 3rd party or resource kit tools.
You can simply put something like this into batch file:
shutdown -r -t 60
-r is for reboot
-t is in how many seconds (60 seconds)
Name the batch file something like "reboot.bat". Now set up schedule just
like you would for any other task and call that batch file at convenient
time.
Test this command to see if it works on your system or does it require
anything else (e.g. reason code for reboot).
You can cancel reboot if you enter command shutdown -a.
For more information you can use shutdown /?
Question from me. Why do you feel you need to schedule a reboot of your
server?
I hope it helps,
--
Mike
Microsoft MVP - Windows Security
"Mark S" wrote in message
> July 19, 2006.
> Greetings: How can I schedule a reboot in Windows Server 2003? Do I need
> the
> Microsoft resource kit or a third-party application?
>
> Thank you, Mark
> e-mail: >> Stay informed about: How to schedule a reboot in Windows Server 2003