Sep 11 2023 10:12 AM
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?
Sep 11 2023 11:36 AM
@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