We would like to habe a way to use Windows environment variables (like %USERNAME% or $env:username in PowerShell) in RDP or SSH/Terminal Connection Fields like the Target or the Credential Username Field.
See example_usage_royalts.png attached as I would think of to use that env variable. We can’t use a specific or existing Credential object in this case as we would have to create credential object for each connection.
ASG Remote Desktop as an example does it with the variable %LocalUsername% which takes the currently logged in username.
For Proxy solutions or Privileged Access Management solutions with a Gateway this method is really useful to have shared connection for multiple users but with different usernames.

