Shutting down a server via batch

  • Thread starter Thread starter Ana
  • Start date Start date
A

Ana

Hi,

I have 2 servers with win2kserver (A and B) connected to an UPS in a rack.
Server A is controlled by the UPS to start and power down, however, Server B
is not. So, I need Server A to send a shutdown command to Server B before
the scheduled power down hour.

I tried shutdown -f -m \\ServerB -t 60 with no avail. What would be the
correct batch file for it?

TIA

Ana
 
Hi,

I have 2 servers with win2kserver (A and B) connected to an UPS in a rack.
Server A is controlled by the UPS to start and power down, however, Server B
is not. So, I need Server A to send a shutdown command to Server B before
the scheduled power down hour.

I tried shutdown -f -m \\ServerB -t 60 with no avail. What would be the
correct batch file for it?

TIA

Ana
Use PsShutdown, tip 4086 in the 'Tips & Tricks' at http://www.jsiinc.com


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top