Batch actions samples
Samples
Disable Only send password in HTML Password Field option in Website sessions
$connection.Web.OnlySendPasswordInPasswordField = $false;
$RDM.Save ();Enable View Url Embedded (Information Entries)
$connection.DataEntry.ViewUrlDisplayMode = "Default";
$RDM.Save();ViewUrlDisplayMode: "Default" = embedded, "External" = external.Open URL (external) for web login (Information Entries)
$connection.DataEntry.DefaultAction = "OpenUrlExternal";
$RDM.Save();SSH Shell Batch Edit (Session Type Settings)
Convert WebSite sessions into LogMeIn sessions
Change a custom field value without changing the data
Bulk update FQDN info to sessions.
Bulk Change Recording Field for Putty sessions
Change the computer field of an RDP session
Encoding
Change the expiration date of an RDP session
Change the expiration date of an RDP session with a relative date
Modify Page Tab Title in UI
Clear Keywords in Session
Change History Max lines for SSH Shell (Rebex)
Convert Command Line tool to a Command Line session
Change Keyboard Hook for an RDP session
Set credential property to Prompt on connection and bind it to a folder.
Last updated
Was this helpful?