Command Update

There was an issue with the command arguments. Made adjustments in the command. 

Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/8721
This commit is contained in:
ImranHabib
2020-12-11 17:44:34 +05:00
committed by GitHub
parent 85f3b99a5c
commit 7b738c749e

View File

@ -97,7 +97,7 @@ The following table lists commands for some of the most common scenarios. Run `m
|Configuration |Turn on/off cloud protection |`mdatp config cloud --value [enabled|disabled]` |
|Configuration |Turn on/off product diagnostics |`mdatp config cloud-diagnostic --value [enabled|disabled]` |
|Configuration |Turn on/off automatic sample submission |`mdatp config cloud-automatic-sample-submission [enabled|disabled]` |
|Configuration |Turn on/off AV passive mode |`mdatp config passive-mode [enabled|disabled]` |
|Configuration |Turn on/off AV passive mode |`mdatp config passive-mode --value [enabled|disabled]` |
|Configuration |Add/remove an antivirus exclusion for a file extension |`mdatp exclusion extension [add|remove] --name [extension]` |
|Configuration |Add/remove an antivirus exclusion for a file |`mdatp exclusion file [add|remove] --path [path-to-file]` |
|Configuration |Add/remove an antivirus exclusion for a directory |`mdatp exclusion folder [add|remove] --path [path-to-directory]` |