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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,13 +58,13 @@ Follow the below steps if you are using Defender for Endpoint older than `101.25
58
58
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:
3. Extract the contents of `XMDEClientAnalyzerBinary.zip` on the machine.
@@ -81,13 +81,13 @@ Follow the below steps if you are using Defender for Endpoint older than `101.25
81
81
82
82
5. Two new zip files are produced:
83
83
84
-
- **SupportToolLinuxBinary.zip**: For all Linux devices
85
-
- **SupportToolMacOSBinary.zip**: For Mac devices
84
+
- **SupportToolLinuxamd64Binary.zip**: For x86 Linux devices
85
+
- **SupportToolLinuxarm64Binary.zip**: For ARM Linux devices
86
86
87
-
6. Unzip `SupportToolLinuxBinary.zip` file.
87
+
6. Unzip the sepecific zip based on your Linux OS architecture. For example, we will be using `SupportToolLinuxamd64Binary.zip` file.
88
88
89
89
```bash
90
-
unzip -q SupportToolLinuxBinary.zip
90
+
unzip -q SupportToolLinuxamd64Binary.zip
91
91
```
92
92
7. Run the tool as _root_ to generate diagnostic package:
93
93
@@ -131,25 +131,25 @@ To run this client analyzer follow the steps:
131
131
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:
0 commit comments