You can use RemShutdown from command line also. Here is RemShutdown command line usage description.
- Usage: remshutdown [-param type] [param] [/options]
param type can be one of the following:
ip - parameter is an single IP address or range of IP-s.
Example: remshutdown -ip 192.168.0.25
Example: remshutdown -ip 192.168.0.25-192.168.0.52
name - parameter is a Name of remote computer.
Example: remshutdown -name Jake
Example: remshutdown -name BackupServer
hostslist - parameter is a file name which conteins list of IP-s or network names.
Example: remshutdown -hostslist D:\subnet.txt
options can be one of the following:
?- Show help screen.
Example: remshutdown /?
r - Reboot system after shutdown.
Example: remshutdown -ip 192.168.0.25 /r
u - Username which will be used to login on network computer.
By default Username/Password of current user will be used.
Example: remshutdown -ip 192.168.0.25 /r /u Admin /p adminpass
p - Password which will be used to login on network computer.
By default Username/Password of current user will be used.
Example: remshutdown -ip 192.168.0.25 /r /u Admin /p adminpass
delay - Shutdown delay in seconds. Default delay is 20 seconds.
Example: remshutdown -ip 192.168.0.25 /r /delay 60
resolve - Resolve host names. When starting from console this option
is ignored if option /show not defined.
Example: remshutdown -ip 192.168.0.25-192.168.0.52 /resolve /show
noforce - Don't force running applications to close
Example: remshutdown -name Jake /r /delay 60 /noforce
msg - Custom notification message.
Example: remshutdown -name Jake /r /delay 60 /msg It's time to go home!
show - Show application window. Valid only when starting from console.
In other cases always enabled.
Example: remshutdown -name Jake /r /show |