batch edition of close window on disconnect parameter

batch edition of close window on disconnect parameter

avatar

Hi,

Is it possible via powershell or other way to batch edit (deactivate) the "close window on disconnect" parameter from the terminal tab SSH Shell (rebex) connections?

Best Regards
Cédric

All Comments (2)

avatar

Hello,

You can select your SSH(Rebex) entries -­ Edit - Batch Edit - Batch Actions


Select ''Custom Powershell Command''


Paste the following command in the command section

$connection.Putty.CloseWindowOnDisconnect = $false;
$RDM.Save();


Best regards,

James Lafleur

powershellcommand.png

batchedit.png

avatar

thanks it did the trick!

Regards
Cédric