@@ -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 : 02/24 /2025
12
+ ms.date : 03/12 /2025
13
13
ms.custom : partner-contribution
14
14
ms.collection :
15
15
- m365-security
@@ -42,7 +42,7 @@ If you have issues with Microsoft Defender for Endpoint on Linux and need suppor
42
42
2. Verify the download.
43
43
44
44
` ` ` bash
45
- echo ' 4E96E75B16244BB25BDBF34CBB3EB596BC2E9CE368BC4E532E8AE12DF2A1E19D XMDEClientAnalyzerBinary.zip' | sha256sum -c
45
+ echo ' B5EBD9AB36F2DB92C341ABEBB20A50551D08D769CB061EAFCC1A931EFACE305D XMDEClientAnalyzerBinary.zip' | sha256sum -c
46
46
` ` `
47
47
48
48
3. Extract the contents of ` XMDEClientAnalyzerBinary.zip` on the machine.
@@ -348,9 +348,15 @@ This mode collects installation related information like distro and system requi
348
348
349
349
```console
350
350
351
- -h, --help show this help message and exit
352
- -d, --distro Check for distro support
353
- -a, --all Run all checks
351
+ -h, --help show this help message and exit
352
+ -d, --distro Check for distro support
353
+ -m, --min-requirement Check for the system info against offical minimum requirements
354
+ -e, --external-dep Check for externel package dependency
355
+ -c, --connectivity Check for connectivity for services used by MDE
356
+ -a, --all Run all checks
357
+ -o ONBOARDING_SCRIPT, --onboarding-script ONBOARDING_SCRIPT
358
+ Path to onboarding script
359
+ -g GEO, --geo GEO Geo string to test <US|UK|EU|AU|CH|IN>
354
360
355
361
```
356
362
@@ -365,6 +371,13 @@ A single report `installation_report.json` is generated. The keys in the file ar
365
371
| ------------- | ------------- |
366
372
| agent_version | Version of Defender for Endpoint installed |
367
373
| onboarding_status | The onboarding and ring info |
374
+ | support_status | MDE is supported with the current system configurations |
375
+ | distro | The distro on which the agent is installed in supported or not |
376
+ | connectivitytest | The connectivity test stratus|
377
+ | min_requirement | The minimum requirements for CPU and Memory are met|
378
+ | external_depedency | The external dependencies are satisfied or not |
379
+ | mde_health | Health status of MDE Agent|
380
+ | folder_perm | The required folder permissions are met or not |
368
381
369
382
#### Exclude mode
370
383
0 commit comments