Microsoft Defender Antivirus performance analyzer

Copper Contributor

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