PsTools PsExec

PsTools PsExec

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.

Category
System
License
EULA
Platforms
Windows
Released
2001
Path
c:\sysinternals\psexec64.exe
Version
Latest known: 2.43 (2023-04-11)

Examples

1. Executes IpConfig on the remote system with the /all switch, and displays the resulting output locally

psexec.exe \\RemotePC ipconfig /all

2. Copies the program test.exe to the remote system and executes it interactively

psexec.exe \\RemotePC -d test.exe