mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-16 23:37:22 +00:00
Add more info around allowed threat management
This commit is contained in:
parent
cc6b952ad1
commit
c8e9a1e962
@ -149,6 +149,16 @@ Used to exclude content from the scan by file name.
|
|||||||
| **Possible values** | any string |
|
| **Possible values** | any string |
|
||||||
| **Comments** | Applicable only if *$type* is *excludedFileName* |
|
| **Comments** | Applicable only if *$type* is *excludedFileName* |
|
||||||
|
|
||||||
|
#### Allowed threats
|
||||||
|
|
||||||
|
List of threats (identified by their name) that are not blocked by the product and are instead allowed to run.
|
||||||
|
|
||||||
|
|||
|
||||||
|
|:---|:---|
|
||||||
|
| **Domain** | com.microsoft.wdav |
|
||||||
|
| **Key** | allowedThreats |
|
||||||
|
| **Data type** | Array of strings |
|
||||||
|
|
||||||
#### Threat type settings
|
#### Threat type settings
|
||||||
|
|
||||||
The *threatTypeSettings* preference in the antivirus engine is used to control how certain threat types are handled by the product.
|
The *threatTypeSettings* preference in the antivirus engine is used to control how certain threat types are handled by the product.
|
||||||
@ -425,7 +435,7 @@ The following configuration profile contains entries for all settings described
|
|||||||
</array>
|
</array>
|
||||||
<key>allowedThreats</key>
|
<key>allowedThreats</key>
|
||||||
<array>
|
<array>
|
||||||
<string>eicar</string>
|
<string>EICAR-Test-File (not a virus)</string>
|
||||||
</array>
|
</array>
|
||||||
<key>threatTypeSettings</key>
|
<key>threatTypeSettings</key>
|
||||||
<array>
|
<array>
|
||||||
@ -540,7 +550,7 @@ The following configuration profile contains entries for all settings described
|
|||||||
</array>
|
</array>
|
||||||
<key>allowedThreats</key>
|
<key>allowedThreats</key>
|
||||||
<array>
|
<array>
|
||||||
<string>eicar</string>
|
<string>EICAR-Test-File (not a virus)</string>
|
||||||
</array>
|
</array>
|
||||||
<key>threatTypeSettings</key>
|
<key>threatTypeSettings</key>
|
||||||
<array>
|
<array>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user