PAExec returning exit code -8

Viewed 0

Hi,

I am trying to copy a program to a remote computer and run it.

Here is my syntax:

paexec \\remotecomputer -c c:\stuff\app

Here is the output that I am getting:

PAExec returning exit code -8

I've tried many different syntax same thing. I tried running PAExec with different user accounts but get the same -8 error.

2 Answers

anyone else run into this issue?

Hi antmar904,

Have you tried using the Username and Password options?

PAExec \{server IP address} -u {username} -p {password} -i -c MyApp.exe

Thanks
Quinn

Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer.

Related