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
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
@@ -98,8 +98,8 @@ The tool currently requires Python version 3 or later to be installed on your de
98
98
99
99
| OS | Command |
100
100
|--|--|
101
-
| Linux |`echo '84C9718FF3D29DA0EEE650FB2FC0625549A05CD1228AC253DBB92C8B1D9F1D11 XMDEClientAnalyzer.zip'| sha256sum -c`|
102
-
| macOS |`echo '84C9718FF3D29DA0EEE650FB2FC0625549A05CD1228AC253DBB92C8B1D9F1D11 XMDEClientAnalyzer.zip'| shasum -a 256 -c`|
101
+
| Linux |`echo '07E6A7B89E28A78309D5B6F1E25E4CDFBA9CA141450E422D76441C03AD3477E7 XMDEClientAnalyzer.zip| sha256sum -c` |
102
+
| macOS | `echo '07E6A7B89E28A78309D5B6F1E25E4CDFBA9CA141450E422D76441C03AD3477E7 XMDEClientAnalyzer.zip| shasum -a 256 -c`|
103
103
104
104
3. Extract the contents of `XMDEClientAnalyzer.zip` on the machine.
105
105
@@ -132,19 +132,19 @@ The tool currently requires Python version 3 or later to be installed on your de
132
132
```bash
133
133
xattr -c MDESupportTools
134
134
```
135
-
135
+
136
136
Otherwise you might get the following warning:
137
-
137
+
138
138
"You might get a "MDESupportTool" Not Opened
139
-
139
+
140
140
Apple couldn't verify "MDESupportTool" is free of malware that might harm your Mac or compromise your privacy"
141
-
141
+
142
142
8. To collect actual diagnostic package and generate the result archive file, run again as root:
143
143
144
144
```bash
145
145
sudo ./mde_support_tool.sh -d
146
146
```
147
-
147
+
148
148
> [!TIP]
149
149
> Watch this video to learn more about onboarding issues: [Defender for Endpoint client analyzer onboarding issues](https://www.youtube.com/watch?v=HdhePgMBqs8)
0 commit comments