Skip to content

Commit de1a90d

Browse files
authored
Merge pull request #4709 from zeeshan1995/patch-6
Ship clientAnalyzer with MDE
2 parents 5cfa5b1 + 3a9fb71 commit de1a90d

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

defender-endpoint/run-analyzer-linux.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,25 @@ If you have issues with Microsoft Defender for Endpoint on Linux and need suppor
3636
3737
## Running the binary version of the client analyzer
3838

39+
### Run ClientAnalyzer binary shipped MDE:
40+
> [!NOTE]
41+
> Starting with the Defender for Endpoint version `101.25062.0000`, the Client Analyzer is shipped with agent. It can be found at the location `/opt/microsoft/mdatp/conf/client_analyzer/binary`
42+
43+
To run this client analyzer follow the steps:
44+
1. Go to directory `/opt/microsoft/mdatp/conf/client_analyzer/binary`:
45+
46+
```bash
47+
cd /opt/microsoft/mdatp/conf/client_analyzer/binary
48+
```
49+
2. Run the tool as _root_ to generate diagnostic package:
50+
51+
```bash
52+
sudo ./MDESupportTool -d
53+
```
54+
### Download and run ClientAnalyzer binary
55+
56+
Follow the below steps if you are using Defender for Endpoint older than `101.25062.0000`
57+
3958
1. Download the [XMDE Client Analyzer Binary](https://aka.ms/XMDEClientAnalyzerBinary) tool to the Linux machine that you're to investigating. If you're using a terminal, download the tool by entering the following command:
4059

4160
```bash
@@ -86,6 +105,29 @@ If you have issues with Microsoft Defender for Endpoint on Linux and need suppor
86105
> [!WARNING]
87106
> 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, we recommend that you install the packages into a user PIP environment.
88107
108+
### Run ClientAnalyzer python version shipped MDE
109+
> [!NOTE]
110+
> Starting with the Defender for Endpoint version `101.25062.0000`, the Client Analyzer is shipped with agent. It can be found at the location `/opt/microsoft/mdatp/conf/client_analyzer/python`
111+
112+
To run this client analyzer follow the steps:
113+
1. Go to directory `/opt/microsoft/mdatp/conf/client_analyzer/python`:
114+
115+
```bash
116+
cd /opt/microsoft/mdatp/conf/client_analyzer/python
117+
```
118+
2. Run as a root user to install required dependencies.
119+
120+
```bash
121+
sudo ./mde_support_tool.sh
122+
```
123+
3. To collect the diagnostic package and generate the result archive file, run again as root.
124+
125+
```bash
126+
sudo ./mde_support_tool.sh -d
127+
```
128+
129+
### Download and run ClientAnalyzer python version
130+
89131
1. Download the [XMDE Client Analyzer](https://aka.ms/XMDEClientAnalyzer) tool on the Linux machine you need to investigate. If you're using a terminal, download the tool by entering the following command:
90132
91133
```bash

0 commit comments

Comments
 (0)