File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -368,18 +368,19 @@ mdatp exclusion process remove --name cat --scope epp
368
368
Process exclusion removed successfully
369
369
```
370
370
371
- - Add an exclusion for a second process:
371
+ #### Example 7: Add an exclusion for a second process
372
372
373
- ``` bash
374
- mdatp exclusion process add --name cat --scope epp
375
- mdatp exclusion process add --path /usr/bin/dog --scope global
376
- ```
373
+ You can add an exclusion for a second process.
377
374
378
- ` ` ` console
379
- Process exclusion configured successfully
380
- ` ` `
381
-
375
+ ``` bash
376
+ mdatp exclusion process add --name cat --scope epp
377
+ mdatp exclusion process add --path /usr/bin/dog --scope global
378
+ ```
382
379
380
+ ``` console
381
+ Process exclusion configured successfully
382
+ ```
383
+
383
384
## Validate exclusions lists with the EICAR test file
384
385
385
386
You can validate that your exclusion lists are working by using ` curl ` to download a test file.
You can’t perform that action at this time.
0 commit comments