Skip to content

Commit a85902e

Browse files
authored
Merge pull request #1661 from liam-x/main
2 parents b2d4aa4 + 7245719 commit a85902e

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

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

Lines changed: 10 additions & 13 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/26/2024
10+
ms.date: 10/21/2024
1111
manager: deniseb
1212
audience: ITPro
1313
ms.collection:
@@ -44,42 +44,39 @@ If you're using a terminal, download the tool by entering the following command:
4444

4545
1. Verify the download.
4646

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

5249
```bash
53-
echo '4E972F7950EA475A21735042484CD00CED6EA70ED9CBB48B4C9405FFD2706DFA XMDEClientAnalyzerBinary.zip' | sha256sum -c
50+
echo '2A9BF0A6183831BE43C7BCB7917A40D772D226301B4CDA8EE4F258D00B6E4E97 XMDEClientAnalyzerBinary.zip' | sha256sum -c
5451
```
5552

5653
- macOS
5754

5855
```bash
59-
echo '4E972F7950EA475A21735042484CD00CED6EA70ED9CBB48B4C9405FFD2706DFA XMDEClientAnalyzerBinary.zip' | shasum -a 256 -c
56+
echo '2A9BF0A6183831BE43C7BCB7917A40D772D226301B4CDA8EE4F258D00B6E4E97 XMDEClientAnalyzerBinary.zip' | shasum -a 256 -c
6057
```
6158

6259

63-
3. Extract the contents of _XMDEClientAnalyzerBinary.zip_ on the machine.
60+
2. Extract the contents of _XMDEClientAnalyzerBinary.zip_ on the machine.
6461

6562
If you're using a terminal, extract the files by entering the following command:
6663
6764
```bash
6865
unzip -q XMDEClientAnalyzerBinary.zip -d XMDEClientAnalyzerBinary
6966
```
7067
71-
4. Change to the tool's directory by entering the following command:
68+
3. Change to the tool's directory by entering the following command:
7269

7370
```bash
7471
cd XMDEClientAnalyzerBinary
7572
```
7673

77-
5. Two new zip files are produced:
74+
4. Two new zip files are produced:
7875

7976
- **SupportToolLinuxBinary.zip** : For all Linux devices
8077
- **SupportToolMacOSBinary.zip** : For Mac devices
8178

82-
6. Unzip one of the above 2 zip files based on the machine you need to investigate.
79+
5. Unzip one of the above 2 zip files based on the machine you need to investigate.
8380

8481
When using a terminal, unzip the file by entering one of the following commands based on OS type:
8582

@@ -95,7 +92,7 @@ If you're using a terminal, download the tool by entering the following command:
9592
unzip -q SupportToolMacOSBinary.zip
9693
```
9794

98-
7. Run the tool as _root_ to generate diagnostic package:
95+
6. Run the tool as _root_ to generate diagnostic package:
9996

10097
```bash
10198
sudo ./MDESupportTool -d
@@ -124,13 +121,13 @@ If you're using a terminal, download the tool by entering the following command:
124121
- Linux
125122
126123
```bash
127-
echo 'E1C3D20516C849D8CD27257BB6084FBC2991B8F6214BF9121BB9B1446F95BB1F XMDEClientAnalyzer.zip' | sha256sum -c
124+
echo '84C9718FF3D29DA0EEE650FB2FC0625549A05CD1228AC253DBB92C8B1D9F1D11 XMDEClientAnalyzer.zip' | sha256sum -c
128125
```
129126
130127
- macOS
131128
132129
```bash
133-
echo 'E1C3D20516C849D8CD27257BB6084FBC2991B8F6214BF9121BB9B1446F95BB1F XMDEClientAnalyzer.zip' | shasum -a 256 -c
130+
echo '84C9718FF3D29DA0EEE650FB2FC0625549A05CD1228AC253DBB92C8B1D9F1D11 XMDEClientAnalyzer.zip' | shasum -a 256 -c
134131
```
135132
136133
3. Extract the contents of XMDEClientAnalyzer.zip on the machine.

0 commit comments

Comments
 (0)