Skip to content
Open
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
3 changes: 3 additions & 0 deletions docset/winserver2025-ps/Defender/Set-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
The **Set-MpPreference** cmdlet configures preferences for Windows Defender scans and updates.
You can modify exclusion file name extensions, paths, or processes, and specify the default action for high, moderate, and low threat levels.

>[!NOTE]
>To undo an override set using `Set-MpPreference`, use the [`Remove-MpPreference`](./Remove-MpPreference.md) command to ensure that default or server-controlled values are subsequently respected.

**REMEDIATION VALUES**

The following table provides remediation action values for detected threats at low, medium, high, and severe alert levels.
Expand Down
Loading