Search This Blog

Wednesday, March 24, 2010

shutdown virtual machines from a PC with APC agent

http://www.tek-tips.com/viewthread.cfm?qid=880366&page=1

START "" shutdown -s -m -f file://myoophmpdc/ -t 2

1 comment:

  1. actually it likes this
    shutdown /s /f /t 3 m \\myoophmpc

    and in APC
    default.cmd
    start ""
    shutdown /s /f /t 3 m \\myoophmpc

    ReplyDelete