I have in several cases the same Host, a different user name and a different password for a RDP connection.
However, each time I use one of this two connections with same HOST only my last password is kept.
What need to be adjusted in the right way, that I can maintain two RDP connections which have same Host but different user name and different passwords?
Must be possible with right adjustments
I am working with a German version:
Thank you for your help!
Nils
Devolution.jpg
Hi Kalle
I'd solve this as follows: (2 options)
This works. So you have a single connection object, and depending on the folder where you start it, it has different credentials.
Another option would be (never tried) to create a credential object of type: Password list. add your multiple creds in here.
not sure but as far as I tested, that prompts for the cred to use.
Regards, Ben
Hello,
What Ben05 proposed are pretty good solutions.
On a side note, saving the password locally may results in an issue like this because of a limitation with RDP. Saving your credentials in the database should help.
When saving the credentials locally, they are saved in Windows Credential Manager and the key, is the host. This will explain why you encounter an issue when using multiple credentials.
Best regards,
Jeff Dagenais