forked from aysiu/Mac-Scripts-and-Profiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DisableiCloudSysPrefs.mobileconfig
43 lines (43 loc) · 1.42 KB
/
DisableiCloudSysPrefs.mobileconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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>PayloadIdentifier</key>
<string>com.apple.mdm.4e260db0-5f73-0135-3d33-0c4de9a3ce04.alacarte</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>4e260db0-5f73-0135-3d33-0c4de9a3ce04</string>
<key>PayloadOrganization</key>
<string>NAMEOFYOURORGANIZATION</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadDisplayName</key>
<string>Disable iCloud System Preferences</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.systempreferences</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.apple.mdm.4e260db0-5f73-0135-3d33-0c4de9a3ce04.alacarte.macosxrestrictions.6f8cae20-5f73-0135-3d34-0c4de9a3ce04.systempreferences</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadUUID</key>
<string>0814e8b2-da21-25c0-acc0-8a0c3caa70d0</string>
<key>PayloadDisplayName</key>
<string>System Preferences</string>
<key>DisabledPreferencePanes</key>
<array>
<string>com.apple.preferences.icloud</string>
</array>
</dict>
</array>
</dict>
</plist>