Removing the "Exclusion" option from Microsoft Defender

Jose_Amaya
New Contributor III

Hello,

We're deploying MS Defender, but need some help with how to remove or hide the "Exclusion" option from MS Defender user interface, if it's possible. My current configuration "MDATP MDAV configuration settings" appears to enable to exclude a default path, but I prefer to not have "Exclusion" option available or visible.

 

Screenshot from 2024-02-05 17-00-00.png

1 ACCEPTED SOLUTION

andrew_nicholas
Valued Contributor

You need to set the value of exclusionsMergePolicy to admin_only as in the below.

<key>exclusionsMergePolicy</key>
<string>admin_only</string>

This will disable it and leave text that it is blocked by policy. 

View solution in original post

2 REPLIES 2

andrew_nicholas
Valued Contributor

You need to set the value of exclusionsMergePolicy to admin_only as in the below.

<key>exclusionsMergePolicy</key>
<string>admin_only</string>

This will disable it and leave text that it is blocked by policy. 

Thank you that worked!