Skip to content

Commit 9bc0c16

Browse files
committed
Learn Editor: Update troubleshoot-collect-support-log.md
1 parent b39b00a commit 9bc0c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defender-endpoint/troubleshoot-collect-support-log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This article provides instructions on how to run the tool via Live Response on W
5757

5858
1. While still in the LiveResponse session, use the following commands to run the analyzer and collect the resulting file.
5959

60-
```console
60+
```console
6161
Putfile MDEClientAnalyzerPreview.zip
6262
Run MDELiveAnalyzer.ps1
6363
GetFile "C:\ProgramData\Microsoft\Windows Defender Advanced Threat Protection\Downloads\MDECA\MDEClientAnalyzerResult.zip"
@@ -114,7 +114,7 @@ The following script performs the first six steps of the [Running the Binary ver
114114

115115
echo "Getting XMDEClientAnalyzerBinary"
116116
wget --quiet -O /tmp/XMDEClientAnalyzerBinary.zip https://go.microsoft.com/fwlink/?linkid=2297517
117-
echo 'c65a4e4c6851d130942bfacd147a9d18b8a92b4f50facf519477fd1c41a1c323 /tmp/XMDEClientAnalyzerBinary.zip' | sha256sum -c
117+
echo 'C65A4E4C6851D130942BFACD147A9D18B8A92B4F50FACF519477FD1C41A1C323 /tmp/XMDEClientAnalyzerBinary.zip' | sha256sum -c
118118

119119
echo "Unzipping XMDEClientAnalyzerBinary.zip"
120120
unzip -q /tmp/XMDEClientAnalyzerBinary.zip -d /tmp/XMDEClientAnalyzerBinary

0 commit comments

Comments
 (0)