Skip to main content

All Questions

Tagged with
0 votes
0 answers
108 views

PsExec Error While Running - Works Sometimes But Not Others in Certain Remote PCs

I have created a batch file using PsExec to run batch files on different PCs. This 'master' batch runs PsExec on 14 remote PCs. However, for some reason, it doesn't always work on a few PCs. Sometimes ...
Samiksha Bagadia's user avatar
0 votes
0 answers
344 views

PSExec -c flag does not work with powershell scripts

I'm using PSExec 2.4 to run commands on multiple computers. If I want to run a local batch script on the target computer (named {machine} below), this works no problem: psexec -i \\{machine} -nobanner ...
EllipticalInitial's user avatar