Increase Productivity With Credential Injection. BeyondTrust Vault fits seamlessly with your service desk workflow. Vault is integrated directly with the Remote Support solution so your technicians don’t have to learn to use another tool or even exit BeyondTrust to retrieve passwords.
Chrome Support Capabilities. During remote support sessions, technicians can offer screen sharing and chat support: Screen Sharing - Start screen sharing with users to view the entire Chrome device’s screen for faster issue resolution.; Secure Chat - Use BeyondTrust to chat in real-time with Chrome OS users to better understand issues.Chat transcripts are logged for reporting purposes.
The software is installed to a custom directory (); the way to remove it, based on their documentation, is to run their --install-dir script:uninstall
echo y | /path/to/jumpclient/uninstall
(or)
/path/to/jumpclient/uninstall > /tmp/log
The uninstall script checks whether stdout is a tty (); if it is, then it sends a confirmation prompt. The first command above will send a [ -t 1 ] to that prompt. If the script determines that stdout is not a tty, it skips the prompt; the second command above redirects stdout to a log file to achieve that.y