Export (VPN) credentials

avatar

Hi All,

is it possible to extract the VPN credentials linked to an RDP entry? It doesn't matter if we do it directly from our SQL Server database or with an export to CSV in the program itself.

We would like to use the credentials to schedule a script that automatically if the credentials/VPN is still accessible.

Any ideas are always welcome!

Thanks

All Comments (5)

avatar

Hi,
We have an Extract Credentials action in the Refactoring ribbon. Have you tried it?

David Hervieux

avatar

Hi,

There's indeed a way to extract the VPN from the seesion, but then it is showed seperately. But I guess that doesn't change anything as it is still linked with the session?

Once, we have seperated them, is there a way to automate the export of the VPN session and their credentials?

Kind regards,

Maxime

avatar

Hi,
There is not way for now to automate the export. For security reason it will be difficult to get the credentials from the SQL Server database.

I'm not sure to understand what you want to do exactly. Perhaps you could give me more details about your scenario?

David Hervieux

avatar

HI David,

thanks for your message. What we want to do is to get the credentials for each VPN so we can import them in a scheduled script which will automatically connect to that VPN, do some connectivity tests and shuts down again.

Because we use devolutions as our main 'place' to store those VPN credentials, it would be easy if we could use the credentials in there for the scripts because those are always updated.

Kind regards,

Maxime

avatar

Could it be possible for the script to execute the RDM command line or protocol to open the VPN?

http://help.remotedesktopmanager.com/installation_commandlinearguments.htm

David Hervieux