Skip to content

Commit 4434927

Browse files
Merge branch 'main' into docs-editor/microsoft-defender-antivirus-u-1744379978
2 parents 2e5d79b + b9096bd commit 4434927

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

defender-endpoint/run-analyzer-macos.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: defender-endpoint
99
ms.subservice: macos
1010
ms.localizationpriority: medium
1111
ms.topic: troubleshooting-general
12-
ms.date: 04/01/2025
12+
ms.date: 04/11/2025
1313
ms.custom: partner-contribution
1414
ms.collection:
1515
- m365-security
@@ -43,35 +43,35 @@ If you're experiencing reliability or device health issues with Microsoft Defend
4343
2. Verify the download.
4444

4545
```bash
46-
echo '4E96E75B16244BB25BDBF34CBB3EB596BC2E9CE368BC4E532E8AE12DF2A1E19D XMDEClientAnalyzerBinary.zip' | shasum -a 256 -c
46+
echo 'B5EBD9AB36F2DB92C341ABEBB20A50551D08D769CB061EAFCC1A931EFACE305D XMDEClientAnalyzerBinary.zip' | shasum -a 256 -c
4747
```
48-
49-
2. Extract the contents of `XMDEClientAnalyzerBinary.zip` on the machine.
48+
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
@@ -98,8 +98,8 @@ The tool currently requires Python version 3 or later to be installed on your de
9898

9999
| OS | Command |
100100
|--|--|
101-
| Linux | `echo '84C9718FF3D29DA0EEE650FB2FC0625549A05CD1228AC253DBB92C8B1D9F1D11 XMDEClientAnalyzer.zip'| sha256sum -c` |
102-
| macOS | `echo '84C9718FF3D29DA0EEE650FB2FC0625549A05CD1228AC253DBB92C8B1D9F1D11 XMDEClientAnalyzer.zip'| shasum -a 256 -c` |
101+
| Linux | `echo '07E6A7B89E28A78309D5B6F1E25E4CDFBA9CA141450E422D76441C03AD3477E7 XMDEClientAnalyzer.zip| sha256sum -c` |
102+
| macOS | `echo '07E6A7B89E28A78309D5B6F1E25E4CDFBA9CA141450E422D76441C03AD3477E7 XMDEClientAnalyzer.zip| shasum -a 256 -c` |
103103

104104
3. Extract the contents of `XMDEClientAnalyzer.zip` on the machine.
105105

@@ -132,19 +132,19 @@ The tool currently requires Python version 3 or later to be installed on your de
132132
```bash
133133
xattr -c MDESupportTools
134134
```
135-
135+
136136
Otherwise you might get the following warning:
137-
137+
138138
"You might get a "MDESupportTool" Not Opened
139-
139+
140140
Apple couldn't verify "MDESupportTool" is free of malware that might harm your Mac or compromise your privacy"
141-
141+
142142
8. To collect actual diagnostic package and generate the result archive file, run again as root:
143143

144144
```bash
145145
sudo ./mde_support_tool.sh -d
146146
```
147-
147+
148148
> [!TIP]
149149
> Watch this video to learn more about onboarding issues: [Defender for Endpoint client analyzer onboarding issues](https://www.youtube.com/watch?v=HdhePgMBqs8)
150150

0 commit comments

Comments
 (0)