Bulk Deployment of True Protection
4,944 views
Updated Jun 4, 2026
97% found this helpful
Bulk Deployment of True Protection
Deploying True Protection by Jag to hundreds or thousands of devices is streamlined through the Management Console and standard enterprise deployment tools. Multiple deployment methods are available to fit your existing infrastructure.
Deployment Methods
- MSI Installer (Windows): The enterprise MSI package supports silent installation with command-line parameters for activation key, policy assignment, and server configuration.
- PKG Installer (macOS): The macOS PKG package supports deployment through MDM solutions such as Jamf Pro, Mosyle, and Kandji.
- DEB/RPM Packages (Linux): Repository-based installation for Debian and Red Hat family distributions, compatible with Ansible, Puppet, and Chef.
- Group Policy (Windows): Deploy the MSI package through Active Directory Group Policy Objects (GPO).
- SCCM/Intune: Fully supported deployment through Microsoft Endpoint Configuration Manager and Intune.
Silent Installation Parameters
- /LICENSEKEY= - Your organization license key
- /SERVERURL= - Management Console URL
- /POLICYID= - ID of the policy to apply during installation
- /GROUPID= - Device group to assign the device to
- /QUIET - Suppresses all UI during installation
Example Command
For Windows silent deployment via command line:
msiexec /i TrueProtection-Enterprise.msi /quiet /LICENSEKEY=XXXX-XXXX /SERVERURL=https://console.tpjsecurity.com /POLICYID=default
Was this article helpful?
Thank you for your feedback!