Posted on 04-01-2022 07:55 AM
I have been asked by my manager to find a solution for where our users are allowed to sign into their PC with their own Apple ID.
The solution we would like to achieve is blocking a user from erasing the machine if they sign into their iCloud account.
Posted on 04-01-2022 09:58 AM
Are you referring to EACS in Monterey?
Posted on 04-01-2022 10:07 AM
Posted on 04-04-2022 01:19 AM
You need to have users deactivate FindMy because the activation lock is activated with it.
https://support.apple.com/en-us/HT208987
I would make a configuration profile ( Applications and Custom Settings) to "grey" out find my Mac from system preferences scope to all, then an exclusion smart group for "Is Find my Mac Enabled" Criteria: Find My Mac Status Value: Enabled
This way users not having FMM enabled can't enable it, and user with it already enabled can access the preference pane to disable it.
Because of apples security you can't to my knowledge disable FMM remotely, you have to contact the users you find from the smart group having it enabled, and tell them to disable it manually.
Hope this makes sense, and if there is a better way I'm sure someone else can chime in.
Posted on 04-04-2022 02:23 AM
@larsafpetersens how do you create that smart group ?! I don't find a criteria called "Find My Mac Status" ?
04-04-2022 02:52 AM - edited 04-04-2022 03:04 AM
Hi @MacJunior , Yes you will need to create a new Extension Attribute from Settings --> Computer Management -->Extension Attributes. Found the one I'm using here https://community.jamf.com/t5/jamf-pro/disable-find-my-mac/m-p/234558
I edited it to add the variable before to make it work for me
Data Type: String
Input Type :Script
Posted on 04-08-2022 01:16 AM
Can you share screenshots creating this new to jAMF not sure how to set this up?
Posted on 04-08-2022 06:04 AM
Sure, also remember that creating a new extension attribute requires an inventory update to populate its information, default is 1 every day. so to test the function directly just do a recon manually in terminal.
Extension Attribute:
Smart group:
Configuration Profile for All Managed Clients, Is Find My Mac Enabled excluded:
hope that helps!
Posted on 04-08-2022 10:26 AM
Saying it again you Rock! Thanks! :D
Posted on 04-04-2022 11:17 AM
@larsafpetersens Appreciate that info. You rock let me see if this works out for me. :)