bvanpeski / unActivationLock

A tool for ensuring user-based activation lock remains off.
Apache License 2.0
67 stars 6 forks source link

Script is missing that Find My is turned on #13

Closed Cristal98 closed 5 months ago

Cristal98 commented 7 months ago

I ran the script on a device where I had Find My turned on for testing purposes, but it seems it's not picking this up. The response is empty and says that the activation lock is disabled. This device is on Sonoma 14.3.1. Any idea why it would be return this as such? Thank you.

Screenshot 2024-02-22 at 1 29 34 PM Screenshot 2024-02-22 at 1 30 39 PM
bvanpeski commented 7 months ago

It checks the Find My status of the machines by checking the value in /Users/$currentUser/Library/Preferences/MobileMeAccounts.plist. Either there was a delay in Apple writing that value to the plist or something else is up... I tested the script on a 14.3.1 machine and am getting the correct output.

image

Did it eventually correct itself, or is it still reporting that FindMy is not enabled even though it is?

itsmeadamdamroma commented 6 months ago

hi [bvanpeski], there is a guide to use the code for newbies ?

bvanpeski commented 6 months ago

hi [bvanpeski], there is a guide to use the code for newbies ?

Deploy the script via your MDM and modify the User Input section of the script if you want to change any of the default parameters. If you need help deploying scripts via your MDM solution, you can reach out to their support teams. There's also a great community of admins over at the MacAdmins Slack that are always happy to assist and answer questions as well.