

#APPLE REMOTE MANAGEMENT INSTALL#
In the Jump Client Mass Deployment Wizard, be sure to check the option Attempt an Elevated Install if the Client Supports It.From your B Series Appliance's /login interface, go to the Jump > Jump Clients page.Jump Client Installation with Apple Remote Desktop
#APPLE REMOTE MANAGEMENT CODE#
Hdiutil eject $mountPoint Code for rep.plist Hdiutil attach -nobrowse -noverify -mountpoint $mountPoint $dmgPathĪppBundle=`find "$mountPoint" -maxdepth 1 -regex ".*\(app\)$"`Įcho "Error copying $appBundle out of disk image" Your users can now log in to and run the representative console.Ĭode for wrap_rep_installer.sh #!/bin/bashĮcho $(cd "$(dirname "$path")" & pwd)/$(basename "$path")Įcho "$FUNCNAME: $0 - path not found: $path" >&2Įcho "$dmgPath must exist and and be a disk image." The BeyondTrust representative console silently installs.(Alternatively, you can save or schedule this installation.) You can set all other options to your specifications.


Select one or more computers in the selected computer list.Select a computer list in the Remote Desktop window.The rest of these steps occur in Apple Remote Desktop. From a Terminal window, run the following command, replacing with the correct path.You should now have three files saved to the same location:.Example: BeyondTrust Representative Console.In rep.plist, locate RootRelativeBundlePath and change its value to match your BeyondTrust support site hostname.You must save this file to the same location where you saved the installer package and the wrap_rep_installer.sh file. Paste it into a text editor and save it as rep.plist. Copy the code under Code for rep.plist.You must save this file to the same location where you saved the installer package. Paste it into a text editor and save it with the file name wrap_rep_installer.sh. Copy the code under Code for wrap_rep_installer.sh.
#APPLE REMOTE MANAGEMENT HOW TO#
The following steps outline how to convert the bomgar-rep-installer.dmg file into a. In the BeyondTrust Representative Console section, select Mac OS® X as your platform and click Download BeyondTrust Representative Console.From your B Series Appliance's /login interface, go to the My Account page.Mass Deploying to Macs through Apple Remote Desktop Representative Console Installation with Apple Remote Desktop
