-
Notifications
You must be signed in to change notification settings - Fork 5
/
MicrosoftAutoUpdate.mobileconfig
137 lines (137 loc) · 4 KB
/
MicrosoftAutoUpdate.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?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>PayloadDisplayName</key>
<string>Microsoft AutoUpdate</string>
<key>PayloadIdentifier</key>
<string>com.example.profile.Microsoft.AutoUpdate</string>
<key>PayloadUUID</key>
<string>24300898-51AC-4926-9018-EAC3093191E5</string>
<key>PayloadDescription</key>
<string>Microsoft AutoUpdate2 managed settings.</string>
<key>PayloadOrganization</key>
<string>Example, Inc.</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.microsoft.autoupdate2</string>
<key>PayloadDisplayName</key>
<string>Microsoft AutoUpdate (v 2)</string>
<key>PayloadIdentifier</key>
<string>com.example.profile.Microsoft.AutoUpdate</string>
<key>PayloadUUID</key>
<string>40C2BD22-ED48-45B5-8670-42EE3A08E179</string>
<key>PayloadVersion</key>
<integer>2</integer>
<key>StartDaemonOnAppLaunch</key>
<true/>
<key>HowToCheck</key>
<string>AutomaticDownload</string>
<key>UpdateCheckFrequency</key>
<integer>360</integer>
<key>ChannelName</key>
<string>Custom</string>
<key>ManifestServer</key>
<string>https://officecdnmac.microsoft.com/pr/Defer.3/</string>
<key>UpdateCache</key>
<string>https://mau.example.net/cache/</string>
<key>AcknowledgedDataCollectionPolicy</key>
<string>RequiredDataOnly</string>
<key>UpdateDeadline.DaysBeforeForcedQuit</key>
<integer>5</integer>
<key>UpdateDeadline.StartAutomaticUpdates</key>
<integer>3</integer>
<key>Applications</key>
<dict>
<key>/Applications/Company Portal.app</key>
<dict>
<key>Application ID</key>
<string>IMCP01</string>
<key>LCID</key>
<integer>1033</integer>
</dict>
<key>/Applications/Microsoft Excel.app</key>
<dict>
<key>Application ID</key>
<string>XCEL2019</string>
<key>LCID</key>
<integer>1033</integer>
</dict>
<key>/Applications/Microsoft OneNote.app</key>
<dict>
<key>Application ID</key>
<string>ONMC2019</string>
<key>LCID</key>
<string>1033</string>
</dict>
<key>/Applications/Microsoft Outlook.app</key>
<dict>
<key>Application ID</key>
<string>OPIM2019</string>
<key>LCID</key>
<integer>1033</integer>
</dict>
<key>/Applications/Microsoft PowerPoint.app</key>
<dict>
<key>Application ID</key>
<string>PPT32019</string>
<key>LCID</key>
<integer>1033</integer>
</dict>
<key>/Applications/Microsoft Remote Desktop.app</key>
<dict>
<key>Application ID</key>
<string>MSRD10</string>
<key>LCID</key>
<integer>1033</integer>
</dict>
<key>/Applications/Microsoft Teams.app</key>
<dict>
<key>Application ID</key>
<string>TEAMS10</string>
<key>LCID</key>
<integer>1033</integer>
</dict>
<key>/Applications/Microsoft Word.app</key>
<dict>
<key>Application ID</key>
<string>MSWD2019</string>
<key>LCID</key>
<integer>1033</integer>
</dict>
<key>/Applications/OneDrive.app</key>
<dict>
<key>Application ID</key>
<string>ONDR18</string>
<key>LCID</key>
<integer>1033</integer>
</dict>
<key>/Applications/Skype for Business.app</key>
<dict>
<key>Application ID</key>
<string>MSFB16</string>
<key>LCID</key>
<integer>1033</integer>
</dict>
<key>/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app</key>
<dict>
<key>Application ID</key>
<string>MSau04</string>
<key>LCID</key>
<integer>1033</integer>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>