Skip to content

Commit 5c79b4a

Browse files
authored
Fix typos and improve formatting in documentation
1 parent 0d0b379 commit 5c79b4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

defender-endpoint/run-analyzer-linux.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ If you have issues with Microsoft Defender for Endpoint on Linux and need suppor
5959

6060
5. Two new zip files are produced:
6161

62-
- **SupportToolLinuxBinary.zip** : For all Linux devices
63-
- **SupportToolMacOSBinary.zip** : For Mac devices
62+
- **SupportToolLinuxBinary.zip**: For all Linux devices
63+
- **SupportToolMacOSBinary.zip**: For Mac devices
6464

6565
6. Unzip `SupportToolLinuxBinary.zip` file.
6666

@@ -95,7 +95,7 @@ If you have issues with Microsoft Defender for Endpoint on Linux and need suppor
9595
echo '07E6A7B89E28A78309D5B6F1E25E4CDFBA9CA141450E422D76441C03AD3477E7 XMDEClientAnalyzer.zip' | sha256sum -c
9696
```
9797
98-
3. Extract the contents of XMDEClientAnalyzer.zip on the machine.
98+
3. Extract the contents of `XMDEClientAnalyzer.zip` on the machine.
9999
100100
```bash
101101
unzip -q XMDEClientAnalyzer.zip -d XMDEClientAnalyzer
@@ -189,7 +189,7 @@ optional arguments:
189189
190190
### Diagnostics mode
191191
192-
Diagnostics mode is used to collect extensive set of machine information, such as memory, disk, MDATP logs, etc.
192+
Diagnostics mode is used to collect extensive set of machine information, such as memory, disk, and MDATP logs.
193193
This set of files gives the primary set of information required to debug any issue related to Defender For Endpoint.
194194
195195
The options supported are as follows:
@@ -344,7 +344,7 @@ The output printed on the screen shows if the URLs are reachable or not.
344344
345345
#### Collect different installation/onboarding reports
346346
347-
This mode collects installation related information like distro, system requirements, etc.
347+
This mode collects installation related information like distro and system requirements.
348348
349349
```console
350350
@@ -368,7 +368,7 @@ A single report `installation_report.json` is generated. The keys in the file ar
368368
369369
#### Exclude mode
370370
371-
This mode adds exclusions for audit-d monitoring.
371+
This mode adds exclusions for `audit-d` monitoring.
372372
373373
```console
374374

0 commit comments

Comments
 (0)