Vault HTML Export with the "Devolutions Server PowerShell Module"

Vault HTML Export with the "Devolutions Server PowerShell Module"

avatar

Hello, is there a possibility to export all vaults via "Devolutions Server PowerShell Module". I could only find a solution for the remote desktop manager powershell module.
I try to automate a backup solution via powershell. In case of the remote desktop manager I always have to run the application.

Best wishes,
Thorsten

All Comments (3)

avatar

Hello Thorsten,

Is the HTML export a hard requirement on your end? If so, you would need to keep using the RDM PS module. You do not need to have RDM running, or even installed, as long as you are running a newer version. What version are you currently using for RDM and Devolutions Server?

If it is not a requirement, you could always export the entries with the Devolutions Server module by looping in each vault and then running the Get-DSEntry cmdlet. Did you also require the password in clear text?

Best regards,

Richard Boisvert

avatar

Hello Richard,

thank you for your help. I use the rdm version 2022.3.32.0 and devolutions server 2022.3.9.0. Our goal is to get an encrypted wile which we can backup on a daily base to get on our systems without devolutions.

With the rdm I always have the manual login with 2FA when I start my script. I don't want to disable the 2FA for security reasons.

Do you have a alternative for the backup which is secure?
Maybe with the Get-DSEntry command? Couldnt make it working.

Best wishes,
Thorsten

avatar

Hello Thorsten,

In that case, you can use an application key, this way you will not require a 2FA: https://helpserver.devolutions.net/webinterface_applications.html. You can refer to this KB for how to connect with it: https://kb.devolutions.net/dvls_pwsh_connectivity.html?q=powershell

If you use the Devolutions Server PS module, it would be the same process, unless you use an application key, you will need to login and be required to enter the 2FA.

Best regards,

Richard Boisvert