Jump to content

Recommended Posts

Posted
BeyondExec has never really been happy since we upgraded our FRDC to Server 2003 - what other products are out there to handle scheduled shutdowns of PCs, preferably with cancel options?
Posted

I am currently using PSTools [PSShutdown] to shutdown workstations but I have been meaning to start trialling Shutdownertron since getting the hang of deploying software through Group Policy.

 

Perhaps tomorrow?

 

Shutdownertron sounds great.

Posted

Of BeyondExec, PSShutdown and Shutdownertron, I've found BeyondExec to be the best for our needs, as it allows the most centralised control.

 

I did have problems with it crashing while trying to shutdown hundreds of machines when running it from my workstation, but since moving it to a virtual server in isolation I haven't had problems with it.

Posted

Since we're CC3, PSTools looks like my friend here. I've looked at it before, way back when, and opted against it as the users couldn't cancel it, although it seems it has been improved since.

 

Thanks guys.

Posted

This is the command that's in a batch file being run here, was setup before I started though so not looked 100% at the syntax, because it just works! ;)

 

ping -n 1 -w 1000 (machinename) && psshutdown \\(machinename) -c -f -k -t 60 -n 60 -m "This computer is about to shut down to save power. To continue working press the Cancel button. Please shut down this computer when you finish." >>d:\misc\pingshut.txt

 

At a guess though and looking at the command and syntax, it pings the machine first, if it responds it then sends the shutdown command and writes a line to the pingshut.txt file saying that the computer is scheduled to shutdown, if it doesn't respond it just moves onto the next machine. :)

Posted
Thanks, I've got there now. I was having a senior moment with misreading how the instructions had written the commands - all sorted now.

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