Skip to content

Commit 66e3e98

Browse files
authored
Merge pull request #214 from avtanshgupta/patch-1
Updating the SHA for binary version of Client Analyser
2 parents 231e73e + 898a87d commit 66e3e98

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

defender-endpoint/run-analyzer-linux.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: defender-endpoint
99
ms.subservice: linux
1010
ms.localizationpriority: medium
1111
ms.topic: troubleshooting-general
12-
ms.date: 02/24/2025
12+
ms.date: 03/12/2025
1313
ms.custom: partner-contribution
1414
ms.collection:
1515
- m365-security
@@ -42,7 +42,7 @@ If you have issues with Microsoft Defender for Endpoint on Linux and need suppor
4242
2. Verify the download.
4343

4444
```bash
45-
echo '4E96E75B16244BB25BDBF34CBB3EB596BC2E9CE368BC4E532E8AE12DF2A1E19D XMDEClientAnalyzerBinary.zip' | sha256sum -c
45+
echo 'B5EBD9AB36F2DB92C341ABEBB20A50551D08D769CB061EAFCC1A931EFACE305D XMDEClientAnalyzerBinary.zip' | sha256sum -c
4646
```
4747

4848
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
348348
349349
```console
350350
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>
354360
355361
```
356362
@@ -365,6 +371,13 @@ A single report `installation_report.json` is generated. The keys in the file ar
365371
| ------------- | ------------- |
366372
| agent_version | Version of Defender for Endpoint installed |
367373
| 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 |
368381
369382
#### Exclude mode
370383

0 commit comments

Comments
 (0)