neilmc Posted October 7, 2011 Posted October 7, 2011 I have been asked to find out if we can have all machines shutdown at a certain time every night, say 6pm we are using windows 7 and have been told shutdownertron doesn't work on the system, does this mean that the only way to do it is to use the schedule tasks on windows? Thanks
kili Posted October 7, 2011 Posted October 7, 2011 I have been asked to find out if we can have all machines shutdown at a certain time every night, say 6pm we are using windows 7 and have been told shutdownertron doesn't work on the system, does this mean that the only way to do it is to use the schedule tasks on windows? Thanks Hi we use this PsShutdown from sysinternals our pc's are XP so i dont know if it works on win 7 might be worth a try executes from the server and sends a shutdown command to workstations in your txt file list. Export your computers from AD and past to your txt file
iMash Posted October 7, 2011 Posted October 7, 2011 (edited) or Powershell scripts. (stop-computer -force -computername "COMPNAME") set as a scheduled task? you can build a list of computers in a text file and use Stop-Computer -force -ComputerName (get-content "Full Path to computer list.txt") Edited October 7, 2011 by iMash
6Foot2 Posted October 7, 2011 Posted October 7, 2011 ...we are using windows 7 and have been told shutdownertron doesn't work on the system... I can tell you, without doubt, that Shutdownertron does work on Windows 7. We have deployed Windows 7 Professional: 64 Bit here. We are using the same Shutdownertron package that we used on XP before the Summer. I know it works because I was logged onto my office station from home when at 6:30 [my scheduled shutdown time for my stations] the Shutdowndertron message came up telling me that the station would shutdown in 5 mins unless I pressed the cancel button. Why not try it? You have nothing to lose.
deano Posted October 9, 2011 Posted October 9, 2011 I can back DaveP withe shutdownertron working on win 7 but it does also say it's not yet supported on this version of o/s. If you are after a quick solution with little effort then you can use group policy preference to send out a scheduled task to each workstation. If you check the blogs section above, there is a recent post on how set this up. 1
ricki Posted October 9, 2011 Posted October 9, 2011 Hi I tried shutdownerton and a lot of the time it did not work with windows 7. I have had to put a scheduled task into gpo linked to a ou with windows 7 with this site as my starting point How To Automatically Shut Down Your Windows 7 Computer Richard
Michael Posted October 9, 2011 Posted October 9, 2011 You can do it via GPO using 2008 R2. This should work with Windows 7, Vista and XP. I like this method as it's quick, easy to setup and easy to edit if needed. You also don't need to keep a list of machine names like many other scripted methods either. For your reference, 32Bit is: %SystemRoot%\System32\Shutdown.exe And 64Bit: %SystemRoot%\SysWOW64\Shutdown.exe so you'll need two policies if you have 32/64Bit machines in a single domain.
TheScarfedOne Posted October 10, 2011 Posted October 10, 2011 Shameless plug... guide over on my blog EduGeek.net - Sharing and Pointing, Pointing and Sharing.... - Blogs after a few people were having issues with the GPO preferences route. It wotks on XP too for those with co-existance...
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