File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,38 +40,38 @@ If you're experiencing reliability or device health issues with Microsoft Defend
40
40
wget --quiet -O XMDEClientAnalyzerBinary.zip https://go.microsoft.com/fwlink/? linkid=2297517
41
41
```
42
42
43
- 1 . Verify the download.
43
+ 2 . Verify the download.
44
44
45
45
``` bash
46
46
echo ' B5EBD9AB36F2DB92C341ABEBB20A50551D08D769CB061EAFCC1A931EFACE305D XMDEClientAnalyzerBinary.zip' | shasum -a 256 -c
47
47
```
48
48
49
- 2 . Extract the contents of ` XMDEClientAnalyzerBinary.zip ` on the machine.
49
+ 3 . Extract the contents of ` XMDEClientAnalyzerBinary.zip ` on the machine.
50
50
51
51
If you're using a terminal, extract the files by running the following command:
52
52
53
53
``` bash
54
54
unzip -q XMDEClientAnalyzerBinary.zip -d XMDEClientAnalyzerBinary
55
55
```
56
56
57
- 3 . Change to the tool's directory by running the following command:
57
+ 4 . Change to the tool's directory by running the following command:
58
58
59
59
``` bash
60
60
cd XMDEClientAnalyzerBinary
61
61
```
62
62
63
- 4 . Notice that the following two zipped files are produced:
63
+ 5 . Notice that the following two zipped files are produced:
64
64
65
65
- ` SupportToolLinuxBinary.zip ` : For all Linux devices
66
66
- ` SupportToolMacOSBinary.zip ` : For Mac devices
67
67
68
- 5 . Unzip the SupportToolMacOSBinary.zip.
68
+ 6 . Unzip the SupportToolMacOSBinary.zip.
69
69
70
70
``` bash
71
71
unzip -q SupportToolMacOSBinary.zip
72
72
```
73
73
74
- 6 . Run the tool as root to generate your diagnostic package:
74
+ 7 . Run the tool as root to generate your diagnostic package:
75
75
76
76
``` bash
77
77
sudo ./MDESupportTool -d
You can’t perform that action at this time.
0 commit comments