From c785872988fd1ae06e1e79f42ab5249203a628e9 Mon Sep 17 00:00:00 2001 From: amirsc3 <42802974+amirsc3@users.noreply.github.com> Date: Wed, 12 Aug 2020 10:05:33 +0300 Subject: [PATCH] Update troubleshoot-collect-support-log.md Also added missing command to the instructions --- .../microsoft-defender-atp/troubleshoot-collect-support-log.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/troubleshoot-collect-support-log.md b/windows/security/threat-protection/microsoft-defender-atp/troubleshoot-collect-support-log.md index d538c8896c..39b935ed42 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/troubleshoot-collect-support-log.md +++ b/windows/security/threat-protection/microsoft-defender-atp/troubleshoot-collect-support-log.md @@ -45,9 +45,10 @@ This topic provides instructions on how to run the tool via Live Response. ![Image of choose file button](images/analyzer-file.png) -6. While still in the LiveResponse session, use the commands below to run the analyzer and collect the result file: +6. While still in the LiveResponse session, use the commands below to upload, run the analyzer and collect the result file: ``` + PutFile MDATPClientAnalyzerPreview.zip -overwrite Run MDATPLiveAnalyzer.ps1 GetFile "C:\ProgramData\Microsoft\Windows Defender Advanced Threat Protection\Downloads\MDATPClientAnalyzerResult.zip" -auto ```