Skip to content

Commit 51608e3

Browse files
committed
Learn Editor: Update run-analyzer-macos.md
1 parent 248375d commit 51608e3

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

defender-endpoint/run-analyzer-macos.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ 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-
2. Verify the download.
43+
1. 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-
48+
4949
2. 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:
@@ -94,57 +94,57 @@ The tool currently requires Python version 3 or later to be installed on your de
9494
wget --quiet -O XMDEClientAnalyzer.zip https://aka.ms/XMDEClientAnalyzer
9595
```
9696

97-
2. Verify the download.
97+
1. Verify the download.
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

104-
3. Extract the contents of `XMDEClientAnalyzer.zip` on the machine.
104+
1. Extract the contents of `XMDEClientAnalyzer.zip` on the machine.
105105

106106
If you're using a terminal, extract the files by using the following command:
107107
108108
```bash
109109
unzip -q XMDEClientAnalyzer.zip -d XMDEClientAnalyzer
110110
```
111111
112-
4. Change directory to the extracted location.
112+
1. Change directory to the extracted location.
113113
114114
```bash
115115
cd XMDEClientAnalyzer
116116
```
117117
118-
5. Give the tool executable permission:
118+
1. Give the tool executable permission:
119119
120120
```bash
121121
chmod a+x mde_support_tool.sh
122122
```
123123
124-
6. Run as a nonroot user to install required dependencies:
124+
1. Run as a nonroot user to install required dependencies:
125125
126126
```bash
127127
./mde_support_tool.sh
128128
```
129129
130-
7. When you download files on macOS, it automatically adds a new extended attribute called com.apple.quarantine which is scanned by Gatekeeper. Before running, you'll want to remove this extended attribute:
130+
1. When you download files on macOS, it automatically adds a new extended attribute called com.apple.quarantine which is scanned by Gatekeeper. Before running, you'll want to remove this extended attribute:
131131

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-
142-
8. To collect actual diagnostic package and generate the result archive file, run again as root:
141+
142+
1. 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)