|
| |||||||||
| Tags: pcs, scheduled |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| scheduled shut down of PC's on network
Hi All, I am looking to shut down all the PC's on my network (1500) at a scheduled time each night so I can reduce running costs and lower our company carbon footprint. I may even like to start up the PC's in the morning before users arrive at work...does anyone know some good software / application that will allow me to acheive this? don't want to use scripts or batch files...too messy. Thanks. Brian. |
|
#2
| |||
| |||
| Re: scheduled shut down of PC's on network
Hello bstuart177@googlemail.com, If you like to reduce cost, why will you buy a software soultion instead of using a script? We use scripts for scheduled shutdown/reboot and it works fine without any additional costs. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Hi All, > > I am looking to shut down all the PC's on my network (1500) at a > scheduled time each night so I can reduce running costs and lower our > company carbon footprint. I may even like to start up the PC's in the > morning before users arrive at work...does anyone know some good > software / application that will allow me to acheive this? don't want > to use scripts or batch files...too messy. > > Thanks. > > Brian. > |
|
#3
| |||
| |||
| Re: scheduled shut down of PC's on network
Hello bstuart177@googlemail.com, Remote startup requires a wake on LAN possibility of your machines. Are all machines aware of this. Personal i would the user let start the machine, so they are also up and running if the user is really working, reduces costs also. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Hi All, > > I am looking to shut down all the PC's on my network (1500) at a > scheduled time each night so I can reduce running costs and lower our > company carbon footprint. I may even like to start up the PC's in the > morning before users arrive at work...does anyone know some good > software / application that will allow me to acheive this? don't want > to use scripts or batch files...too messy. > > Thanks. > > Brian. > |
|
#4
| |||
| |||
| Re: scheduled shut down of PC's on network
Hi Meinolf , Have you a location of where you obtained this script or did you create from scratch? Thanks, Brian. |
|
#5
| |||
| |||
| Re: scheduled shut down of PC's on network
Hello bstuart177@googlemail.com, This one is for restart the machine at 5AM, if you change "/r" to "/s" it will shutdown: ----------------------------------------------------------------------------------------- ;Create the scheduled task on remote workstation's if not exist c:\winnt\tasks\at1.job at 05:00 /every:m,t,w,th,f,s,su shutdown.exe /r /t 120 /c "This computer will restart automatically, please close your open applications. Your Administrator." /f :Copy the shutdown.exe to remote workstation if not exist c:\WINNT\system32\shutdown.exe copy "\\domainname\netlogon\shutdown.exe" "c:\WINNT\system32\shutdown.exe" ----------------------------------------------------------------------------------------- All between the lines copy to "shutdown.cmd" for example and add "shutdown.cmd" as a startup script to a GPO. The GPO link to the OU where your computers are located. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Hi Meinolf , > > Have you a location of where you obtained this script or did you > create from scratch? > > Thanks, > > Brian. > |
|
#6
| |||
| |||
| Re: scheduled shut down of PC's on network
On 16 Oct, 18:09, Meinolf Weber <meiweb(nospam)@gmx.de> wrote: > Hello bstuart...@googlemail.com, > > This one is for restart the machine at 5AM, if you change "/r" to "/s" it > will shutdown: > > ---------------------------------------------------------------------------*-------------- > ;Create the scheduled task on remote workstation's > if not exist c:\winnt\tasks\at1.job at 05:00 /every:m,t,w,th,f,s,su shutdown.exe > /r /t 120 /c "This computer will restart automatically, please close your > open applications. Your Administrator." /f > > :Copy the shutdown.exe to remote workstation > if not exist c:\WINNT\system32\shutdown.exe copy "\\domainname\netlogon\shutdown.exe" > "c:\WINNT\system32\shutdown.exe" > ---------------------------------------------------------------------------*-------------- > > All between the lines copy to "shutdown.cmd" for example and add "shutdown.cmd" > as a startup script to a GPO. The GPO link to the OU where your computers > are located. > > Best regards > > Meinolf Weber > Disclaimer: This posting is provided "AS IS" with no warranties, and confers > no rights. > ** Please do NOT email, only reply to Newsgroups > ** HELP us help YOU!!!http://www.blakjak.demon.co.uk/mul_crss.htm > > > > > Hi Meinolf , > > > Have you a location of where you obtained this script or did you > > create from scratch? > > > Thanks, > > > Brian.- Hide quoted text - > > - Show quoted text - Thanks very much for your input....appreciate it. Regards, Brian. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "scheduled shut down of PC's on network" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Scheduled task will not run as scheduled! | alex.birchall@gmail.com | Window 2000 Help | 1 | 03-12-2009 04:18 PM |
| VB script does not run under scheduled task for mapped network drive | JAW | Windows Server Help | 3 | 06-11-2009 07:00 PM |
| Scheduled Task does not run | coreymac1222 | Windows XP Support | 3 | 06-03-2009 02:06 AM |
| Scheduled Tasks | Starfish | Small Business Server | 2 | 07-10-2008 04:50 PM |
| Vista Premium Shut Down Hang Wireless Network | Mike | Vista Help | 4 | 24-02-2008 07:15 PM |