Skip to content

Commit 19313e1

Browse files
committed
Learn Editor: Update run-analyzer-macos.md
1 parent d1b141a commit 19313e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

defender-endpoint/run-analyzer-macos.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,38 +40,38 @@ If you're experiencing reliability or device health issues with Microsoft Defend
4040
wget --quiet -O XMDEClientAnalyzerBinary.zip https://go.microsoft.com/fwlink/?linkid=2297517
4141
```
4242

43-
1. Verify the download.
43+
2. Verify the download.
4444

4545
```bash
4646
echo 'B5EBD9AB36F2DB92C341ABEBB20A50551D08D769CB061EAFCC1A931EFACE305D XMDEClientAnalyzerBinary.zip' | shasum -a 256 -c
4747
```
4848

49-
2. Extract the contents of `XMDEClientAnalyzerBinary.zip` on the machine.
49+
3. Extract the contents of `XMDEClientAnalyzerBinary.zip` on the machine.
5050

5151
If you're using a terminal, extract the files by running the following command:
5252

5353
```bash
5454
unzip -q XMDEClientAnalyzerBinary.zip -d XMDEClientAnalyzerBinary
5555
```
5656

57-
3. Change to the tool's directory by running the following command:
57+
4. Change to the tool's directory by running the following command:
5858

5959
```bash
6060
cd XMDEClientAnalyzerBinary
6161
```
6262

63-
4. Notice that the following two zipped files are produced:
63+
5. Notice that the following two zipped files are produced:
6464

6565
- `SupportToolLinuxBinary.zip`: For all Linux devices
6666
- `SupportToolMacOSBinary.zip`: For Mac devices
6767

68-
5. Unzip the SupportToolMacOSBinary.zip.
68+
6. Unzip the SupportToolMacOSBinary.zip.
6969

7070
```bash
7171
unzip -q SupportToolMacOSBinary.zip
7272
```
7373

74-
6. Run the tool as root to generate your diagnostic package:
74+
7. Run the tool as root to generate your diagnostic package:
7575

7676
```bash
7777
sudo ./MDESupportTool -d

0 commit comments

Comments
 (0)