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
6. Run as a nonroot user to install required dependencies:
124
+
1. Run as a nonroot user to install required dependencies:
125
125
126
126
```bash
127
127
./mde_support_tool.sh
128
128
```
129
129
130
-
7. When you download files on macOS, it automatically adds a new extended attribute called com.apple.quarantine which is scanned by Gatekeeper. Before running, you'll want to remove this extended attribute:
130
+
1. When you download files on macOS, it automatically adds a new extended attribute called com.apple.quarantine which is scanned by Gatekeeper. Before running, you'll want to remove this extended attribute:
131
131
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
-
142
-
8. To collect actual diagnostic package and generate the result archive file, run again as root:
141
+
142
+
1. 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