forked from pbowden-msft/MAUCacheAdmin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOffice2016AutoUpdates.mobileconfig
More file actions
57 lines (57 loc) · 1.71 KB
/
Office2016AutoUpdates.mobileconfig
File metadata and controls
57 lines (57 loc) · 1.71 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
56
57
<?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>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.microsoft.autoupdate2</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>HowToCheck</key>
<string>AutomaticDownload</string>
<key>UpdateCache</key>
<string>http://your.cache.server/MAUCache</string>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>MCXToProfile.67ad2621-b510-4060-b971-7f7cf51506c9.alacarte.customsettings.c00e472d-4cb4-4231-8fd4-c7fa866efc00</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>c00e472d-4cb4-4231-8fd4-c7fa866efc00</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Enable Automatic Download and Installation of Microsoft Office 2016 Updates from local cache.</string>
<key>PayloadDisplayName</key>
<string>Microsoft Office 2016 Auto-Updates</string>
<key>PayloadIdentifier</key>
<string>com.github.jaknz.Office2016AutoUpdates</string>
<key>PayloadOrganization</key>
<string>Microsoft</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>67ad2621-b510-4060-b971-7f7cf51506c9</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>