Skip to content

Commit ce88eae

Browse files
committed
Update tune-performance-defender-antivirus.md
1 parent 0cd76bc commit ce88eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defender-endpoint/tune-performance-defender-antivirus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.localizationpriority: medium
66
audience: ITPro
77
author: denisebmsft
88
ms.author: deniseb
9-
ms.date: 09/20/2024
9+
ms.date: 01/07/2025
1010
manager: deniseb
1111
ms.collection:
1212
- m365-security
@@ -91,7 +91,7 @@ To start recording system events, open PowerShell in administrator mode and perf
9191

9292
4. Analyze the results using the performance analyzer's `Get-MpPerformanceReport` parameter. For example, on executing the command `Get-MpPerformanceReport -Path <recording.etl> -TopFiles 3 -TopScansPerFile 10`, the user is provided with a list of top-ten scans for the top three files affecting performance.
9393

94-
For more information on command-line parameters and options, see the [New-MpPerformanceRecording](#new-mpperformancerecording) and [Get-MpPerformanceReport](#get-mpperformancereport).
94+
For more information on command-line parameters and options, see the [New-MpPerformanceRecording](/powershell/module/defenderperformance/new-mpperformancerecording) and [Get-MpPerformanceReport](/powershell/module/defenderperformance/get-mpperformancereport).
9595

9696
> [!NOTE]
9797
> When running a recording, if you get the error "Cannot start performance recording because Windows Performance Recorder is already recording", run the following command to stop the existing trace with the new command: `wpr -cancel -instancename MSFT_MpPerformanceRecording`.

0 commit comments

Comments
 (0)