Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When Microsoft Defender Antivirus runs a scan, it attempts to remediate or remove threats that are detected. Remediation actions can include removing a file, sending it to quarantine, or allowing it to remain. This article includes information and links to resources about specifying what actions should be taken when threats are detected on devices.
Important
Microsoft Defender Antivirus detects and remediates files based on many factors. Sometimes, completing a remediation requires a reboot. Even if the detection is later determined to be a false positive, the reboot must be completed to ensure all additional remediation steps have been completed.
If you are certain Microsoft Defender Antivirus quarantined a file based on a false positive, you can restore the file from quarantine after the device reboots. See Restore quarantined files in Microsoft Defender Antivirus. To avoid false-positive quarantines in the future, you can exclude files from the scans. See Configure and validate exclusions for Microsoft Defender Antivirus scans.
For scan scheduling and related remediation settings, see About regular quick and full scans with Microsoft Defender Antivirus.
Prerequisites
Supported operating systems
- Windows
Configure remediation options using Intune
Microsoft Intune is the recommended tool for configuring and distributing Defender for Endpoint features to devices. However, Intune is a separate product that isn't part of Defender for Endpoint, and it isn't included in all subscriptions. To use Intune, you need a subscription that includes it, or you can buy it separately as a standalone subscription or add-on. If you don't have Intune, you can use any of the other methods in this article. For more information, see Microsoft Intune licensing.
To configure remediation actions in Microsoft Intune, use an endpoint security Antivirus policy. For detailed instructions, see Create endpoint security policies or Modify existing policies (links open new tabs in the Intune documentation).
When you create the policy, use these specific settings:
- Policy type: Select Manage > Antivirus on the Endpoint security | Overview page.
- Platform: Select Windows.
- Profile: Select Microsoft Defender Antivirus.
When you create or modify the policy, use these specific settings on the Configuration settings tab:
In the Threat security default action section, configure the available settings:
- Remediation action for High severity threats
- Remediation action for Severe threats
- Remediation action for Low severity threats
- Remediation action for Moderate severity threats
with an available action value:
- Not configured (default)
- Clean
- Quarantine
- Remove
- Allow
- User defined
- Block
Warning
Allow doesn't remediate detected threats and suppresses ongoing detection events. Don't configure this action when tamper protection is enabled. Use Allow only in specialized environments (for example, industrial control systems or critical infrastructure) where:
- Automatic remediation isn't practical for operations.
- Other procedures exist to respond to detected threats.
- Compensating security controls are deployed.
Use standard remediation actions (Clean, Quarantine, Remove, or Block) in all other environments.
For more information about antivirus policies in Intune, see Antivirus policy for endpoint security in Intune.
Configure remediation options in the Microsoft Defender portal
If your organization manages endpoint security policies in the Microsoft Defender portal, use a Microsoft Defender Antivirus policy to configure remediation actions.
For detailed instructions, see Create an endpoint security policy or Edit an endpoint security policy (links open new tabs).
When you create the policy on the Endpoint security policies page in the Defender portal at https://security.microsoft.com/policy-inventory, use these specific settings:
- Select platform: Select Windows.
- Select template: Select Microsoft Defender Antivirus.
When you create or modify the policy, use the same remediation action settings described in Configure remediation options using Intune on the Configuration settings tab.
Configure remediation options using Configuration Manager
For instructions to create and deploy an antimalware policy, see Endpoint Protection antimalware policies in Configuration Manager.
Configure the following settings in the antimalware policy:
- Default Actions Settings: For each threat severity level, select one of the following remediation actions:
- Recommended: Use the action recommended in the malware definition file.
- Quarantine: Quarantine the detected malware without removing it.
- Remove: Remove the detected malware.
- Allow: Don't remove or quarantine the detected malware.
- Threat Overrides Settings: For Threat name and override action, select Set to configure the remediation action for a specific threat ID.
Warning
Allow doesn't remediate detected threats. Use Allow only in specialized environments where automatic remediation isn't practical, other threat-response procedures exist, and compensating security controls are deployed.
Configure remediation options using Group Policy
Use the following steps to configure remediation options in Group Policy:
In Centralized Group Policy, open the Group Policy Management Console (GPMC) on your Group Policy management computer.
In the GPMC console tree, expand Group Policy Objects in the forest and domain containing the GPO you want to edit.
Right-click the GPO, and then select Edit.
In the Group Policy Management Editor, go to Computer configuration > Administrative templates > Windows components > Microsoft Defender Antivirus.
Note
Group Policy paths before Windows 10, version 2004 (May 2020) might use Windows Defender Antivirus instead of Microsoft Defender Antivirus. Both names refer to the same policy location.
In the details pane of Microsoft Defender Antivirus, use the following table to select the location and setting you want to configure.
Subfolder Setting Description Default setting (if not configured) n/a Turn off routine remediation. Specify whether Microsoft Defender Antivirus automatically remediates threats, or whether to prompt the user. Disabled. Threats are remediated automatically. Quarantine Configure removal of items from Quarantine folder. Specify how many days items should be kept in quarantine before being removed. 90 days Scan Create a system restore point. A system restore point is created each day before cleaning or scanning is attempted. Disabled Scan Turn on removal of items from scan history folder. Specify how many days items should be kept in the scan history. 30 days Threats Specify threat alert levels at which default action shouldn't be taken when detected. Every threat that is detected by Microsoft Defender Antivirus is assigned a threat level: 1: Low2: Medium4: High5: Severe
2: Quarantine3: Remove6: Ignore11: None
6) and None (11) don't remediate detected threats. Ignore (6) suppresses ongoing detection events, while None (11) continues to generate alerts and Protection History entries. Don't configure either action when tamper protection is enabled. Use these actions only in specialized environments (for example, industrial control systems or critical infrastructure) where Automatic remediation isn't practical for operations, other procedures exist to respond to detected threats, or compensating security controls are deployed. Use standard remediation actions (Quarantine (2) or Remove (3)) in all other environments.n/a Threats Specify threats upon which default action shouldn't be taken when detected. Specify how specific threats (using their threat ID) should be remediated. You can specify whether the specific threat should be quarantined, removed, or ignored. n/a In the details pane of the selected location, open the setting. To open and configure a setting, use any of the following methods:
- Double-click the setting.
- Right-click the setting, and then select Edit.
- Select the setting, and then select Action > Edit.
In the setting window that opens, configure the setting, and then select OK.
Repeat this step as many times as necessary.
Tip
You can also configure Group Policy locally on individual devices by using the Local Group Policy Editor (gpedit.msc). Navigate to the same path: Computer configuration > Administrative templates > Windows components > Microsoft Defender Antivirus.
Configure remediation options using PowerShell
Run the commands in an elevated PowerShell session (a PowerShell window you opened by selecting Run as administrator).
Configure default actions by threat severity
The following example quarantines low and moderate severity threats and removes high and severe threats:
Set-MpPreference -LowThreatDefaultAction Quarantine -ModerateThreatDefaultAction Quarantine -HighThreatDefaultAction Remove -SevereThreatDefaultAction Remove
Configure the default action for a specific threat
Replace <threat-ID> with the numeric threat ID. The following command quarantines the specified threat:
Set-MpPreference -ThreatIDDefaultAction_Ids <threat-ID> -ThreatIDDefaultAction_Actions Quarantine
To configure multiple threats, specify comma-separated lists of threat IDs and corresponding actions. Each action applies to the threat ID in the same position in the other list.
Configure quarantine and scan history retention
The following example keeps items in quarantine for 90 days and items in scan history for 30 days:
Set-MpPreference -QuarantinePurgeItemsAfterDelay 90 -ScanPurgeItemsAfterDelay 30
Specify 0 to keep items indefinitely.
Turn on system restore point creation
The following command allows Microsoft Defender Antivirus to create a system restore point before cleaning or scanning:
Set-MpPreference -DisableRestorePoint $false
For detailed syntax, available remediation actions, and parameter information, see Set-MpPreference.
See also
For platform-specific Defender for Endpoint configuration guidance, see the following articles: