Restrict iCloud and Apple Id on mac

expand collapsive

We want to block our students from signing into iCloud/Apple accounts on iMacs in our library. Any tips on how to go about this??

All Replies

  • That’s a bummer! Disabling the Apple ID pane still works on some devices, and I don’t know why! Guess I will have to figure out a way to do this manually. Is there a way to check out what iCloud ID and Apple ID are signed in on our devices?

  • Participant

    Damion

    Participant

    I found this script: https://www.hexnode.com/mobile-device-management/help/script-to-fetch-the-apple-ids-of-users-on-mac/

    You can confirm if devices are signed into an Apple ID and fetch the Apple ID.

    For iCloud, I found this script to check if iCloud is enabled on a device, returns True if iCloud is enabled:

     

    Hope this helps

    Solution