Posted on 10-04-2021 01:11 PM
I have 4 Macbook Pros. 3 of them are Macbook Pro 2020 M1 and 1 2019 Macbook Pro Intel. All have been enrolled Automatically however, i'm only able to communicate with the Intel mac. When I say communicate, meaning inventory, pushing apps to device, etc. I'm am however, able to only erase device, renew\remove MDM and lock device M1 computers. The Intel is able to be fully controlled. I've erase/enroll several times on the M1s, no issues.
What am I missing? Jamf support stated Jamf platform was needing to be upgraded. Well that was 2-3 platform versions back.
10-05-2021 01:34 AM - edited 10-05-2021 04:30 AM
@dbrownlee , check the management state of the device, if it is in Unmanaged state then you will have to re-enrol the device either using a quickadd package or using the url https://{instancename}.jamfcloud.com/enroll.
or the other option that you can try is renewing enrolment profile by running the command
sudo profiles renew -type enrollment
I am not sure about the root cause behind this, because i am still figuring it out. I suspect JAMF MDM binaries are not downloaded properly during enrolment or might be binaries dont have proper permissions set to perform MDM related activities.
Posted on 10-05-2021 05:05 AM
10-06-2021 05:54 AM - edited 10-06-2021 05:56 AM
Hi DaMarcus,
you have to check if the devices are "Supervised". They are all managed because the Jamf Framework is installed but to access the additional MDM capabilities (lock, erase device etc.) offered by Apple's MDM API they need to be supvervised as well. I bet only the Intel machine is supervised.
To get the M1 Macs into supervision you either can run a sudo profiles renew -type enrollment or enroll them manually via https://{instancename}.jamfcloud.com/enroll . The QuickAdd Package variant is deprecated and not working anymore regarding supervision.
ATTENTION: You should uninstall the Jamf framework via sudo jamf removeFramework before you re-enroll the M1-Macs.
You can find additional information in the documentation: https://docs.jamf.com/jamf-now/documentation/Re-enrolling_a_Computer_Using_Automated_Device_Enrollme...
Posted on 10-06-2021 05:59 AM
Posted on 10-06-2021 06:00 AM
Okay, that's strange. In that case you might open a support case?