Nightfall macOS Agent Deployment: Mosyle MDM
Below is a step-by-step guide to deploy the Nightfall Endpoint DLP agent for macOS using Mosyle MDM.
Pre-Requisites
Target macOS devices are onboarded and managed through your MDM.
You have defined a device group to target your deployment to.
Step 1: Deploy Nightfall’s Custom Profile
Unpack the zip file provided and locate the
NightfallAI_Profile.mobileconfigfile in theProfilesfolder.Navigate to Management > Configuration Profiles.
Click the Upload button and upload
NightfallAI_Profile.mobileconfig.Configure the settings for your configuration profile.
In the Scope tab, add the target devices or device groups to which this profile should be deployed.
Click Save.
Once assigned, the profile will be automatically deployed to target machines.
Step 2: Upload the Nightfall .pkg to Mosyle CDN
On Mosyle, navigate to Management > Install PKG > CDN.
Upload the
nightfall-ai-agent-signed.pkg.This creates a unique CDN reference, e.g.:
%MosyleCDNFile:d4d8f767-3f99-4747-8041-253ea90c462d%
Step 3: Custom Command
Unpack the zip file provided and locate the
mdm_pre_installation_check_script.shfile in themdm_scriptsfolder.On Mosyle, navigate to Management > Custom Commands.
Paste the content of
mdm_pre_installation_check_script.shinto the script editor.Update the script as follows:
Remove the
exit 0line at the bottom of the script.Append the following block at the end of the script:
Update the MosyleCDNFile variable with the unique entry generated from the previous step.
Target the command to desired devices group
Click Save.
How to Perform an Upgrade
Upload the new version of the
.pkgfile to the same Install PKG entry in Mosyle.Update the CDN variable in the script accordingly.
Re-save the custom command profile to trigger an update on target devices.
Last updated
Was this helpful?