You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`downloadFolder`| string | Maps to the location where the script downloads the files to |
141
-
|`downloadLinuxUpdates`| bool | When set to true, the script downloads the Linux specific updates to the `downloadFolder`|
141
+
|`downloadLinuxUpdates`| bool | When set to `true`, the script downloads the Linux specific updates to the `downloadFolder`|
142
142
|`logFilePath`| string | Sets up the diagnostic logs at a given folder. This file can be shared with Microsoft for debugging the script if there are any issues |
143
143
|`downloadMacUpdates`| bool | The script downloads the Mac specific updates to the `downloadFolder`|
144
144
|`downloadPreviewUpdates`| bool | Downloads the preview version of the updates available for the specific OS |
@@ -189,17 +189,21 @@ Once the Mirror Server is set up, we need to propagate this URL to the Linux end
|`automaticDefinitionUpdateEnabled`| True / False | Determines the behavior of Defender for Endpoint attempting to perform updates automatically, is turned on or off respectively |
199
-
|`definitionUpdatesInterval`| Numeric | Time of interval between each automatic update of signatures (in seconds) |
200
-
|`offlineDefinitionUpdateUrl`| String | URL value generated as part of the Mirror Server set up |
201
-
|`offlineDefinitionUpdate`| enabled / disabled | When set to `enabled`, the offline security intelligence update feature is enabled, and vice versa. |
202
-
|`offlineDefinitionUpdateFallbackToCloud`| True / False | Determine Defender for Endpoint security intelligence update approach when offline Mirror Server fails to serve the update request. If set to true, the update is retried via the Microsoft cloud when offline security intelligence update failed, else vice versa. |
201
+
|`automaticDefinitionUpdateEnabled`|`True` / `False`| Determines the behavior of Defender for Endpoint attempting to perform updates automatically, is turned on or off respectively. |
202
+
|`definitionUpdatesInterval`| Numeric | Time of interval between each automatic update of signatures (in seconds). |
203
+
|`offlineDefinitionUpdateUrl`| String | URL value generated as part of the Mirror Server set up. |
204
+
|`offlineDefinitionUpdate`|`enabled` / `disabled`| When set to `enabled`, the offline security intelligence update feature is enabled, and vice versa. |
205
+
|`offlineDefinitionUpdateFallbackToCloud`|`True` / `False`| Determine Defender for Endpoint security intelligence update approach when offline Mirror Server fails to serve the update request. If set to true, the update is retried via the Microsoft cloud when offline security intelligence update failed, else vice versa. |
206
+
|`offlineDefinitionUpdateVerifySig`|`enabled` / `disabled`| When set to `enabled`, downloaded definitions are verified on the endpoints, else vice versa. |
203
207
204
208
> [!NOTE]
205
209
> As of today the offline security intelligence update feature can be configured on Linux endpoints via managed json only. Integration with security settings management on the security portal is in our roadmap.
@@ -212,9 +216,9 @@ To test if the settings are applied correctly on the Linux endpoints, run the fo
212
216
mdatp health --details definitions
213
217
```
214
218
215
-
For example, a sample output would look like:
219
+
A sample output would look like the following code snippet:
Offline signature update might fail in the following scenario:
297
-
You enabled the feature, applied the signature updates, then disabled the feature to apply further signature updates from cloud, and subsequently re-enabled the feature for additional signature updates.
301
+
302
+
You enabled the feature, applied the signature updates, then disabled the feature to apply further signature updates from cloud, and subsequently re-enabled the feature for additional signature updates.
298
303
299
304
Mitigation steps:
300
-
The fix for this will be available in the upcoming release.
0 commit comments