Skip to content

Commit 6177327

Browse files
authored
Update run-analyzer-macos.md
1 parent 76eeb37 commit 6177327

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

defender-endpoint/run-analyzer-macos.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: defender-endpoint
99
ms.subservice: macos
1010
ms.localizationpriority: medium
1111
ms.topic: troubleshooting-general
12-
ms.date: 11/01/2024
12+
ms.date: 11/15/2024
1313
ms.custom: partner-contribution
1414
ms.collection:
1515
- m365-security
@@ -126,22 +126,21 @@ The tool currently requires Python version 3 or later to be installed on your de
126126
127127
1. When you download files on macOS, it automatically adds a new extended attribut called com.apple.quarantine which is scanned by Gatekeeper. Before running, you will want to remove this extended attribute:
128128
129+
```bash
130+
xattr -c MDESupportTools
131+
```
129132
130-
```bash
131-
xattr -c MDESupportTools
132-
```
133-
134-
Otherwise you might get the following warning:
133+
Otherwise you might get the following warning:
135134
136-
"You might get a "MDESupportTool" Not Opened
135+
"You might get a "MDESupportTool" Not Opened
137136
138-
Apple could not verify "MDESupportTool" is free of malware that may harm your Mac or compromise your privacy"
137+
Apple could not verify "MDESupportTool" is free of malware that may harm your Mac or compromise your privacy"
139138
140139
1. To collect actual diagnostic package and generate the result archive file, run again as root:
141140
142-
```bash
141+
```bash
143142
sudo ./mde_support_tool.sh -d
144-
```
143+
```
145144
146145
## Command line options
147146

0 commit comments

Comments
 (0)