Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Automatically shut down machines - centrally

  • 23-04-2007 12:54pm
    #1
    Closed Accounts Posts: 2,460 ✭✭✭


    Is there a way to schedule all the machines to shutdown at a certain time centrally?


Comments

  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    You could run a script on one computer using the shutdown tool.


  • Registered Users, Registered Users 2 Posts: 19,396 ✭✭✭✭Karoma


    Is there a way to schedule all the machines to shutdown at a certain time centrally?
    Can you please explain what the network setup is (OS on all clients,server, AD/workgroup?)


  • Closed Accounts Posts: 2,460 ✭✭✭workaccount


    XP and 2000. Active directory.


  • Closed Accounts Posts: 1,008 ✭✭✭Tivoli


    if its just a power saving idea, s3 standby is just a good.

    advantages
    pc boots back up almost instantly
    can easily be set to standby after an hour or 2 without use
    less work on hard drives

    disadvantages
    might cause problems in a power cut


  • Registered Users, Registered Users 2 Posts: 4,468 ✭✭✭matt-dublin


    either that or set up a batch script using shutdown.exe

    it will need to be run from a windows 2003 or xp machine.

    then just use scheduled tasks to run it.

    i think the format is along the lines of

    shutdown \\computername /r /t:(time in seconds) "Message to send to omputer" /y /c


  • Advertisement
  • Moderators, Music Moderators Posts: 23,361 Mod ✭✭✭✭feylya


    shutdown -i

    Enter the list of workstation to be shutdown and the time. Done.


  • Registered Users, Registered Users 2 Posts: 1,094 ✭✭✭db


    If you need to shut them down at a specific time schedule the script to run on one workstation to shutdown all the others at the time you want it to happen. Don't forget to specify -f to close any running applications. The user the shutdown app runs as needs to have admin rights on all the machines to be shutdown.


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,407 Mod ✭✭✭✭Capt'n Midnight


    Tivoli wrote:
    disadvantages
    might cause problems in a power cut
    yeah - if all the PC's are set to power on when the power comes back the combined load may trip the switch :(


  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    yeah - if all the PC's are set to power on when the power comes back the combined load may trip the switch :(
    I would think that only servers should have that function enabled by default. How common is it for business computers to have it on (the last place I worked it was disabled, or unsupported)?


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,407 Mod ✭✭✭✭Capt'n Midnight


    either that or set up a batch script using shutdown.exe

    it will need to be run from a windows 2003 or xp machine.

    then just use scheduled tasks to run it.

    i think the format is along the lines of

    shutdown \\computername /r /t:(time in seconds) "Message to send to omputer" /y /c
    lookup psexec IIRC something like
    Psexec \\* shutdown /Y /C /t 10

    Microsoft have serveral versions of shutdown.exe going back to NT4 and Terminal Server 4 that took different switches.

    also have a look at things like advanced ip scanner which use windows to issue the shutdown command, but also can issue WOL commands to the network can be woken up next morning.

    many PC's can be set to wake up in the morning (say at ten to the hour ) so you save power, but users have everything ready for them


  • Advertisement
Advertisement