Forum Discussion

rbenson09's avatar
rbenson09
Copper Contributor
Sep 11, 2023

Microsoft Defender Antivirus performance analyzer

Can this performance analyzer be run remotely? If so, how would I set it up to start, run for a few minutes, then stop and save the trace?

1 Reply

  • rbenson09 you can run it remotely using the PowerShell remote session 

     

    $s = New-PSSession -ComputerName Server01 -Credential Domain01\User01 New-MpPerformanceRecording -RecordTo C:\LocalPathOnServer02\trace.etl -Session $s

Resources