Posted on 02-05-2024 02:16 PM
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.
Solved! Go to Solution.
02-06-2024 04:45 AM - edited 02-06-2024 04:46 AM
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.
02-06-2024 04:45 AM - edited 02-06-2024 04:46 AM
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.
Posted on 02-06-2024 08:13 PM
Thank you that worked!