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

 * PsExec - execute processes remotely
 * PsFile - shows files opened remotely
 * PsGetSid - display the SID of a computer or a user
 * PsInfo - list information about a system
 * PsPing - measure network performance
 * PsKill - kill processes by name or process ID
 * PsList - list detailed information about processes
 * PsLoggedOn - see who's logged on locally and via resource sharing (full source is included)
 * PsLogList - dump event log records
 * PsPasswd - changes account passwords
 * PsService - view and control services
 * PsShutdown - shuts down and optionally reboots a computer
 * PsSuspend - suspends processes

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.