Scheduling a Reboot with Active Directory

  • Thread starter Thread starter Wesley H
  • Start date Start date
W

Wesley H

Does anyone know if there is a way to do this with a group policy or a
logoff script?

Thanks,
Wes H
 
Write a batch file that calls the shutdown program, then schedule it with
the task scheduler. You can find the shutdown program in the Windows 2000
Resource Kit, and it is built into XP.
Alternatively use the WMI Win32_Computer object in a VBScript program and
schedule that. You'll find info on that at
www.microsoft.com/technet/scriptcenter

B
 
Back
Top