Skip to content

Commit 7ee5b1e

Browse files
authored
Merge pull request #1470 from liam-x/docs-editor/run-analyzer-macos-linux-1727379472
Update run-analyzer-macos-linux.md
2 parents d4ff63c + 6989f40 commit 7ee5b1e

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

defender-endpoint/run-analyzer-macos-linux.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ f1.keywords:
77
ms.author: deniseb
88
author: denisebmsft
99
ms.localizationpriority: medium
10-
ms.date: 09/25/2024
10+
ms.date: 09/26/2024
1111
manager: deniseb
1212
audience: ITPro
1313
ms.collection:
@@ -42,21 +42,20 @@ If you're using a terminal, download the tool by entering the following command:
4242
wget --quiet -O XMDEClientAnalyzerBinary.zip https://aka.ms/XMDEClientAnalyzerBinary
4343
```
4444

45-
2. Verify the download.
46-
47-
> [!NOTE]
48-
> The current SHA256 hash of `XMDEClientAnalyzerBinary.zip` that is downloaded from this link is: `6DF1D7F32F1C33B462067F029CA59742241AB6967A981161803A3BC4B5EBDBDF`.
45+
1. Verify the download.
4946

47+
> [!NOTE]
48+
> The current SHA256 hash of `XMDEClientAnalyzerBinary.zip` that is downloaded from this link is: `4E972F7950EA475A21735042484CD00CED6EA70ED9CBB48B4C9405FFD2706DFA`.
5049
- Linux
5150

52-
```console
53-
echo '6DF1D7F32F1C33B462067F029CA59742241AB6967A981161803A3BC4B5EBDBDF XMDEClientAnalyzerBinary.zip' | sha256sum -c
51+
```console
52+
echo '4E972F7950EA475A21735042484CD00CED6EA70ED9CBB48B4C9405FFD2706DFA XMDEClientAnalyzerBinary.zip' | sha256sum -c
5453
```
5554

5655
- macOS
5756

58-
```console
59-
echo '6DF1D7F32F1C33B462067F029CA59742241AB6967A981161803A3BC4B5EBDBDF XMDEClientAnalyzerBinary.zip' | shasum -a 256 -c
57+
```console
58+
echo '4E972F7950EA475A21735042484CD00CED6EA70ED9CBB48B4C9405FFD2706DFA XMDEClientAnalyzerBinary.zip' | shasum -a 256 -c
6059
```
6160

6261

@@ -129,13 +128,13 @@ If you're using a terminal, download the tool by entering the following command:
129128
- Linux
130129

131130
```console
132-
echo '799D1C8B24FB826283B9B04B4B503AE3C99A05FE7ADFE25A78A094E231572C4A XMDEClientAnalyzer.zip' | sha256sum -c
131+
echo 'E1C3D20516C849D8CD27257BB6084FBC2991B8F6214BF9121BB9B1446F95BB1F XMDEClientAnalyzer.zip' | sha256sum -c
133132
```
134133

135134
- macOS
136135

137136
```console
138-
echo '799D1C8B24FB826283B9B04B4B503AE3C99A05FE7ADFE25A78A094E231572C4A XMDEClientAnalyzer.zip' | shasum -a 256 -c
137+
echo 'E1C3D20516C849D8CD27257BB6084FBC2991B8F6214BF9121BB9B1446F95BB1F XMDEClientAnalyzer.zip' | shasum -a 256 -c
139138
```
140139

141140
3. Extract the contents of XMDEClientAnalyzer.zip on the machine.
@@ -299,35 +298,35 @@ Usage example: `sudo ./mde_support_tool.sh skipfaultyrules -e true`
299298
- report.html
300299

301300
Description: The main HTML output file that contains the findings and guidance from running the client analyzer tool on the device. This file is only generated when running the Python-based version of the client analyzer tool.
302-
301+
303302
- mde_diagnostic.zip
304303

305304
Description: Same diagnostic output that gets generated when running *mdatp diagnostic create* on either [macOS](mac-resources.md#collecting-diagnostic-information) or [Linux](linux-resources.md#collect-diagnostic-information).
306-
305+
307306
- mde.xml
308307

309308
Description: XML output that is generated while running and is used to build the html report file.
310-
309+
311310
- Processes_information.txt
312311

313312
Description: contains the details of the running Microsoft Defender for Endpoint related processes on the system.
314-
313+
315314
- Log.txt
316315

317316
Description: contains the same log messages written on screen during the data collection.
318-
317+
319318
- Health.txt
320319

321320
Description: The same basic health output that is shown when running *mdatp health* command.
322-
321+
323322
- Events.xml
324323

325324
Description: Additional XML file used by the analyzer when building the HTML report.
326-
325+
327326
- Audited_info.txt
328327

329328
Description: details on audited service and related components for [Linux](linux-resources.md) OS.
330-
329+
331330
- perf_benchmark.tar.gz
332331

333332
Description: The performance test reports. You'll see this only if you're using the performance parameter.

0 commit comments

Comments
 (0)