We've disabled all iCloud settings for all Macs.
Restrictions > Functionality > All Allow ICloud are unchecked.
On the Mac we're still seeing access to Photos. How is Photos access disabled?
We've disabled all iCloud settings for all Macs.
Restrictions > Functionality > All Allow ICloud are unchecked.
On the Mac we're still seeing access to Photos. How is Photos access disabled?
Best answer by edward_stewart
From what I can tell, Jamf hasn't implemented the MDM payload to restrict iCloud photos in their Pro product yet, although it is listed as an available restriction in their Jamf Now documentation. There are two feature requests to add this functionality, which you could upvote:
Add allowCloudPhotoLibrary into your restrictions section
Missing MDM payload: allowCloudPhotoLibrary
Both feature request pages list a custom setting payload, which you could try (untested by me):
<dict>
<key>PayloadDescription</key>
<string>Configures restrictions</string>
<key>PayloadDisplayName</key>
<string>Restrictions</string>
<key>PayloadIdentifier</key>
<string>com.apple.applicationaccess</string>
<key>PayloadOrganization</key>
<string>Jimmy Swings</string>
<key>PayloadType</key>
<string>com.apple.applicationaccess</string>
<key>PayloadUUID</key>
<string></string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>allowCloudPhotoLibrary</key>
<false/>
</dict>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.