Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fail to open a remote RDP with mstsc on a remote computer via psexec

Status
Not open for further replies.

MoshiachNow

IS-IT--Management
Feb 6, 2002
1,851
IL
HI,
If i run localy on the target computer:

mstsc.exe /admin /v:pps01

I get a nice RDP window.
However, if I run from another computer psexec with same command - get nothing:

psexec.exe \\IP -n 25 -d -u xxx -p yyy cmd.exe /c mstsc.exe /admin /v:pps01

Any advise will be appreciated.

Long live king Moshiach !
 
Question is how you grant a remote computer access to your screen?

You need the linux equivalent of xhost +
 
When you run the psexec command, do you get an error?

I tested it without using cmd.exe /c and it works fine for me.

-Carl
"The glass is neither half-full nor half-empty: it's twice as big as it needs to be."

[tab][navy]For this site's posting policies, click [/navy]here.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top