pstools

Allow you to manage remote systems as well as the local one.

http://technet.microsoft.com/en-us/sysinternals/bb896649

http://download.sysinternals.com/files/PSTools.zip

Psexec

PsExec is a light-weight telnet-replacement that lets you execute processes on other systems, complete with full interactivity for console applications, without having to manually install client software.

http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx

Run command on working directory, as system account, non-interactive: * psexec -w "c:\workdir" -d -s "c:\folderx\command.exe"

The command will "survive" a session log off and will continue to run.

pstools (last edited 2013-11-26 22:39:13 by 95)