Automating install MDM profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
01-29-2021
04:56 AM
- last edited
a week ago
by
kh-richa_mig
Hi everyone,
We are about to move from Jamf Now to Jamf Pro, we have around 60 macs that can't use automated device enrollment "DEP" and about 25 that are DEPed .. I'm thinking to automate installing MDM profile on those machines after removing the old management profile of Jamf now, anybody has done something similar ?
My initial thoughts are
For UAMDM is to download the enrollment profile of Jamf Pro, package it and put it in a random folder like desktop then use this :
open /System/Library/PreferencePanes/Profiles.prefPane ~/Desktop/enrollmentProfile.mobileconfig
That would lunch the profiles pan and prompt the user to take an action.
my silly question here is how can I specify where to download that profile to "e.g Desktop" and then execute that script ?
For DEP machines, I can package this script and execute it :
sudo profiles renew -type enrollment
Any thoughts or suggestions I would be thankful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-29-2021 07:14 AM
Depending on what OS people are on. You can create a quickadd package with Recon. Include the script to remove the JamfNow profile before in the package and then the package will enroll to Jamf Pro.
