You can create a batch file that is scheduled to run every night at 10.
If you want to reboot a remote computer..
shutdown \\server /r /c
Local...
shutdown /r /c
/r = reboot, /c= close all programs.
Mine looks like this:
net send admin Servers will reboot in 10 mins
timeout 600
shutdown \\server /r /c
----- Original Message -----
From: "Matthew Oppermann" <[EMAIL PROTECTED]>
To: "NT System Admin Issues" <[EMAIL PROTECTED]>
Sent: Wednesday, September 26, 2001 12:27 PM
Subject: Scheduling NT Server Reboots
> I have been looking around, hoping to find a way to do automatic reboots
to
> an NT server. I heard there was a reboot program on the NT Resource Kit,
> and after purchasing it found out that the particular program has to be
> manually run and activated, but it does reboot any manchine on the
network.
>
> How can I force the reboot of a server at say 10:00 pm every weekday
night?
>
> Matthew Oppermann
> Systems Admin
> Symbiotics, Inc.
>
> Want to unsub? Do that here:
> http://www.w2knews.com/rd/rd.cfm?id=unsub
> Need a good FAQ? Try this one first:
> http://www.ultratech-llc.com/KB/
Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/