problem export

avatar
vpierron
Disabled

Hi,

i use a powershel for export some data from RDM like this:

$sessions=Get-RDMSession | where-Object {$_.Description -like '*ebt: *'} ;$password= "123456" | ConverTto-SecureString -AsPlainText -Force; Export-RDMSession -HTML -PATH $path -Sessions $sessions -Password $password



But the result is different for different RDP session , there is sometimes a line with a PASSWORD and sometimes this lines does not exists???
(see attachment)

where is the source of this information ?


regards

Vincent

RDM pb export.png

All Comments (3)

avatar

Hello,

Even if you use PowerShell to export the entries into a HTML file or you do it from RDM, if the password is stored in a credential entry, the password will not be in the RDP entry but in the credential entry in that HTML file.

Best regards,

Érica Poirier

avatar

hi,


ok, but where can i remove this password (in yellow ) in RDM ?

regards

Vincent

avatar

Hello,

You can remove the password when you edit the session in RDM. Or create a Credential entry and change the RDP entry to point to that new Credential entry. So the credential will not be visible in the RDP entry.

If you want to export all entries in a HTML file without any password, it is not possible actually. Is it something that will be interesting for you? If yes, please post your request here and I will have to check with the engineering department if they can add that option.

For your information, there is a new section for french support on our forum.
https://forum.devolutions.net/forum72-remote-desktop-manager--support-franais.aspx

Best regards,

Érica Poirier