|
1 | 1 | --- |
2 | 2 | title: Run the client analyzer on Linux |
3 | 3 | description: Run the Defender for Endpoint client analyzer on Linux |
4 | | -uthor: denisebmsft |
| 4 | +author: denisebmsft |
5 | 5 | ms.author: deniseb |
6 | 6 | manager: deniseb |
7 | 7 | ms.reviewer: yongrhee |
@@ -42,7 +42,7 @@ The XMDE Client Analyzer tool can be downloaded as a [binary](https://aka.ms/XMD |
42 | 42 |
|
43 | 43 | ### Install the XMDE Client Analyzer |
44 | 44 |
|
45 | | -Download and extract the the XMDE Client Analyzer. You can use either the binary or Python version, as follows: |
| 45 | +Download and extract the XMDE Client Analyzer. You can use either the binary or Python version, as follows: |
46 | 46 |
|
47 | 47 | - [Binary version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux) |
48 | 48 | - [Python version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux) |
@@ -279,7 +279,7 @@ This section provides instructions on how to run the tool locally on the Linux m |
279 | 279 | chmod a+x mde_support_tool.sh |
280 | 280 | ``` |
281 | 281 |
|
282 | | -6. Run as a non-root user to install required dependencies: |
| 282 | +6. Run as a nonroot user to install required dependencies: |
283 | 283 |
|
284 | 284 | ```bash |
285 | 285 | ./mde_support_tool.sh |
@@ -317,7 +317,7 @@ Use the following command to get the machine diagnostic. |
317 | 317 |
|
318 | 318 | Usage example: `sudo ./MDESupportTool -d` |
319 | 319 |
|
320 | | -NOTE: The log level auto-reset feature only available in 2405 or newer client version. |
| 320 | +NOTE: The log level autoreset feature only available in 2405 or newer client version. |
321 | 321 |
|
322 | 322 | ### Positional arguments |
323 | 323 |
|
@@ -407,9 +407,9 @@ Usage example: `sudo ./mde_support_tool.sh skipfaultyrules -e true` |
407 | 407 | | `Processes_information.txt` | Contains the details of the running Microsoft Defender for Endpoint related processes on the system. | |
408 | 408 | | `Log.txt` | Contains the same log messages written on screen during the data collection. | |
409 | 409 | | `Health.txt` | The same basic health output that is shown when running *mdatp health* command. | |
410 | | -| `Events.xml` | Additional XML file used by the analyzer when building the HTML report. | |
| 410 | +| `Events.xml` | Another XML file used by the analyzer when building the HTML report. | |
411 | 411 | | `Audited_info.txt` | Details on audited service and related components for [Linux](linux-resources.md) OS.| |
412 | | -| `perf_benchmark.tar.gz` | The performance test reports. You'll see this only if you're using the performance parameter. | |
| 412 | +| `perf_benchmark.tar.gz` | The performance test reports. You'll see this file only if you're using the performance parameter. | |
413 | 413 |
|
414 | 414 |
|
415 | 415 | ## See also |
|
0 commit comments