-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDisableAutomaticDownloadofAppleSoftwareUpdates.mobileconfig
More file actions
55 lines (55 loc) · 1.58 KB
/
DisableAutomaticDownloadofAppleSoftwareUpdates.mobileconfig
File metadata and controls
55 lines (55 loc) · 1.58 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
<?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>PayloadDescription</key>
<string>Disables Software Update's automatic pre-installation download of OS and other Apple updates</string>
<key>PayloadDisplayName</key>
<string>Disable Automatic Download of Software Updates</string>
<key>PayloadIdentifier</key>
<string>org.my.profiles.disable_automatic_update_download</string>
<key>PayloadOrganization</key>
<string>My Organization</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>3a05d6dc-af60-3a1e-a815-1639ab8f7d91</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.apple.SoftwareUpdate</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>AutomaticDownload</key>
<false/>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>org.my.profiles.disable_automatic_update_download.mcxsettings</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>1fd98b67-6798-3fab-80aa-2600f0198726</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
</dict>
</plist>