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
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
thanks it did the trick!
Regards
Cédric