Skip to content

Commit 318a284

Browse files
authored
Fix markdown numbering and update headings
1 parent ac8a1c8 commit 318a284

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

defender-endpoint/run-analyzer-macos.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you're experiencing reliability or device health issues with Microsoft Defend
6262
- `SupportToolLinuxBinary.zip`: For all Linux devices
6363
- `SupportToolMacOSBinary.zip`: For Mac devices
6464

65-
1. Unzip the SupportToolMacOSBinary.zip.
65+
5. Unzip the SupportToolMacOSBinary.zip.
6666

6767
```bash
6868
unzip -q SupportToolMacOSBinary.zip
@@ -91,40 +91,40 @@ The tool currently requires Python version 3 or later to be installed on your de
9191
wget --quiet -O XMDEClientAnalyzer.zip https://aka.ms/XMDEClientAnalyzer
9292
```
9393

94-
1. Verify the download.
94+
2. Verify the download.
9595

9696
| OS | Command |
9797
|--|--|
9898
| Linux | `echo '84C9718FF3D29DA0EEE650FB2FC0625549A05CD1228AC253DBB92C8B1D9F1D11 XMDEClientAnalyzer.zip'| sha256sum -c` |
9999
| macOS | `echo '84C9718FF3D29DA0EEE650FB2FC0625549A05CD1228AC253DBB92C8B1D9F1D11 XMDEClientAnalyzer.zip'| shasum -a 256 -c` |
100100

101-
1. Extract the contents of `XMDEClientAnalyzer.zip` on the machine.
101+
3. Extract the contents of `XMDEClientAnalyzer.zip` on the machine.
102102

103103
If you're using a terminal, extract the files by using the following command:
104104
105105
```bash
106106
unzip -q XMDEClientAnalyzer.zip -d XMDEClientAnalyzer
107107
```
108108
109-
1. Change directory to the extracted location.
109+
4. Change directory to the extracted location.
110110
111111
```bash
112112
cd XMDEClientAnalyzer
113113
```
114114
115-
1. Give the tool executable permission:
115+
5. Give the tool executable permission:
116116
117117
```bash
118118
chmod a+x mde_support_tool.sh
119119
```
120120
121-
1. Run as a nonroot user to install required dependencies:
121+
6. Run as a nonroot user to install required dependencies:
122122
123123
```bash
124124
./mde_support_tool.sh
125125
```
126126
127-
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 will want to remove this extended attribute:
127+
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 will want to remove this extended attribute:
128128
129129
```bash
130130
xattr -c MDESupportTools
@@ -136,7 +136,7 @@ The tool currently requires Python version 3 or later to be installed on your de
136136
137137
Apple could not verify "MDESupportTool" is free of malware that may harm your Mac or compromise your privacy"
138138
139-
1. To collect actual diagnostic package and generate the result archive file, run again as root:
139+
8. To collect actual diagnostic package and generate the result archive file, run again as root:
140140
141141
```bash
142142
sudo ./mde_support_tool.sh -d
@@ -168,7 +168,8 @@ Use the following command to get the machine diagnostic.
168168
169169
Usage example: `sudo ./MDESupportTool -d`
170170
171-
NOTE: The log level autoreset feature only available in 2405 or newer client version.
171+
> [!NOTE]
172+
> The log level autoreset feature only available in 2405 or newer client version.
172173
173174
### Positional arguments
174175
@@ -220,7 +221,7 @@ Usage example `./mde_support_tool.sh trace --length 5`
220221

221222
## See also
222223

223-
### MDE on macOS troubleshooting documents:
224+
### Defender for Endpoint on macOS troubleshooting
224225

225226
[Troubleshooting mode in Microsoft Defender for Endpoint on macOS](/defender-endpoint/mac-troubleshoot-mode)
226227

0 commit comments

Comments
 (0)