

Your default web browser will open and download a file from your Bomgar appliance. Re-launch the ConfigMgr console and when you right-click on a device you should see “Start Bomgar Session”.Ī Windows Form will launch and prompt you to select the IP address of the device, select the appropriate IP and then “Jump”. $Form.Text = "Bomgar | Select the IP address" $Form.Icon = ::ExtractAssociatedIcon($PSHome + "\powershell.exe")
BOMGAR JUMP CLIENT VIRUS INSTALL
$IPAddresses = Get-WmiObject -Namespace "root\SMS\site_$(Get-CMSiteCode)" -Class SMS_R_System -ComputerName $SiteServer -Filter "ResourceID like '$($ResourceID)'" | Select-Object -ExpandProperty IPAddresses BOMGAR REMOTE SUPPORT REPRESENTATIVE GUIDE 15.2 Use Jump Clients to Access Unattended Computers To access an individual computer without end-user assistance, install a Jump Client on that system either from within a session or from the Jump Clients page of the administrative interface.

$CMSiteCode = Get-WmiObject -Namespace "root\SMS" -Class SMS_ProviderLocation -ComputerName $SiteServer | Select-Object -ExpandProperty SiteCode windowstyle hidden -executionpolicy bypass -file "C:\Scripts\Start-BJCS.ps1" -SiteServer "#SUB:_Server#" -ResourceID "#SUB:ResourceID#"įinally, we just need to create a PowerShell Script called “Start-BJCS.ps1” (make sure to replace the URL with the FQDN of your Bomgar appliance) and copy it too “C:\Scripts”: param( "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Now, create the following XML and copy it to these folders (you might have to create them if they do not exist yet) \AdminConsole\XmlStorage\Extensions\Actions\ed9dee86-eadd-4ac8-82a1-7234a4646e62 and \AdminConsole\XmlStorage\Extensions\Actions\3fd01cd1-9e01-461e-92cd-94866b8d1f39

BOMGAR JUMP CLIENT VIRUS HOW TO
Here’s how to replicate this integration in your environment…įirst to utilize the Bomgar API, ensure that the Enable XML API option is checked on the Management > API Configuration page of the /login administrative interface. To do this I leveraged Bomgar’s built-in API to correlate Bomgar Support Sessions with ConfigMgr’s (1702) managed computer assets. After a lot of tedious research and reverse engineering (major thank you to ) I finally cobbled something together. For fun I developed a Microsoft System Center 2016 custom right click tool to integrate with our Bomgar Remote Support Jump Client’s.
