Review Microsoft Defender Antivirus scan results

Applies to:

Platforms

  • Windows

After a Microsoft Defender Antivirus scan completes, whether it's an on-demand or scheduled scan, the results are recorded and you can view the results.

Use Microsoft Defender XDR to review scan results

To view the scan results using Microsoft Defender XDR Endpoint, follow the below process.

  1. Sign in to Microsoft Defender portal

  2. Go to Incidents & alerts > Alerts.

    You can view the scanned results under Alerts.

Use Microsoft Intune to review scan results

To view the scan results using Microsoft Intune admin center, follow the below process.

  1. Sign in to Microsoft Intune admin center.

  2. Go to Reports.

  3. Under Endpoint security, select Microsoft Defender Antivirus.

  4. In the Reports tab, select Detected malware.

  5. Select the Severity level from the dropdown list.

    By default All severity option is selected.

  6. Select Execution state from the dropdown list.

    By default All execution state option is selected.

  7. Select Managed by from the dropdown list.

    By default All Managed by option is selected.

  8. Click on Generate report.

Use Configuration Manager to review scan results

See How to monitor Endpoint Protection status.

Use PowerShell cmdlets to review scan results

The following cmdlet returns each detection on the endpoint. If there are multiple detections of the same threat, each detection is listed separately, based on the time of each detection:

Get-MpThreatDetection

The PowerShell cmdlets and outputs

You can specify -ThreatID to limit the output to only show the detections for a specific threat.

If you want to list threat detections, but combine detections of the same threat into a single item, you can use the following cmdlet:

Get-MpThreat

The PowerShell code

See Use PowerShell cmdlets to configure and run Microsoft Defender Antivirus and Defender Antivirus cmdlets for more information on how to use PowerShell with Microsoft Defender Antivirus.

Use Windows Management Instruction (WMI) to review scan results

Use the Get method of the MSFT_MpThreat and MSFT_MpThreatDetection classes.

Tip

Do you want to learn more? Engage with the Microsoft Security community in our Tech Community: Microsoft Defender for Endpoint Tech Community.