Jump to content

Solution to shutdown logged off computers


Recommended Posts

Posted

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

Posted
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.
Posted

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.

  • 2 weeks later...
Posted
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?
Posted

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 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...