Author: karsasar
Subject: PSexec does not work with remote desktop connectio
Posted: 06 September 2013 at 11:44pm
I access a Windows XP SP3 machine (its IP address is 192.168.8.4, host name is host1) using remote desktop. That machine got PsExec v1.98 installed.
Subject: PSexec does not work with remote desktop connectio
Posted: 06 September 2013 at 11:44pm
I access a Windows XP SP3 machine (its IP address is 192.168.8.4, host name is host1) using remote desktop. That machine got PsExec v1.98 installed.
After logging into that machine, if I type following command, it does not work. it gives an error message "No Process is on the other end of the pipe"
psexec -d -i \\192.168.8.4 -u <username> -p <password> <name of exe>
But following commands work fine:
psexec -d -i \\host1 -u <username> -p <password> <name of exe>
psexec -d \\192.168.8.4 -u <username> -p <password> <name of exe>
What is the issue with first command?
Note: If I dont use remote desktop and login to that machine directly, then all the above commands work. So it looks like accessing through remote desktop causes issue in a specific case. Any ideas?