5 pts.
 Remote systems shutdown through server
Hi, I need to set about 60% (about 50) of the PC's in our network to automatically shutdown at 8pm every night. I am running Windows server 2003, and the clients are all Windows XP. Can someone tell me the best way to do this. Thanks Ramachandrna

Software/Hardware used:
ASKED: April 9, 2012  12:09 PM
UPDATED: April 10, 2012  5:55 AM

Answer Wiki:
You can use a logon/logoff script for all users with: 'SCHTASKS /create /sc daily /mo 1 /st 15:00:00 /tn shutdown /tr "c:windowssystem32shutdown.exe -f -s" /ru <username> /rp <password>' Check the time for your requirements. It will work for you. Do update us again. Thank you Anil ------------------------ Lepide Softwares Pvt. Ltd. http://www.lepide.com/exchange-manager/
Last Wiki Answer Submitted:  April 10, 2012  5:55 am  by  Voodooclanboy   1,125 pts.
All Answer Wiki Contributors:  Voodooclanboy   1,125 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

There is a command schtasks.exe that can create scheduled tasks for this purpose. Create a .bat file to make it as scheduled task…. After that, put the file for GPO. It is best to see here for MS ref
u can also use free 3rd party tool for the same.

 22,125 pts.