Convert password list to separate items / export OTP

Convert password list to separate items / export OTP

avatar

Good day!

Is there a (Powershell) method to convert a password list to seperate entries?
I’ve already tried to export it to a CSV, but then the OTP keys and options are not exported.

We currently have a large password list including OTP’s for a web logon.
Only downside is that, using the web plugin, as soon as we try to login to the site, we constantly have to switch to RDM to perform the authentication. If I can stay withing the webbrowser, it makes life easier.

Using 2023.3.31.0.

Thanks!

All Comments (1)

avatar

Hello,

The following script can help you convert the Password List entries into Credential entries.
https://github.com/Devolutions/RDMSamples-ps/blob/main/module/entries/PasswordList/Split-PasswordList.ps1

You just have to use the Get-RDMEntryOTP and Get-RDMEntryOTPKey cmdlets to get the OTP from the Password List. Then use the Set-RDMEntryOTP and Set-RDMEntryOTPKey to set the OTP on the Credential entry.

Let us know if you have further questions about this.

Best regards,

Érica Poirier