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-linux.md
+28-6Lines changed: 28 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.service: defender-endpoint
9
9
ms.subservice: linux
10
10
ms.localizationpriority: medium
11
11
ms.topic: troubleshooting-general
12
-
ms.date: 11/01/2024
12
+
ms.date: 01/08/2024
13
13
ms.custom: partner-contribution
14
14
ms.collection:
15
15
- m365-security
@@ -189,7 +189,7 @@ This section provides instructions on how to run the tool locally on the Linux m
189
189
190
190
### Run the binary version of the client analyzer
191
191
192
-
#### Summary:
192
+
#### Summary
193
193
194
194
1. Obtain from [https://go.microsoft.com/fwlink/?linkid=2297517](https://go.microsoft.com/fwlink/?linkid=2297517). Or, if your Linux server has internet access use `wget` to download the file:
195
195
@@ -215,7 +215,7 @@ This section provides instructions on how to run the tool locally on the Linux m
215
215
216
216
6. Upload the file for the support engineer.
217
217
218
-
#### Details:
218
+
#### Details
219
219
220
220
1. Download the [XMDE Client Analyzer Binary](https://go.microsoft.com/fwlink/?linkid=2297517) tool to the Linux machine you need to investigate.
221
221
@@ -262,7 +262,7 @@ This section provides instructions on how to run the tool locally on the Linux m
262
262
sudo ./MDESupportTool -d
263
263
```
264
264
265
-
## Rung the Python-based client analyzer
265
+
## Run the Python-based client analyzer
266
266
267
267
> [!NOTE]
268
268
> - The analyzer depends on few extra PIP packages (`decorator`, `sh`, `distro`, `lxml`, and `psutil`) which are installed in the operating system when in root to produce the result output. If not installed, the analyzer attempts to fetch it from the [official repository for Python packages](https://pypi.org/search/?q=lxml).
@@ -344,7 +344,8 @@ Use the following command to get the machine diagnostic.
344
344
345
345
Usage example: `sudo ./MDESupportTool -d`
346
346
347
-
NOTE: The log level autoreset feature only available in 2405 or newer client version.
347
+
> [!NOTE]
348
+
> The log level autoreset feature only available in 2405 or newer client version.
0 commit comments