Use the following process to create a UEM configuration profile to push a traffic vectoring profile to your macOS devices from Jamf School.
- In Jamf Security Cloud, navigate to Devices > Activation Profiles.
- Select the required Activation Profile.
- In the Managed Deployment area, select Jamf School.
- Download the UEM configuration file for macOS devices.
- (Optional) If you are deploying Zero Trust Network Access, you can enable the Jamf Trust
requiredEndpointsAgentskey to ensure that the service can only run when your organization's chosen security software is also active on a device. To do this, Jamf recommends deploying an Applications and Custom Settings configuration profile via Jamf Pro.For example, if your organization uses Jamf Protect and Microsoft Defender to protect your macOS devices, add
com.jamf.trustas the domain preference in the Jamf Pro configuration profile along with the following code:<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>requiredEndpointAgents</key> <array> <string>com.jamf.protect.agent</string> <string>com.microsoft.wdav</string> </array> </dict> </plist>Note:- Your security software may be an Endpoint Protection Platform (EPP), Endpoint Detection and Response (EDR) service, or antivirus software; for example VMware Carbon Black or Microsoft Defender.
If your security software suffers from performance issues, then ZTNA will be disconnected.
- If the required software isn't running on a device, ZTNA is disabled and the user cannot enable it. Instead, the user encounters a warning message explaining that Jamf Trust is disabled because their security software isn't running.
- Log in to Jamf School.
- Select Profiles in the sidebar.
- Click + Create Profile.
- Select Upload Custom Profile.
- Upload the UEM configuration file.
- Enter a Profile name then click Save.
- Leave the Use time filter box unchecked to deploy the profile in the shortest time possible.
- Click Finish.
- Configure the scope of the profile by clicking the + icon and adding device groups.Note: Ensure that the owners of the target devices have email addresses assigned. Otherwise, the deployment will not proceed correctly.
- Ensure that profile is set to Automatic installation for all groups.
- Click Save.