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.

asked 01 Mar '17, 16:15

antmar904's gravatar image

antmar904
1111
accept rate: 0%


anyone else run into this issue?

link

answered 02 Mar '17, 10:20

antmar904's gravatar image

antmar904
1111
accept rate: 0%

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.

link

answered 02 Mar '17, 13:49

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×60
×14

Asked: 01 Mar '17, 16:15

Seen: 64,715 times

Last updated: 02 Mar '17, 13:49