Jump to content

Recommended Posts

Posted

Hi, not sure if this is the right place for this question, so feel free to move it to somewhere more appropriate.

Could anyone recommend some software (as free as possible) to shutdown (and start?) multiple Windows PCs on a domain at a specific time?

Thanks very much in advance

Posted

Free shutdown solution...

 

shutdown /s /m /f \\computer1 /t 60 /comment "Central shutdown"

shutdown /s /m /f \\computer2 /t 60 /comment "Central shutdown"

 

 

Fancier solutions are available. You could drop a batch file/ ps script locally on the machine to shut it down and create a scheduled task via policy. You can also do wake on lan via powershell

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