mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 06:17:22 +00:00
Release notes for 1912-2
This commit is contained in:
parent
39f14d5b62
commit
48575038bb
@ -80,6 +80,18 @@ Specify whether the antivirus engine runs in passive mode. Passive mode has the
|
|||||||
| **Possible values** | false (default) <br/> true |
|
| **Possible values** | false (default) <br/> true |
|
||||||
| **Comments** | Available in Microsoft Defender ATP version 100.67.60 or higher. |
|
| **Comments** | Available in Microsoft Defender ATP version 100.67.60 or higher. |
|
||||||
|
|
||||||
|
#### Exclusion merge policy
|
||||||
|
|
||||||
|
Specify the merge policy for exclusions. This can be a combination of administrator-defined and user-defined exclusions (`merge`) or only administrator-defined exclusions (`admin_only`). This setting can be used to restrict local users from defining their own exclusions.
|
||||||
|
|
||||||
|
|||
|
||||||
|
|:---|:---|
|
||||||
|
| **Domain** | `com.microsoft.wdav` |
|
||||||
|
| **Key** | exclusionsMergePolicy |
|
||||||
|
| **Data type** | String |
|
||||||
|
| **Possible values** | merge (default) <br/> admin_only |
|
||||||
|
| **Comments** | Available in Microsoft Defender ATP version 100.83.73 or higher. |
|
||||||
|
|
||||||
#### Scan exclusions
|
#### Scan exclusions
|
||||||
|
|
||||||
Specify entities excluded from being scanned. Exclusions can be specified by full paths, extensions, or file names.
|
Specify entities excluded from being scanned. Exclusions can be specified by full paths, extensions, or file names.
|
||||||
@ -160,6 +172,18 @@ Specify threats by name that are not blocked by Microsoft Defender ATP for Mac.
|
|||||||
| **Key** | allowedThreats |
|
| **Key** | allowedThreats |
|
||||||
| **Data type** | Array of strings |
|
| **Data type** | Array of strings |
|
||||||
|
|
||||||
|
#### Disallowed threat actions
|
||||||
|
|
||||||
|
Restricts the actions that the local user of a device can take when threats are detected. The actions included in this list are not displayed in the user interface.
|
||||||
|
|
||||||
|
|||
|
||||||
|
|:---|:---|
|
||||||
|
| **Domain** | `com.microsoft.wdav` |
|
||||||
|
| **Key** | disallowedThreatActions |
|
||||||
|
| **Data type** | Array of strings |
|
||||||
|
| **Possible values** | allow (restricts users from allowing threats) <br/> restore (restricts users from restoring threats from the quarantine) |
|
||||||
|
| **Comments** | Available in Microsoft Defender ATP version 100.83.73 or higher. |
|
||||||
|
|
||||||
#### Threat type settings
|
#### Threat type settings
|
||||||
|
|
||||||
Specify how certain threat types are handled by Microsoft Defender ATP for Mac.
|
Specify how certain threat types are handled by Microsoft Defender ATP for Mac.
|
||||||
@ -197,6 +221,18 @@ Specify what action to take when a threat of the type specified in the preceding
|
|||||||
| **Data type** | String |
|
| **Data type** | String |
|
||||||
| **Possible values** | audit (default) <br/> block <br/> off |
|
| **Possible values** | audit (default) <br/> block <br/> off |
|
||||||
|
|
||||||
|
#### Threat type settings merge policy
|
||||||
|
|
||||||
|
Specify the merge policy for threat type settings. This can be a combination of administrator-defined and user-defined settings (`merge`) or only administrator-defined settings (`admin_only`). This setting can be used to restrict local users from defining their own settings for different threat types.
|
||||||
|
|
||||||
|
|||
|
||||||
|
|:---|:---|
|
||||||
|
| **Domain** | `com.microsoft.wdav` |
|
||||||
|
| **Key** | threatTypeSettingsMergePolicy |
|
||||||
|
| **Data type** | String |
|
||||||
|
| **Possible values** | merge (default) <br/> admin_only |
|
||||||
|
| **Comments** | Available in Microsoft Defender ATP version 100.83.73 or higher. |
|
||||||
|
|
||||||
### Cloud-delivered protection preferences
|
### Cloud-delivered protection preferences
|
||||||
|
|
||||||
Configure the cloud-driven protection features of Microsoft Defender ATP for Mac.
|
Configure the cloud-driven protection features of Microsoft Defender ATP for Mac.
|
||||||
@ -483,10 +519,17 @@ The following configuration profile contains entries for all settings described
|
|||||||
<string>pdf</string>
|
<string>pdf</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
<key>exclusionsMergePolicy</key>
|
||||||
|
<string>merge</string>
|
||||||
<key>allowedThreats</key>
|
<key>allowedThreats</key>
|
||||||
<array>
|
<array>
|
||||||
<string>EICAR-Test-File (not a virus)</string>
|
<string>EICAR-Test-File (not a virus)</string>
|
||||||
</array>
|
</array>
|
||||||
|
<key>disallowedThreatActions</key>
|
||||||
|
<array>
|
||||||
|
<string>allow</string>
|
||||||
|
<string>restore</string>
|
||||||
|
</array>
|
||||||
<key>threatTypeSettings</key>
|
<key>threatTypeSettings</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
@ -502,6 +545,8 @@ The following configuration profile contains entries for all settings described
|
|||||||
<string>audit</string>
|
<string>audit</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
<key>threatTypeSettingsMergePolicy</key>
|
||||||
|
<string>merge</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>cloudService</key>
|
<key>cloudService</key>
|
||||||
<dict>
|
<dict>
|
||||||
@ -594,10 +639,17 @@ The following configuration profile contains entries for all settings described
|
|||||||
<string>pdf</string>
|
<string>pdf</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
<key>exclusionsMergePolicy</key>
|
||||||
|
<string>merge</string>
|
||||||
<key>allowedThreats</key>
|
<key>allowedThreats</key>
|
||||||
<array>
|
<array>
|
||||||
<string>EICAR-Test-File (not a virus)</string>
|
<string>EICAR-Test-File (not a virus)</string>
|
||||||
</array>
|
</array>
|
||||||
|
<key>disallowedThreatActions</key>
|
||||||
|
<array>
|
||||||
|
<string>allow</string>
|
||||||
|
<string>restore</string>
|
||||||
|
</array>
|
||||||
<key>threatTypeSettings</key>
|
<key>threatTypeSettings</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
@ -613,6 +665,8 @@ The following configuration profile contains entries for all settings described
|
|||||||
<string>audit</string>
|
<string>audit</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
<key>threatTypeSettingsMergePolicy</key>
|
||||||
|
<string>merge</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>cloudService</key>
|
<key>cloudService</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
@ -19,6 +19,12 @@ ms.topic: conceptual
|
|||||||
|
|
||||||
# What's new in Microsoft Defender Advanced Threat Protection for Mac
|
# What's new in Microsoft Defender Advanced Threat Protection for Mac
|
||||||
|
|
||||||
|
## 100.83.73
|
||||||
|
|
||||||
|
- Added more controls for IT administrators around [management of exclusions](mac-preferences.md#exclusion-merge-policy), [management of threat type settings](mac-preferences.md#threat-type-settings-merge-policy), and [disallowed threat actions](mac-preferences.md#disallowed-threat-actions)
|
||||||
|
- When Full Disk Access is not enabled on the device, a warning is now displayed in the status menu
|
||||||
|
- Performance improvements & bug fixes
|
||||||
|
|
||||||
## 100.82.60
|
## 100.82.60
|
||||||
|
|
||||||
- Addressed an issue where the product fails to start following a definition update.
|
- Addressed an issue where the product fails to start following a definition update.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user