Already a NinjaOne customer? Log in to view more guides and the latest updates.

NinjaOne Apple MDM: Sample Configuration for Bitdefender GravityZone

Topic

This article provides a sample configuration for deploying common security software and streamlining the end-user experience for Bitdefender GravityZone. 

Note that these configurations are provided as examples, and we recommend that you first consult the security tool's software documentation to ensure it is configured correctly.

Environment

  • NinjaOne Mobile Device Management (MDM)
  • Apple macOS
  • NinjaOne Integrations
  • Bitdefender Mobile Threat Defense (MTD)

Description

Security tools and apps generally require you to apply various configurations during installation in order to function properly within a configured environment. When devices are managed by NinjaOne MDM, you can use NinjaOne to deploy these standard configurations. 

Bitdefender GravityZone MTD for iOS & iPadOS

When deploying Bitdefender GravityZone MTD to managed iOS or iPadOS devices, you should use a configured Apps and Books content token to add the Bitdefender GravityZone MTD app and sync it into NinjaOne. Add the app to a NinjaOne policy, and then deploy the following mobile configuration as a custom payload for the app.

Modify the following values:

  • activation_link: In the GravityZone console, navigate to DevicesLocal Device Groups. Select a device group and copy the Activation Link data. Secure this information somewhere safe.
  • tenantid: In the GravityZone console, navigate to ManageGeneral. Copy the Tenant ID data. Secure this information somewhere safe. 
<dict>
    <key>activation_link</key>
    <string>https://{{subdomain}}-device-api.ms.gravityzone.bitdefender.com/activation?stoken={{token}}&redirect_uri=bitdefender</string>
    <key>tenantid</key>
    <string>{{tenantid}}</string>
    <key>MDMDeviceID</key>
    <string>${device.serialNumber}</string>
    <key>tracking_id_1</key>
    <string>${device.serialNumber}</string>
    <key>tracking_id_2</key>
    <string>${device.id}</string>
    <key>display_eula</key>
    <string>no</string>
</dict>

Additional Resources

Refer to the following resources to learn more about NinjaOne MDM:

FAQ

Next Steps