Deploying SmartEdge Agents via MDM to wider audience

Forcepoint ONE SSE also supports the ability for admins to use an MDM or EMM to automatically install the SmartEdge agent on users MAC managed devices.

Forcepoint ONE SSE currently supports Airwatch, MobileIron, and Intune. Admins should use the below command for pushing out the install from the downloaded agent:
  • For Intune: msiexec /i "<Name of MSI installer>" BGENV=https://cv.bitglass.com/_agent_/ BGKEY=<Your Tenants Installer Key> BGVER=<Agent_Version> /qn
  • For other MDMs: msiexec /i "<Name of MSI installer>" BGENV=https://cv.bitglass.com/_agent_/ BGKEY=<Your Tenants Installer Key> /qn
Make sure to replace the following variables values in the command with your tenant details. You can find these details from auto_install.sh or autoinstall.bat.
  • <Name of MSI installer> is the name of the SmartEdge agent installer you downloaded, for example: Bitglass-SmartEdge-Agent-1.2.24.msi
  • <Your Tenants Installer Key> is the installer key you find in your tenant on the Protect > Forward Proxy > SmartEdge Agent page.
  • <Agent_Version> is the SmartEdge agent version.