Jump to content

Recommended Posts

Posted

What do you guys use to switch of rooms full of PCs via the server?

We used to use Netcare 3 as our management system which allowed me to select PCs and power them down or re-boot them. I could also schedule a time for all PCs to close down after I had gone home. The latest edition of Netcare doesn't work with regards to this. I have tried LanShutDown but that doesn't really work. You would think Server 2012 would have something built in to deal with such a common task.

 

Any thoughts?

 

:suspicious:

Posted

Have you tried using a .bat

 

Shutdown -s -m \\clientname /t 0

 

Add a line for each client

 

You can then also run as a scheduled task

 

For a restart use

 

Shutdown -r -f -m \\clientname /t 0

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