lindsayecroft Posted September 4, 2007 Posted September 4, 2007 Hi there, I am sick of trawling the internet to no avail trying to find a decent bit of software to automate PC shutdown on an evening and was wondering if anyone has some good suggestions for some software i could try. Thankyou
Guest metalmonkey Posted September 4, 2007 Posted September 4, 2007 LanView 3? http://www.mst-software.co.uk/
plexer Posted September 4, 2007 Posted September 4, 2007 If's XP machines you want to shutdown then you can use the inbuilt shutdown command and do it against remote machines. Or pshutdown. Ben
leon Posted September 4, 2007 Posted September 4, 2007 http://www.edugeek.net/index.php?name=Forums&file=viewtopic&t=8269 ...might help.
Scotmk Posted September 4, 2007 Posted September 4, 2007 In our new ICT rooms, we have had big red buttons installed at the door, which kills all power to the room. lol, seriously.
apoth0r Posted September 4, 2007 Posted September 4, 2007 Impero allows you to shutdown pc's remotely, I believe you can automate it, but to be honest I enjoy shutting them all off myself remotely knowing that it's been done. Wish the monitors were automated too, pain in the ass
6Foot2 Posted September 4, 2007 Posted September 4, 2007 PSShutdown works fine here. It works fine. Pity about the rest of network management tools!
SpuffMonkey Posted September 4, 2007 Posted September 4, 2007 PSShutdown works fine here. It works fine. Pity about the rest of network management tools! PSShutdown - seconded!
meastaugh1 Posted September 5, 2007 Posted September 5, 2007 I use beyondexec as it allows me to shutdown computers not logged on early in the afternoon, then all computers in the evening.
EeEk Posted September 5, 2007 Posted September 5, 2007 We use the System Shutdown msi posted In this Thread Easy enough to send it to any/all machines through group policy.
mullet_man Posted March 11, 2008 Posted March 11, 2008 In our new ICT rooms, we have had big red buttons installed at the door, which kills all power to the room. lol, seriously. Don't the kids just press it then??
zag Posted March 11, 2008 Posted March 11, 2008 I just run a batch file. shutdown -s -t 0 -m \\ol01 shutdown -s -t 0 -m \\ol02 shutdown -s -t 0 -m \\ol03 shutdown -s -t 0 -m \\ol04 shutdown -s -t 0 -m \\ol05 shutdown -s -t 0 -m \\ol06 shutdown -s -t 0 -m \\ol07 shutdown -s -t 0 -m \\ol08 shutdown -s -t 0 -m \\ol10 Just replace the \\ol** with the computer names. The only problem with this script is the time it takes to work out a computer is already shutdown. I'm sure I could put some logic into it to ping the machines first.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now