Skip to content

Commit 77644c5

Browse files
committed
Update run-analyzer-macos-linux.md
1 parent 7917267 commit 77644c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defender-endpoint/run-analyzer-macos-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If you're using a terminal, download the tool by entering the following command:
9797
> - If your device is behind a proxy, then you can pass the proxy server as an environment variable to the `mde_support_tool.sh` script. For example: `https_proxy=https://myproxy.contoso.com:8080 ./mde_support_tool.sh"`.
9898
9999
> [!WARNING]
100-
> Running the Python-based client analyzer requires the installation of PIP packages which could cause some issues in your environment. To avoid issues from occurring, it is recommended that you install the packages into a user PIP environment.
100+
> Running the Python-based client analyzer requires the installation of PIP packages which could cause some issues in your environment. To avoid issues from occurring, it's recommended that you install the packages into a user PIP environment.
101101
102102
1. Download the [XMDE Client Analyzer](https://aka.ms/XMDEClientAnalyzer) tool to the macOS or Linux machine you need to investigate. If you're using a terminal, download the tool by running the following command:
103103
@@ -137,7 +137,7 @@ If you're using a terminal, download the tool by entering the following command:
137137
chmod a+x mde_support_tool.sh
138138
```
139139
140-
6. Run as a non-root user to install required dependencies.
140+
6. Run as a nonroot user to install required dependencies.
141141
142142
```bash
143143
./mde_support_tool.sh
@@ -214,8 +214,8 @@ optional arguments:
214214
215215
### Diagnostics mode
216216
217-
This is used to collected etensive set of machine information, such as memory, disk, MDATP logs, etc.
218-
These set of files give us primary set of information required to debug any issue related to MDE.
217+
Diagnostics mode is used to collected extensive set of machine information, such as memory, disk, MDATP logs, etc.
218+
This set of files give us primary set of information required to debug any issue related to MDE.
219219
220220
The options supported are as follows:
221221

0 commit comments

Comments
 (0)