Skip to main content

Questions tagged [pstools]

The tag has no usage guidance.

0 votes
0 answers
185 views

PSPing doesn't work with smb port 445

I am trying to use PSPing to test a storage hostname and smb port 445: psping -l 60k <storage_hostname>:445 I immediately got the results as below. No packets were sent. I can access the SMB ...
Jade May's user avatar
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
332 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