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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,15 @@ If you have issues with Microsoft Defender for Endpoint on Linux and need suppor
36
36
37
37
## Running the binary version of the client analyzer
38
38
39
-
### Run ClientAnalyzer binary shipped MDE:
39
+
### Run ClientAnalyzer binary shipped with MDE:
40
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`
41
+
> Starting with the Defender for Endpoint version `101.25082.0000`, the Client Analyzer is shipped with agent. It can be found at the location `/opt/microsoft/mdatp/tools/client_analyzer/binary`
42
42
43
43
To run this client analyzer follow the steps:
44
-
1. Go to directory `/opt/microsoft/mdatp/conf/client_analyzer/binary`:
44
+
1. Go to directory `/opt/microsoft/mdatp/tools/client_analyzer/binary`:
45
45
46
46
```bash
47
-
cd /opt/microsoft/mdatp/conf/client_analyzer/binary
47
+
cd /opt/microsoft/mdatp/tools/client_analyzer/binary
48
48
```
49
49
2. Run the tool as _root_ to generate diagnostic package:
50
50
@@ -105,15 +105,15 @@ Follow the below steps if you are using Defender for Endpoint older than `101.25
105
105
> [!WARNING]
106
106
> 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.
107
107
108
-
### Run ClientAnalyzer python version shipped MDE
108
+
### Run ClientAnalyzer python version shipped with MDE
109
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`
110
+
> Starting with the Defender for Endpoint version `101.25082.0000`, the Client Analyzer is shipped with agent. It can be found at the location `/opt/microsoft/mdatp/tools/client_analyzer/python`
111
111
112
112
To run this client analyzer follow the steps:
113
-
1. Go to directory `/opt/microsoft/mdatp/conf/client_analyzer/python`:
113
+
1. Go to directory `/opt/microsoft/mdatp/tools/client_analyzer/python`:
114
114
115
115
```bash
116
-
cd /opt/microsoft/mdatp/conf/client_analyzer/python
116
+
cd /opt/microsoft/mdatp/tools/client_analyzer/python
117
117
```
118
118
2. Run as a root user to install required dependencies.
0 commit comments