You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/tune-performance-defender-antivirus.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.localizationpriority: medium
6
6
audience: ITPro
7
7
author: siosulli
8
8
ms.author: siosulli
9
-
ms.date: 02/16/2024
9
+
ms.date: 06/26/2024
10
10
manager: deniseb
11
11
ms.collection:
12
12
- m365-security
@@ -32,11 +32,16 @@ search.appverid: met150
32
32
33
33
Microsoft Defender Antivirus performance analyzer has the following prerequisites:
34
34
35
-
- Supported Windows versions: Windows 10, Windows 11, Windows 2012 R2 with the Modern Unified Solution and Windows Server 2016 and above
35
+
- Supported Windows versions:
36
+
- Windows 10
37
+
- Windows 11
38
+
- Windows Server 2016 and later
39
+
- Windows Server 2012 R2 (when onboarded using [modern, unified solution](configure-server-endpoints.md#functionality-in-the-modern-unified-solution))
40
+
- For Windows Server 2012 R2, the Windows ADK (Windows Performance Toolkit) is needed. [Download and install the Windows ADK](/windows-hardware/get-started/adk-install)
36
41
- Platform Version: `4.18.2108.7` or later
37
42
- PowerShell Version: PowerShell Version 5.1, PowerShell ISE, remote PowerShell (4.18.2201.10+), PowerShell 7.x (4.18.2201.10+)
38
43
39
-
## What is Microsoft Defender Antivirus performance analyzer?
44
+
## What is the Microsoft Defender Antivirus performance analyzer?
40
45
41
46
If computers running Microsoft Defender Antivirus are experiencing performance issues, you can use performance analyzer to improve the performance of Microsoft Defender Antivirus. Performance analyzer for Microsoft Defender Antivirus in Windows 10, Windows 11, and Windows Server, is a PowerShell command-line tool that helps you determine files, file extensions, and processes that might be causing performance issues on individual endpoints during antivirus scans. You can use the information gathered by performance analyzer to assess performance issues and apply remediation actions.
42
47
@@ -98,7 +103,7 @@ Based on the query, the user is able to view data for scan counts, duration (tot
98
103
99
104
:::image type="content" source="media/example-output.png" alt-text="Example output for a basic TopFiles query" lightbox="media/example-output.png":::
100
105
101
-
## Additional functionality: exporting and converting to CSV and JSON
106
+
## Exporting and converting to CSV and JSON
102
107
103
108
The results of the performance analyzer can also be exported and converted to a CSV or JSON file.
104
109
For examples that describe the process of "export" and "convert" through sample codes, see the following sections.
0 commit comments