Posted on 01-13-2020 11:49 AM
Submitted this as a ticket to Jamf, but wanted to submit this to the communicate it to the community to see if anyone else has come up with something.
My questions are:
Is there currently any status update on the planned integration of bypassing Activation Lock on macOS Catalina.
And if you are unable to provide a status update, is there a supported/recommended method from Jamf on how organizations who want to effectively disable Activation Lock on deployed Macs, can go about doing so without relying on the Users to do so? There does not seem to be a way or command to force Find My Mac to turn off if it's already enabled on a Mac. Short of asking users themselves to go into System Preferences and disabling Find My Mac, is there any automated alternative process?
With Find My Mac on, being able to easily and quickly wipe and reload machines that were signed in to a user's personal Apple ID will become a pain for many organizations.
I saw word that Apple is working on this, but there seems to be no updates or progress.
Any input would be helpful. Thank you for your time.
Posted on 01-16-2020 08:00 AM
Hi, did you find a way to disable it before it activated? I tried a Profile and some Jamf Config with no luck....
<?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>allowCloudFMM</key> <false/> <key>allowFindMyDevice</key> <false/> <key>allowFindMyFriends</key> <false/> </dict> </plist>
QuotedText
Posted on 01-17-2020 11:37 AM
Ok found a way
com.apple.icloud.managed.plist
<?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>DisableFMMiCloudSetting</key>
<true/>
</dict>
</plist>
Posted on 01-31-2020 01:10 PM
@colorenz , new to the jamf pro world. Doing some research on the issue with Catalina and Activation Lock. Looking to figure out a way to push custom settings to all macs to disable the sign in to icloud pane. Does the code above help with that ?
Posted on 02-03-2020 03:46 AM
yes that would help..
Posted on 03-17-2021 11:31 AM
@colorenz Hello! Did you find the solution to disable Find My Mac? I tested CP above, not working for me...
Posted on 03-17-2021 11:55 AM
dict> <key>DisableFMMiCloudSetting</key> <true/>
Does work but it has to be applied before icloud log in. If already logged into icloud then its to late.
Posted on 03-17-2021 11:58 AM
Thank you!