Skip to content

Commit d1b141a

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

defender-endpoint/run-analyzer-macos.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,40 +94,40 @@ 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-
1. Verify the download.
97+
2. Verify the download.
9898

9999
| OS | Command |
100100
|--|--|
101101
| Linux | `echo '07E6A7B89E28A78309D5B6F1E25E4CDFBA9CA141450E422D76441C03AD3477E7 XMDEClientAnalyzer.zip| sha256sum -c` |
102102
| macOS | `echo '07E6A7B89E28A78309D5B6F1E25E4CDFBA9CA141450E422D76441C03AD3477E7 XMDEClientAnalyzer.zip| shasum -a 256 -c` |
103103

104-
1. Extract the contents of `XMDEClientAnalyzer.zip` on the machine.
104+
3. 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-
1. Change directory to the extracted location.
112+
4. Change directory to the extracted location.
113113
114114
```bash
115115
cd XMDEClientAnalyzer
116116
```
117117
118-
1. Give the tool executable permission:
118+
5. Give the tool executable permission:
119119
120120
```bash
121121
chmod a+x mde_support_tool.sh
122122
```
123123
124-
1. Run as a nonroot user to install required dependencies:
124+
6. Run as a nonroot user to install required dependencies:
125125
126126
```bash
127127
./mde_support_tool.sh
128128
```
129129
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:
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:
131131

132132
```bash
133133
xattr -c MDESupportTools
@@ -139,7 +139,7 @@ The tool currently requires Python version 3 or later to be installed on your de
139139
140140
Apple couldn't verify "MDESupportTool" is free of malware that might harm your Mac or compromise your privacy"
141141

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

0 commit comments

Comments
 (0)