Batch change Rebex Local Echo

Batch change Rebex Local Echo

avatar

I have tried to use batch edit powershell script to remove the local echo on the Rebex, but its not working:

$connection.Putty.LocalEcho = "false"
$RDM.Save();

Is this possible to do?

Remote Desktop Manager - wm-ald-rtr-01.jpg

All Comments (2)

avatar

Hello,

My own conclusions is that it totally clears the putty information, is this what you are experiencing?

What versions are you running? Please specify the exact version number.

Repro steps for engineering

Entry type : SSH Shell (Rebex) [Deprecated]
run the command above
whole putty class is emptied from connection object

Maurice

avatar

HI Maurice,

This script worked perfectly:

$connection.Putty.LocalEcho = “”
$RDM.Save();