This document explains the process of installing Nightfall AI agent using JAMF.
The JAMF installation consists of the following steps.
Target macOS devices are onboarded.
You have received and unpacked the Nightfall Endpoint Agent payload.
Unpack the zip file provided and locate the .mobileconfig
files under the .\\Profiles\\
folder
Log in to your Jamf Pro account.
Navigate to Computers > Configuration Profiles.
Click the New button.
Configure the settings for your configuration profile.
Click the Upload button and upload NightfallAI_ApplicationSystemEvents.mobileconfig
.
In the Scope tab, add the target devices or device groups to which this profile should be deployed.
Click Save.
Repeat steps 3-6 for NightfallAI_Notification.mobileconfig
and NightfallAI_PPPC.mobileconfig
.
Once assigned, profiles will be automatically deployed as part of the next Jamf inventory cycle.
This script checks if the required profiles are installed and that the endpoint agent is at the desired version.
Unpack the zip file provided and locate the mdm_pre_installation_check_script.sh
file under the .\\mdm_scripts\\
folder
On Jamf Pro, navigate to Computers > Scripts.
Click the New button.
Enter a display name for the script (e.g., "Nightfall AI Pre-Installation Check").
Click on the Script tab
Paste the contents of mdm_pre_installation_check_script.sh
into the script editor.
Click Save.
This script configures the target machine and prepares it to connect to your Nightfall instance once the package is deployed.
Locate the mdm_pre_installation_script.sh
file under the .\\mdm_scripts\\
folder
On Jamf Pro, navigate to Computers > Scripts.
Click the New button.
Enter a display name for the script (e.g., "Nightfall AI Pre-Installation Script").
Paste the contents of mdm_pre_installation_script.sh
into the script editor.
Click Save.
Navigate to Computers > Policies.
Click the New button.
Enter a display name for the policy (e.g., "Deploy Nightfall AI").
Click General from the left pane & configure the Trigger and Execution Frequency as needed.
Click Package from the left pane & click on configure
Add Nightfall AI Agent
package
Click on Scripts from the left pane & click on configure
Add Pre-Install Check Script
and Pre-Install Script
. Ensure the Priority is Before
and the sequence is [ The scripts must be run once & in sequence to prepare the machine for the package install. ] -
Pre-Install Check Script
Pre-Install Script
Click on Scope and determine the Target, Limitations, and Exclusions per need.
Click Save.