Guest Guest Posted January 30, 2013 Posted January 30, 2013 Hi all I'm looking for a solution to shutdown logged off computers on our network at the end of the day. I've searched the forums but been unable to find an answer. Can anyone help? TIA
Edu-IT Posted January 30, 2013 Posted January 30, 2013 Impero would do this, and much more, but it's not free.
AngryTechnician Posted January 30, 2013 Posted January 30, 2013 Are you determined to have them shutdown rather than Sleep/Hibernate? We just have ours go to Sleep after 35 mins inactivity (and Hibernate 30mins after). Saves power during the day as well as overnight, and it doesn't matter if they are logged off or not.
robriley Posted January 30, 2013 Posted January 30, 2013 Some management tools will do that (and more again) BCX Network Tools for example.
lmgtfy Posted January 30, 2013 Posted January 30, 2013 We have impero but still use a simple task scheduler to shut them down as its easier to apply different settings to different areas via GPO. In the startup script it goes something like this at /delete /yes at 15:45 /interactive /every:M,T,W,Th,F \\dc\netlogon\shutdown.exe -i -l 1 with shutdown.exe being beyondexec BeyondExec - Spawn Processes or Shutdown Remote Windows NT/2000/XP WorkStations which works with XP through to 7 and allows options like not shutting down if logged on etc.
simpsonj Posted January 30, 2013 Posted January 30, 2013 Either my blog Windows 7 shutdown through Group Policy Preferences - Blogs - EduGeek.net Or TheScarfedOne's blog should give a good guide on shutting down windows PCs. 1
fairm010 Posted January 31, 2013 Posted January 31, 2013 I use shutdownertron. Its free and GP managed. Shutdownertron Very effective bit of software. matt
Guest Guest Posted February 12, 2013 Posted February 12, 2013 Thanks all. simpsonj do you mind sending me some screenshots of your setup? Does it get round the problem of if someone is logged on?
Danp Posted February 13, 2013 Posted February 13, 2013 For single machines I use this script from cmd to shutdown a machine when a user is logged in, I am sure it can be edited to shutdown a batch of machines shutdown -s -t 1 -m \\pcname
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