Skip to content

Commit 2c377b9

Browse files
authored
Update run-analyzer-linux.md
1 parent d98bc95 commit 2c377b9

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

defender-endpoint/run-analyzer-linux.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The Python version of the client analyzer accepts command line parameters to per
163163

164164
```
165165

166-
#### Rung the client analyzer script
166+
#### Run the client analyzer script
167167

168168
> [!NOTE]
169169
> If you have an active live response session you can skip Step 1.
@@ -191,34 +191,29 @@ This section provides instructions on how to run the tool locally on the Linux m
191191

192192
#### Summary:
193193

194-
1. Obtain from [https://aka.ms/xmdeclientanalyzerbinary](https://aka.ms/xmdeclientanalyzerbinary)
194+
1. Obtain from [https://aka.ms/xmdeclientanalyzerbinary](https://aka.ms/xmdeclientanalyzerbinary). Or, if your Linux server has internet access use `wget` to download the file:
195195

196-
or if your Linux server has internet access use wget to download the file
197-
198-
199-
```bash
200-
wget --quiet -O XMDEClientAnalyzerBinary.zip https://aka.ms/XMDEClientAnalyzerBinary
201-
```
196+
```bash
197+
wget --quiet -O XMDEClientAnalyzerBinary.zip https://aka.ms/XMDEClientAnalyzerBinary
198+
```
202199

203200
2. Unzip the file that is downloaded, and then of the extracted files unzip again the SupportToolLinuxBinary.zip
204201

205-
206-
```bash
207-
unzip -q XMDEClientAnalyzerBinary.zip -d XMDEClientAnalyzerBinary
208-
209-
```
202+
```bash
203+
unzip -q XMDEClientAnalyzerBinary.zip -d XMDEClientAnalyzerBinary
204+
```
210205

211206
3. Run the binary
212207

213208
```
214209
sudo ./MDESupportTool -d --mdatp-log debug
215210
```
216211

217-
4. Follow the on-screen instructions and then follow up with at the end of the log collection, the logs will be located in the /tmp directory
212+
4. Follow the on-screen instructions and then follow up with at the end of the log collection, the logs will be located in the `/tmp` directory.
218213

219-
5. The log set will be owned by root user so you may need root privileges to remove the log set
214+
5. The log set will be owned by root user so you may need root privileges to remove the log set.
220215

221-
6. Upload the file for the support engineer
216+
6. Upload the file for the support engineer.
222217

223218
#### Details:
224219

0 commit comments

Comments
 (0)