Add RDP connection to Vault

avatar

Hi,
I would like to know if it is possible to automate the creation of and RDP connection?
We automate the installation of servers, anmd it would be very nice if in the steps of installing the server we could add a script to add this server to RDM if possible.
We are using RDM with a Database which holds the vault we would like to create a new RDP connection. Typically we only fill in Name and Host, the rest is blank.
Is this possible through powershell perhaps?

Thanks in advance for the help!

All Comments (2)

avatar

Hello Kevin,

You can refer to this sample, it should be what you are looking for, it creates an RDP entry, and sets the credentials: https://github.com/Devolutions/RDMSamples-ps/blob/main/module/entries/NewEntry.ps1

Let us know if you have any questions or issues. Note that this is for RDM 2021.2 or newer.

Best regards,

Richard Boisvert

avatar

Hi Richard,

Thanks!
Than we first need to update our RDM to the latest version.

After that I will definitly give this a shot, thanks!

Best regards,

Kevin