Skip to content

Commit 0f0732e

Browse files
committed
Fix broken note, code block types, indentations
1 parent 362a24e commit 0f0732e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

defender-endpoint/linux-exclusions.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,14 @@ Wildcard|Description|Examples|
8181
?|Matches any single character|`file?.log` includes `file1.log` and `file2.log`, but not`file123.log`
8282

8383
> [!NOTE]
84-
For antivirus exclusions, when using the * wildcard at the end of the path, it will match all files and subdirectories under the parent of the wildcard.
84+
> For antivirus exclusions, when using the * wildcard at the end of the path, it will match all files and subdirectories under the parent of the wildcard.
8585
8686
## How to configure the list of exclusions
8787

8888
### Using the management console
8989

9090
To configure exclusions from Puppet, Ansible, or another management console, please refer to the following sample `mdatp_managed.json`.
91+
9192
```JSON
9293
{
9394
"exclusionSettings":{
@@ -166,7 +167,7 @@ Examples:
166167
mdatp exclusion extension remove --name .txt
167168
```
168169

169-
```Output
170+
```console
170171
Extension exclusion removed successfully
171172
```
172173

@@ -203,6 +204,7 @@ Examples:
203204
```console
204205
File exclusion removed successfully"
205206
```
207+
206208
- Add/Remove an exclusion for a folder:
207209

208210
```bash
@@ -221,7 +223,7 @@ Examples:
221223
Folder exclusion removed successfully
222224
```
223225

224-
```bash
226+
```bash
225227
mdatp exclusion folder add --path /var/log/ --scope global
226228
```
227229

@@ -264,6 +266,7 @@ Examples:
264266
mdatp exclusion folder add --path "/var/" --scope epp
265267
```
266268
OR
269+
267270
```bash
268271
mdatp exclusion folder add --path "/var/*/" --scope epp
269272
```
@@ -289,7 +292,7 @@ Examples:
289292
mdatp exclusion process remove --name /usr/bin/cat --scope global
290293
```
291294

292-
```Output
295+
```console
293296
Process exclusion removed successfully
294297
```
295298

@@ -306,7 +309,7 @@ Examples:
306309
mdatp exclusion process remove --name /usr/bin/cat --scope epp
307310
```
308311

309-
```Output
312+
```console
310313
Process exclusion removed successfully
311314
```
312315

@@ -362,4 +365,5 @@ For example, to add `EICAR-Test-File (not a virus)` (the threat name associated
362365
```bash
363366
mdatp threat allowed add --name "EICAR-Test-File (not a virus)"
364367
```
368+
365369
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../includes/defender-mde-techcommunity.md)]

0 commit comments

Comments
 (0)