Giter Site home page Giter Site logo

intuen_bomgardeployment's Introduction

AmirTamj Deploy BeyondTrust Bomgar jump client on Mac OS with Intune

Download

Downlaod & install Pakckages for MacOS.

Download Bomgar-scc-<GUID>.dmg for progragmmatic installation from your bomgar appliance.

Download the provided "postinstall.sh" and "Bomgar.mobileconfig" files.

Create a custom pkg file

Open packages and create a raw project, name the project and add the working directory.

Copy the postinstall.sh and Bomgar-scc-<GUID>.dmg files to project directory.

Edit the postinstall.sh and replace the <GUID> with your dmg file name.

#!/bin/bash
PROCESS=bomgar
number=$(ps aux | grep -v grep | grep -ci $PROCESS)

if [ $number -eq 0 ]
    then    
        scriptDir=$(dirname $0)
        hdiutil attach -nobrowse -mountpoint /Volumes/bomgar-install $scriptDir/bomgar-scc-<GUID>.dmg
        sudo /Volumes/bomgar-install/Double-Click\ To\ Start\ Support\ Session.app/Contents/MacOS/sdcust --silent
        sleep 15
fi

On Packages, go to the script tab and import "postinstall.sh" and "bomgar.dmg" from the project folder.

Screenshot1

Use Command+B or build menu to build the package.

Deploy the package with Intune

Open Intune portal, navigate to Apps, > macOS > and Add.

Select "macOS app (PKG).

Screnshot2

Browse to project folder > Build and upload the pkg file.

Enter name, description, and publisher info

Screenshot3

Choose the desire minimum OS requirements, accept the default detection rule, assign to desired group for deployment, and create.

Deploy Privacy and Security settings with Intune

In Intune, navigate to "Devices" > macOS > Configuration profiles, and create a profile.

Select Templates and Custom

Screentshot4

Name the profile and click next.

Browse to Bomgar.mobileconfig, click next and assign to desired group, and create the profile.

Screenshot5

intuen_bomgardeployment's People

Contributors

amirtamj avatar fxbeaulieu avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.