Delinea Secret Server Proxy Objects dont have Entries

Delinea Secret Server Proxy Objects dont have Entries

avatar

We are using powershell to automate changes in our RDM Database. We found, that despite manually creating a DelineaProxy Connection, some of the objects entries, for example host, are always empty in the powershell object.
Also altering the entry in the ps object, again for example host, and then setting the session does not actually change anything in RDM.

We are using pwsh 7.5.0
devolutions.powershell 2025.1.0
and we updated the db-schema already

If any further information is required, please let me know.

All Comments (1)

avatar

Hello David,

Thank you for reaching out to the Devolutions support team.

The Host is listed as a URL under the entry.
Also, the link credential is under DelineaSecretServerProxy.

$session.URL
$session.DelineaSecretServerProxy

With these two variables, you should be able to get the host or change the information.

Best regards,

Patrick Ouimet