PAExec v1.25 "Failed to open remote pipes"
Doing some side-by-side comparisons with PsExec, and so far not being able to get PAExec to work at all :(
Active directory environment, executing PAExec on a Windows 7 laptop, trying to access a Windows 2008 R2 server. Simple command:
PAExec \\machinename\ \\\machinename\\ cmd.exe
I get "Failed to open remote pipes" as a response after a few seconds, and it just sits and hangs forever. I have to Ctrl-C to get my prompt back, then sometimes it exits with -9, and sometimes fails to clean up and exits with -9. PsExec executes the above command with no issues.
So, I tried specifying the user, in case the 'automatic' use of the local user was somehow different:
PAExec \\machinename\ \\\machinename\\ -u DOMAIN\User.Name DOMAIN\\User.Name -p P@$5w0Rd cmd.exe
Same results. Again, PsExec executes the above command with no issues. What should I look for here?