I want to restart remote machines with a custom menu. I want the users to cancel restart and restart to continue if the users does not answer for 5 minutes. Please advise.

link|improve this question
You may also want to ask this on serverfault.com – JNK Sep 2 '10 at 20:16
feedback

2 Answers

You can do this from the command line with the shutdown -i command. This brings up the GUI where you can add computers to send the shutdown command to. You can also set a timeout for how long the user has to cancel the shutdown/restart process (in your case 300 seconds).

link|improve this answer
feedback

Maybe this will point you in the right direction. Windows Systems Management Server (SMS, now called System Center Configuration Manager) has these capabilities. I don't admin the desktops here (I'm primarily the Unix/Linux admin), but I know our Windows guys use exactly this for exactly what you are asking.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.