Bomgar Jump Client Mac Download

When attempting to operate with the credentials on a smart card, the user is prompted to enter a PIN. This User Account Control (UAC) prompt is inaccessible to the support representative if the BeyondTrust customer client is not already running in elevated mode. It is therefore necessary to access the remote computer in one of these ways:

  1. Bomgar Jump Client Mac Download Version
  2. Bomgar Client Download Windows 10
  3. Bomgar Jump Client Passive Listening
  4. Bomgar Desktop Client
  • A Jump Client running as a system service
  • A Jumpoint or local network Jump, using administrative credentials

Accessing the remote computer in elevated mode allows the representative to interact with UAC prompts in order to enter the smart card PIN.

When attempting to operate with the credentials on a smart card, the user is prompted to enter a PIN. This UAC prompt is inaccessible to the support representative if the BeyondTrust customer client is not already running in elevated mode. It is therefore necessary to access the remote computer via a pre-installed Jump Client, which must be running as a system service, or through a Jumpoint or local network Jump using administrative credentials. Jumping to a remote computer via an elevated Jump allows the representative to interact with UAC prompts in order to enter the smart card PIN.

Apr 12, 2016. Download BeyondTrust Support and enjoy it on your iPhone, iPad and iPod touch. ‎You can dramatically broaden service desk reach with the new BeyondTrust iOS Customer Client. Employees and end users with popular iOS-powered mobile devices can get the fullest support they. Invite other reps into a session to collaborate and resolve issues.Note: The Bomgar iOS Rep Console works with existing Bomgar Remote Support installations, version 14.3 or above, that have. It's easy, multi-client, multi-window and multi-control. Takemote Lite v.1.3.1 Takemote is a Wezarp technology software. It aims to visualize and control any Windows application or Desktop with a tablet, a smartphone or a remote computer (iOS, Android and Windows). It's easy, multi-client. Jul 27, 2020. Supporting Mac Mac OS X Apple Mac OS X Bomgar Jump Client Bomgar.If I missed the documentation on how to do this, please post it in the comments as I could not find it. Why are we doing this? Originally we pushed out the MAC Bomgar JumpClient via Kace, using the instructions provided by Bomgar.

Jumpoint Installation

To install a Jumpoint, please see Jumpoint: Set Up Unattended Access to a Network . No special setup is required.

Jump Client Installation

To install a Jump Client in preparation for using smart card support, you must set certain options as described below.

  1. From the /login interface of your Secure Remote Access Appliance, go to Jump > Jump Clients.
  2. Configure the Jump Client settings as needed.
    • The connection type can be either active or passive.
    • Be sure to check Attempt an Elevated Install if the Client Supports It as well as Prompt for Elevation Credentials if Needed.
  1. Click Create.
  1. From this page, you may email the Jump Client installer to one or more remote users.
  2. Alternatively, select a platform and download the Jump Client installer to your local system. You may then distribute this installer to multiple systems for manual installation, or you may distribute it via a software deployment tool.

For more information, please see Jump Clients: Manage Settings and Install Jump Clients for Unattended Access.

Bomgar|KACE Integration 101<--------Click to Download PDF*Updated* 9/26/2012

This is a comprehensive guide on how to easily integrate your Bomgar appliance with your K1000. This guide is for Admins who have purchased the Bomgar appliance and NOT a setup guide for a hosted account that comes with the two free licenses.

What is Bomgar?

Answer= A secure remote desktop control option for every computer in your organization. It is a physical appliance or a Virtual Machine. Licenses are based on techs logged into accounts that are created on the Bomgar Appliance.
After implementing the steps in this guide you will be able to launch the Bomgar Jump Client via a Machine Action or allow their Users to request a Bomgar Session via a KACE HelpDesk ticket that will show up in the Bomgar Queue.

System Requirements

Bomgar version 11.1 or greater
Dell KACE K1000 Management Appliance server version 5.2.38773; other versions may work but this is the tested version
Network / Firewall configured to allow:
HTTP/HTTPS connectivity from the Bomgar Appliance to the web server
HTTP/HTTPS connectivity from the web server to Bomgar Appliance

(Note: I had success integrating with KBOX version 5.3.53053)
Configure Dell KACE

In order to use the Bomgar Integration for the Dell KACE K1000 service desk capability, you must modify the ticket form and configure the ticket rules within the appropriate service desk queue as follows:
1. From the administrator KACE Management Center > Service Desk > Configuration, select Queues from the listed options.


2. Select your Service Desk queue by clicking on the name (e.g. Bomgar IT Help Desk, in this example).


3. Select Customize Fields and Layout. This will allow you to add the Bomgar Session Request field to the Ticket Form.


