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
?|Matches any single character|`file?.log` includes `file1.log` and `file2.log`, but not`file123.log`
82
82
83
83
> [!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.
85
85
86
86
## How to configure the list of exclusions
87
87
88
88
### Using the management console
89
89
90
90
To configure exclusions from Puppet, Ansible, or another management console, please refer to the following sample `mdatp_managed.json`.
91
+
91
92
```JSON
92
93
{
93
94
"exclusionSettings":{
@@ -166,7 +167,7 @@ Examples:
166
167
mdatp exclusion extension remove --name .txt
167
168
```
168
169
169
-
```Output
170
+
```console
170
171
Extension exclusion removed successfully
171
172
```
172
173
@@ -203,6 +204,7 @@ Examples:
203
204
```console
204
205
File exclusion removed successfully"
205
206
```
207
+
206
208
- Add/Remove an exclusion for a folder:
207
209
208
210
```bash
@@ -221,7 +223,7 @@ Examples:
221
223
Folder exclusion removed successfully
222
224
```
223
225
224
-
```bash
226
+
```bash
225
227
mdatp exclusion folder add --path /var/log/ --scope global
0 commit comments