Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion defender-endpoint/mac-preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ms.collection:
ms.topic: how-to
ms.subservice: macos
search.appverid: met150
ms.date: 11/11/2024
ms.date: 01/31/2025
---

# Set preferences for Microsoft Defender for Endpoint on macOS
Expand Down Expand Up @@ -416,6 +416,16 @@ Determines whether security intelligence updates are installed automatically:
|**Data type**|Boolean|
|**Possible values**|true (default) <p> false|

#### Duration for security intelligence updates due (in days)

Determines the number of days after which the last installed security intelligence updates are considered outdated.

|Section|Value|
|---|---|
|**Key**|definitionUpdateDue|
|**Data type**|Integer|
|**Possible values**|7 (default). Allowed values are integers between 1 and 30|

### User interface preferences

Manage the preferences for the user interface of Microsoft Defender for Endpoint on macOS.
Expand Down Expand Up @@ -742,6 +752,8 @@ The following configuration profile (or, in case of JAMF, a property list that c
<true/>
<key>automaticDefinitionUpdateEnabled</key>
<true/>
<key>definitionUpdateDue</key>
<integer>7</integer>
</dict>
<key>tamperProtection</key>
<dict>
Expand Down Expand Up @@ -855,6 +867,8 @@ The following templates contain entries for all settings described in this docum
<true/>
<key>cloudBlockLevel</key>
<string>normal</string>
<key>definitionUpdateDue</key>
<integer>7</integer>
</dict>
<key>edr</key>
<dict>
Expand Down Expand Up @@ -1043,6 +1057,8 @@ The following templates contain entries for all settings described in this docum
<true/>
<key>cloudBlockLevel</key>
<string>normal</string>
<key>definitionUpdateDue</key>
<integer>7</integer>
</dict>
<key>edr</key>
<dict>
Expand Down