Top "Psexec" questions

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.

PSEXEC - "The Handle is invalid" When running the command as System User

This is the command that works fine if run from a user-spawned command prompt: PSEXEC \\xxx.xxx.xxx.xxx -u …

command-line batch-file psexec command-line-tool
How to determine the session id on remote machine for usage with psexec -i using script/powershell/...?

I am in need of a script or powershell command that will be able to determine the session id of …

scripting powershell automation psexec
Sleep command in batch file?

When I'm writing a batch file to run automatically, how do I write it so that when the batch file …

command-line batch-file psexec
How to pass parameters to an exe?

I am using psexec on my server to run an exe file on another server. How do I pass parameters …

c# psexec process.start
PsExec gets stuck on licence prompt when running non-interactively

I have a Hudson build script which calls the SysInternals PsExec utility. Normally, when PsExec is run for the first …

windows-services psexec sysinternals
psexec giving the system cannot find the file specified

I'm trying to run this from my win7 CMD (as Admin): psexec IpAddress -u domain\user -p pword c:\Autobatch\…

cmd remote-desktop psexec
psexec not recognized

I am working on a Microsoft Server 2008 machine. For some reason, the command "psexec" is not working from powershell on …

powershell psexec
How to check remote server time via psexec

I tried command like below. But can't see server time. psexec \\SERVER_NAME -i -u USERNAME -p PWD "C:\WINDOWS\…

psexec
Running multiple commands in cmd via psexec

I'm working on creating a single command that will run mulitple things on the command line of another machine. Here …

ant cmd configuration-management psexec
PSEXEC Fails to run locally: Error establishing communication with PsExec service

I only have this issue on a single Windows 8.1 machine in my domain when running PSEXEC locally. Before my domain …

psexec