Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)


I want to create a connection to remote desktop connection using UIPath. The connection is done using PowerShell.

It logs in to the remote server, but at the end, the UIPath gives me this error.

Can someone help me solve it?

It is linked to the input field.

The input of the PowerShell Activity:

cmdkey /generic:TERMSRV/192.1.... /user:admin /pass:passs....

mstsc /v:192.1.....

1 Answer

0 votes
by (9.5k points)

 It is a little difficult form me to figure out as you didint mention your code. When i did i tried this

Hope it helps

cmdkey /generic:server01.contoso.com /user:contoso\userid /pass:Secretpassword #run mstsc mstsc -v server01.contoso.c

Browse Categories

...