You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/run-analyzer-macos-linux.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ If you're using a terminal, download the tool by entering the following command:
97
97
> - 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"`.
98
98
99
99
> [!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.
101
101
102
102
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:
103
103
@@ -137,7 +137,7 @@ If you're using a terminal, download the tool by entering the following command:
137
137
chmod a+x mde_support_tool.sh
138
138
```
139
139
140
-
6. Run as a non-root user to install required dependencies.
140
+
6. Run as a nonroot user to install required dependencies.
141
141
142
142
```bash
143
143
./mde_support_tool.sh
@@ -214,8 +214,8 @@ optional arguments:
214
214
215
215
### Diagnostics mode
216
216
217
-
This is used to collected etensiveset of machine information, such as memory, disk, MDATP logs, etc.
218
-
Theseset 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.
0 commit comments