mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-07-03 19:23:51 +00:00
Add note on exclusions with wildcards
This commit is contained in:
@ -67,6 +67,9 @@ Run the following command to see the available switches for managing exclusions:
|
|||||||
mdatp exclusion
|
mdatp exclusion
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> When configuring exclusions with wildcards, enclose the parameter in double-quotes to prevent globbing.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
- Add an exclusion for a file extension:
|
- Add an exclusion for a file extension:
|
||||||
@ -96,6 +99,15 @@ Examples:
|
|||||||
Folder exclusion configured successfully
|
Folder exclusion configured successfully
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Add an exclusion for a folder with a wildcard in it:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
mdatp exclusion folder add --path "/var/*/"
|
||||||
|
```
|
||||||
|
```Output
|
||||||
|
Folder exclusion configured successfully
|
||||||
|
```
|
||||||
|
|
||||||
- Add an exclusion for a process:
|
- Add an exclusion for a process:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Reference in New Issue
Block a user