Author: dexter
Subject: Psexec - process exited with error
Posted: 11 April 2018 at 2:17pm
Hello. I'm trying to remotely execute a process using psexec. Both systems are logged in as the same local account with administrator rights. When I run the command:
Subject: Psexec - process exited with error
Posted: 11 April 2018 at 2:17pm
Hello. I'm trying to remotely execute a process using psexec. Both systems are logged in as the same local account with administrator rights. When I run the command:
psexec \\SYSTEM "c:\program files\..."
It seems to successfully connect and load pstools on the remote system but I get an error back:
c:\program files\... exited on SYSTEM with error code -1066598274
Some searching lead me to believe this error has something to do with accounts not having local administrator rights. Like I said the account I'm using is a local account that is on both systems and are in the administrator group. I've tried running as the Administrator account with the same result.
Please help.