File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -200,25 +200,25 @@ or if your Linux server has internet access use wget to download the file
200
200
wget --quiet -O XMDEClientAnalyzerBinary.zip https://aka.ms/XMDEClientAnalyzerBinary
201
201
```
202
202
203
- 1 . Unzip the file that is downloaded, and then of the extracted files unzip again the SupportToolLinuxBinary.zip
203
+ 2 . Unzip the file that is downloaded, and then of the extracted files unzip again the SupportToolLinuxBinary.zip
204
204
205
205
206
206
``` bash
207
207
unzip -q XMDEClientAnalyzerBinary.zip -d XMDEClientAnalyzerBinary
208
208
209
209
```
210
210
211
- 1 . Run the binary
211
+ 3 . Run the binary
212
212
213
213
```
214
214
sudo ./MDESupportTool -d --mdatp-log debug
215
215
```
216
216
217
- 1 . 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
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
218
218
219
- 1 . The log set will be owned by root user so you may need root privileges to remove the log set
219
+ 5 . The log set will be owned by root user so you may need root privileges to remove the log set
220
220
221
- 1 . Upload the file for the support engineer
221
+ 6 . Upload the file for the support engineer
222
222
223
223
Details:
224
224
You can’t perform that action at this time.
0 commit comments