mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
Merged PR 13293: Added new MpCmdRun command line options
Added new MpCmdRun command line options
This commit is contained in:
commit
269654326e
@ -11,7 +11,7 @@ ms.pagetype: security
|
|||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
author: andreabichsel
|
author: andreabichsel
|
||||||
ms.author: v-anbic
|
ms.author: v-anbic
|
||||||
ms.date: 09/03/2018
|
ms.date: 12/10/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# Configure and manage Windows Defender Antivirus with the mpcmdrun.exe command-line tool
|
# Configure and manage Windows Defender Antivirus with the mpcmdrun.exe command-line tool
|
||||||
@ -37,16 +37,20 @@ MpCmdRun.exe [command] [-options]
|
|||||||
|
|
||||||
Command | Description
|
Command | Description
|
||||||
:---|:---
|
:---|:---
|
||||||
\- ? **or** -h | Displays all available options for the tool
|
\-? **or** -h | Displays all available options for this tool
|
||||||
\-Scan [-ScanType #] [-File <path> [-DisableRemediation] [-BootSectorScan]][-Timeout <days>] | Scans for malicious software
|
\-Scan [-ScanType #] [-File <path> [-DisableRemediation] [-BootSectorScan]] [-Timeout <days>] [-Cancel] | Scans for malicious software
|
||||||
\-Trace [-Grouping #] [-Level #]| Starts diagnostic tracing
|
\-Trace [-Grouping #] [-Level #] | Starts diagnostic tracing
|
||||||
\-GetFiles | Collects support information
|
\-GetFiles | Collects support information
|
||||||
\-RemoveDefinitions [-All] | Restores the installed signature definitions to a previous backup copy or to the original default set of signatures
|
\-GetFilesDiagTrack | Same as Getfiles but outputs to temporary DiagTrack folder
|
||||||
\-AddDynamicSignature [-Path] | Loads a dynamic signature
|
\-RemoveDefinitions [-All] | Restores the installed signature definitions to a previous backup copy or to the original default set of signatures
|
||||||
\-ListAllDynamicSignature [-Path] | Lists the loaded dynamic signatures
|
\-RemoveDefinitions [-DynamicSignatures] | Removes only the dynamically downloaded signatures
|
||||||
\-RemoveDynamicSignature [-SignatureSetID] | Removes a dynamic signature
|
\-SignatureUpdate [-UNC \| -MMPC] | Checks for new definition updates
|
||||||
\-ValidateMapsConnection | Used to validate connection to the [cloud-delivered protection service](configure-network-connections-windows-defender-antivirus.md)
|
\-Restore [-ListAll \| [[-Name <name>] [-All] \| [-FilePath <filePath>]] [-Path <path>]] | Restores or lists quarantined item(s)
|
||||||
\-SignatureUpdate [-UNC [-Path <path>]] | Checks for new definition updates
|
\-AddDynamicSignature [-Path] | Loads a dynamic signature
|
||||||
|
\-ListAllDynamicSignatures | Lists the loaded dynamic signatures
|
||||||
|
\-RemoveDynamicSignature [-SignatureSetID] | Removes a dynamic signature
|
||||||
|
\-CheckExclusion -path <path> | Checks whether a path is excluded
|
||||||
|
|
||||||
|
|
||||||
## Related topics
|
## Related topics
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user