Skip to content

Commit 0883fca

Browse files
committed
Learn Editor: Update run-analyzer-linux.md
1 parent cbea362 commit 0883fca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

defender-endpoint/run-analyzer-linux.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,25 +200,25 @@ or if your Linux server has internet access use wget to download the file
200200
wget --quiet -O XMDEClientAnalyzerBinary.zip https://aka.ms/XMDEClientAnalyzerBinary
201201
```
202202

203-
1. Unzip the file that is downloaded, and then of the extracted files unzip again the SupportToolLinuxBinary.zip
203+
2. Unzip the file that is downloaded, and then of the extracted files unzip again the SupportToolLinuxBinary.zip
204204

205205

206206
```bash
207207
unzip -q XMDEClientAnalyzerBinary.zip -d XMDEClientAnalyzerBinary
208208

209209
```
210210

211-
1. Run the binary
211+
3. Run the binary
212212

213213
```
214214
sudo ./MDESupportTool -d --mdatp-log debug
215215
```
216216

217-
1. Follow the on-screen instructions and then follow up with at the end of the log collection, the logs will be located in the /tmp directory
217+
4. Follow the on-screen instructions and then follow up with at the end of the log collection, the logs will be located in the /tmp directory
218218

219-
1. The log set will be owned by root user so you may need root privileges to remove the log set
219+
5. The log set will be owned by root user so you may need root privileges to remove the log set
220220

221-
1. Upload the file for the support engineer
221+
6. Upload the file for the support engineer
222222

223223
Details:
224224

0 commit comments

Comments
 (0)