4. Scroll down to the Ticket Layout section, configure a custom field and label the new field, Bomgar Session. Choose the appropriate CUSTOM_# that is available in your environment. Set permissions to Owners Only - Hidden from Users.
(Note: Jot down the CUSTOM_#. You will need this information in the future)


5. Once you save the custom field scroll down on the same page, change the Field Type of the custom field to Single Select, and change the Select Values option to Send Request. Leave the Default option blank. Scroll to the bottom and select Save.


(Note: The CUSTOM_#’s should correspond)
6. Once your changes are saved, you will be directed back to the Service Desk > Configuration page. From here, select Customize from the Custom Ticket Rules section. Select the Add Ticket Rule Action.


7. Define any criteria to create a dummy, or temporary Ticket Rule (which will later be changed in the SQL query) and select Next.


(Note: As a placeholder, you can use Approval - contains – Approved)


8. Similar to step 7, define the next items required with Define Ticket Rule, setting Priority and the Value, and select Done.


(Note: As a placeholder, you can use Priority - change value to – High)
9. Once you complete step 8, you will be directed to the Queue Rule : Edit Detail page. Now you should customize the queries and actions. In this example, the Custom Ticket Rule, Bomgar Session Request, is shown. Now you can customize the rule.

a. First, change the Title to Bomgar Session Request. Next, change the Frequency drop-down to on Ticket Save.

b. SQL Query Enable is enabled and enable Results are tickets, add a comment to each one. Insert the following text in the Comments: Bomgar session has been requested via email.

c. Enable Owners Only.
d. The Select Query area should contain:
// ------------------ COPY BETWEEN THESE LINES -------------------------
select
HD_TICKET.*,
owner.EMAIL as OWNER_EMAIL,
if ((LENGTH(owner.FULL_NAME) = 0), owner.USER_NAME, owner.FULL_NAME) as OWNER_NAME,
submitter.EMAIL as SUBMITTER_EMAIL
from
HD_TICKET
left outer join USER owner on owner.ID = HD_TICKET.OWNER_ID
left outer join USER submitter on submitter.ID = HD_TICKET.SUBMITTER_ID
where LENGTH(HD_TICKET.CUSTOM_FIELD_VALUE3) > 0
// ------------------ COPY BETWEEN THESE LINES -------------------------

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Important Note:
{HD_TICKET.CUSTOM_FIELD_VALUE3, where 3 is calculated from:
CUSTOM_4 – 1 = 3 This is because the custom fields in the ticket layout start with the number 1, while the query variables start with the number 0.}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////


e. Enable the checkbox Send an email for each result row and modify the text to include:

· Subject contains Remote Support Invitation from YourServiceDeskName - [TICK:$id] : $title
· Email Column contains SUBMITTER_EMAIL
· Email Body should contain:


$owner_name would like to start a support session with you. To do so, please click on the link below and follow the online instructions.
https://YourBomgarURL.com/api/start_session.ns?issue_menu=1&customer_name=$submitter_email&external_key=TICK:$id
Bomgar enables a support representative to view your screen in order to assist you. Session traffic is fully encrypted to protect your system's data. Once a session has begun, you will be able to end it at any time.
f. Within the Send an email for each result row section, make sure that:

· Subject contains Remote Support Invitation from Bomgar IT - [TICK:$id] : $title
· Email body contains:

$owner_name would like to start a support session with you. To do so, please click on the link below and follow the online instructions.

https://YourBomgarURL.com/api/start_session.ns?issue_menu=1&customer_name=$submitter_email&external_key=TICK:$id

Bomgar enables a support representative to view your screen in order to assist you. Session traffic is fully encrypted to protect your system's data. Once a session has begun, you will be able to end it at any time.


g. Enable Run an update query, using the results from the one above. The update query should contain:

update HD_TICKET as T
set T.CUSTOM_FIELD_VALUE3 = '
where
(T.ID in (<TICKET_IDS>))

(Note: Be sure to use the correct CUSTOM_FIELD_VALUE identified in the earlier steps.)


10. Now you need to customize the email notifications. Scroll down to the Email on Events: [Customize Emails] section from the queue edit page. The emails you are to customize are Ticket Closed and New Ticket via Email. Select Customize Emails.


Scroll down to the Ticket Closed Notification and modify it, as shown below. Change the https://kboxdemo.bomgar.com to https://YourBomgarURL.com.

Bomgar Jump Client Mac Download Version



11. Also, change the Email Ticket Creation Acknowledgement. Change the https://kboxdemo.bomgar.com to https://YourBomgarURL.com.


Congratulations! You have configured your help desk to send the user a link via email to request a session after their ticket has been created!!
Let’s test it!


End User Initiated Request

1. Ensure a representative is logged into the Bomgar Representative Console to receive the incoming Bomgar Support Session request.

2. As the end user, send an email request to the address of your Dell KACE service desk (e.g. helpdesk@company.com).

3. Look for the confirmation email indicating that your ticket has been created. Open this email, and select the link to start a Bomgar Remote Support Session.


4. Download and run the resulting Bomgar Customer Client executable.

(Note: If Click-to-chat is configured, the session will start instantly in Chat Mode in your web browser.)


5. The representative should see the incoming support session request in the Bomgar Representative Console. Double-click to accept the session.

(Note: Configure Bomgar Equilibrium settings for the General queue if you wish to automatically distribute incoming sessions to the next available representative (Bomgar Enterprise licenses only).)
a. While in the session, click on the Summary tab and verify that the External_Key field was automatically populated with the ticket number.
b. Enter a couple chat messages.
c. Submit some session notes on the Summary tab.
d. If you configured the Representative Custom Link, select the Custom Link icon on the tool bar, in the Representative Console, to reference the corresponding ticket in the service desk.
e. End the session and close the tab from the Bomgar Representative Console to formally close out the session.
6. Refresh the ticket view to see the updated Bomgar session information. Make sure your email processor is set to process ticket update emails frequently.

Was it a success? If no email was generated for the submitter, check the syntax on your Custom Ticket Rule! :)
Also give the K1000 about 2 minutes to generate the email.


Unattended Support (Machine Action)

This section describes how to configure your Dell KACE environment to use “Machine Actions” to start a Bomgar unattended remote support session from the Dell KACE K1000 inventory feature. This will allow you to have fast, secure access to servers and desktops using Bomgar’s Jump technology. This patent-pending Jump technology is cross-platform and allows secure remote access to any supported system, even on remote networks. For more details about Jump technology, please see www.bomgar.com/docs.
Jump Clients can be pre-installed on any Bomgar supported client, including Windows, Mac, and Linux. You can either obtain a mass installer Jump Client using /login > Configuration > Jump Clients, or you can install a Jump Client one at a time from the Bomgar Representative Console during a support session. You can also use the push and start Jump function for windows systems; this is also described as a local jump.
(Note: The jump client needs to be installed on the machine you are trying to initiate a session with)
Using Unattended Support

Either of the following methods can be used with Dell KACE Appliance “Machine Actions” to Jump to a remote system.

Determine which Bomgar Jump method you will use (pre-installed Jump Clients, or the Jump-To / Push method).

From the Dell KACE Management Center select Settings > Machine Actions [Edit Mode]



Pre-installed Jump Client Method: To start a support session with a pinned or specific Jump Client, use the following API scripting command:
http://YOUR.BOMGAR.SITE/api/client_script.ns?type=rep&operation=generate&action=start_pinned_client_session&search_string=KACE_HOST_NAME

(Note: Only edit 'YOUR.BOMGAR.SITE' in the API scripting command)

Jump-To / Push Method: To push and start a session with a Windows system within a local network, use the following API scripting command:
http://YOUR.BOMGAR.SITE/api/client_script.ns?type=rep&operation=generate&action=push_and_start_local&hostname=KACE_HOST_NAME

When either of these commands is executed a small .bcrs file is downloaded, and the Bomgar Representative Console launches and executes the Jump automatically.
You can use the Machine Actions from the KACE K1000 inventory feature, as shown below.


Script to Install the Bomgar Jump Start Client

Install bomgar jump client


· In the KBox Inventory interface create a Smart Label. You can name this whatever you want but for this example we will use 'Needs Jump Client'
· Then make a Smart Label using the following criteria:

Bomgar Client Download Windows 10

o ' Software Title'
o 'Does not contain'
o 'Bomgar Jump Client' or 'Bomgar Jump Client [support.example.com]' (where 'support.example.com' is your site name)

· Save the Smart Label and go to the Scripting tab
· Create a new script and set it for 'Online KScript'
· Under Dependencies, add your Jump Client Mass Deployment file (If this is an MSI file, be sure you have the KEY_INFO string handy)
· Add a Task to 'Launch a program...'

o Directory: C:WindowsSystem32
o File: msiexec.exe (if an MSI file), or the Jump Client installer (if using EXE)
o Parameters: /qn /i '$(KACE_DEPENDENCY_DIR)<Jump Client file name>.msi' KEY_INFO=<key info string from download screen>

(Note: Remove the <> from the parameters. The quotes “” stay and are important for the function of the script )

· Set 'Limit Deployment to selected labels:' for the Smart Label you created

Bomgar Jump Client Passive Listening

(Note: It is a Best Practice to run the script on a test machine before applying the label)

Bomgar Desktop Client

· Run the script as an Admin User for best results “DomainUsername”
· Set a Schedule for the script to run


At this point you should have a functioning deployment method for putting Jump Clients on computers that do not currently have Jump Clients installed. The premise being that the computer will check in and if there is no Bomgar Jump Client installed, KBox will apply the Smart Label to that computer. When the Script next runs for all systems with that Smart Label, a Jump Client will be installed thus removing the Smart Label since a Jump Client will be found based on the criteria stated above.
Additional Smart Label parameters and other options in the script may be added to further customize the deployment, but these are beyond the scope of this solution.