@@ -79,73 +79,75 @@ The following code shows the schema you need to use to schedule scans according
79
79
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
80
80
<plist version =" 1.0" >
81
81
<dict >
82
- <key >PayloadUUID</key >
83
- <string >C4E6A782-0C8D-44AB-A025-EB893987A295</string >
84
- <key >PayloadType</key >
85
- <string >Configuration</string >
86
- <key >PayloadOrganization</key >
87
- <string >Microsoft</string >
88
- <key >PayloadIdentifier</key >
89
- <string >C4E6A782-0C8D-44AB-A025-EB893987A295</string >
90
- <key >PayloadDisplayName</key >
91
- <string >Microsoft Defender for Endpoint settings</string >
92
- <key >PayloadDescription</key >
93
- <string >Microsoft Defender for Endpoint configuration settings</string >
94
- <key >PayloadVersion</key >
95
- <integer >1</integer >
96
- <key >PayloadEnabled</key >
97
- <true />
98
- <key >PayloadRemovalDisallowed</key >
99
- <true />
100
- <key >PayloadScope</key >
101
- <string >System</string >
102
- <key >PayloadContent</key >
103
- <array >
104
- <dict >
105
- <key >PayloadUUID</key >
106
- <string >99DBC2BC-3B3A-46A2-A413-C8F9BB9A7295</string >
107
- <key >PayloadType</key >
108
- <string >com.microsoft.wdav</string >
109
- <key >PayloadOrganization</key >
110
- <string >Microsoft</string >
111
- <key >PayloadIdentifier</key >
112
- <string >99DBC2BC-3B3A-46A2-A413-C8F9BB9A7295</string >
113
- <key >PayloadDisplayName</key >
114
- <string >Microsoft Defender for Endpoint configuration settings</string >
115
- <key >PayloadDescription</key >
116
- <string />
117
- <key >PayloadVersion</key >
118
- <integer >1</integer >
119
- <key >PayloadEnabled</key >
120
- <true />
121
- <key >features</key >
122
- <dict >
123
- <key >scheduledScan</key >
124
- <string >enabled</string >
125
- </dict >
126
- <key >scheduledScan</key >
127
- <dict >
128
- <key >ignoreExclusions</key >
129
- <true />
130
- <key >lowPriorityScheduledScan</key >
131
- <true />
132
- <key >dailyConfiguration</key >
133
- <dict >
134
- <key >timeOfDay</key >
135
- <integer >885</integer >
136
- </dict >
137
- <key >weeklyConfiguration</key >
138
- <dict >
139
- <key >dayOfWeek</key >
140
- <integer >4</integer >
141
- <key >timeOfDay</key >
142
- <integer >880</integer >
143
- <key >scanType</key >
144
- <string >full</string >
145
- </dict >
146
- </dict >
82
+ <key >PayloadUUID</key >
83
+ <string >C4E6A782-0C8D-44AB-A025-EB893987A295</string >
84
+ <key >PayloadType</key >
85
+ <string >Configuration</string >
86
+ <key >PayloadOrganization</key >
87
+ <string >Microsoft</string >
88
+ <key >PayloadIdentifier</key >
89
+ <string >C4E6A782-0C8D-44AB-A025-EB893987A295</string >
90
+ <key >PayloadDisplayName</key >
91
+ <string >Microsoft Defender for Endpoint settings</string >
92
+ <key >PayloadDescription</key >
93
+ <string >Microsoft Defender for Endpoint configuration settings</string >
94
+ <key >PayloadVersion</key >
95
+ <integer >1</integer >
96
+ <key >PayloadEnabled</key >
97
+ <true />
98
+ <key >PayloadRemovalDisallowed</key >
99
+ <true />
100
+ <key >PayloadScope</key >
101
+ <string >System</string >
102
+ <key >PayloadContent</key >
103
+ <array >
104
+ <dict >
105
+ <key >PayloadUUID</key >
106
+ <string >99DBC2BC-3B3A-46A2-A413-C8F9BB9A7295</string >
107
+ <key >PayloadType</key >
108
+ <string >com.microsoft.wdav</string >
109
+ <key >PayloadOrganization</key >
110
+ <string >Microsoft</string >
111
+ <key >PayloadIdentifier</key >
112
+ <string >99DBC2BC-3B3A-46A2-A413-C8F9BB9A7295</string >
113
+ <key >PayloadDisplayName</key >
114
+ <string >Microsoft Defender for Endpoint configuration settings</string >
115
+ <key >PayloadDescription</key >
116
+ <string />
117
+ <key >PayloadVersion</key >
118
+ <integer >1</integer >
119
+ <key >PayloadEnabled</key >
120
+ <true />
121
+ <key >features</key >
122
+ <dict >
123
+ <key >scheduledScan</key >
124
+ <string >enabled</string >
125
+ </dict >
126
+ <key >scheduledScan</key >
127
+ <dict >
128
+ <key >ignoreExclusions</key >
129
+ <true />
130
+ <key >lowPriorityScheduledScan</key >
131
+ <true />
132
+ <key >dailyConfiguration</key >
133
+ <dict >
134
+ <key >timeOfDay</key >
135
+ <integer >880</integer >
136
+ </dict >
137
+ <key >weeklyConfiguration</key >
138
+ <dict >
139
+ <key >dayOfWeek</key >
140
+ <integer >4</integer >
141
+ <key >timeOfDay</key >
142
+ <integer >885</integer >
143
+ <key >scanType</key >
144
+ <string >full</string >
145
+ </dict >
146
+ </dict >
147
+ </dict >
148
+ </array >
147
149
</dict >
148
- </plist >
150
+ </plist >
149
151
```
150
152
151
153
2 . Save the file as _ com.microsoft.wdav.mobileconfig_ .
0 commit comments