Possible to search and replace passwords through all sessions?

Possible to search and replace passwords through all sessions?

avatar
jan09
Disabled

Hello, ;)

I have a lot of jumphosts in my list.

I.e.:
Type 1 uses login admin/123abc
Type 2 uses login administrator/abc321
Type 3 uses a unique login name/password
Type 4 uses a unique login name/password

Is it possible to search and replace passwords through all sessions?
Search "123abc"
Replace with "1234abcd"

Best regards
Jan

All Comments (1)

avatar

Hello,

You can use the RDM PowerShell module to go through all your sessions. Use the Get-RDMSessionPassword to get the password of an entry and if it's the one you want to modify, use Set-RDMSesessionPassword cmdlet to update it.

You can find more information about the PowerShell module on the following online help page.
https://help.remotedesktopmanager.com/powershell_cmdlets.htm

And some sample scripts are available in the PowerShell section of this forum.
https://forum.devolutions.net/product/powershell-module

Best regards,

Érica Poirier