Skip to content

Commit a01ee40

Browse files
authored
Fix punctuation and capitalization in documentation
1 parent 81c4c3c commit a01ee40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defender-endpoint/command-line-arguments-microsoft-defender-antivirus.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ In our example, the MpCmdRun utility starts a full antivirus scan on the device.
5252

5353
|Command|Description|
5454
|---|---|
55-
|`-?` **or** `-h`|Displays all available options for the MpCmdRun tool|
55+
|`-?` **or** `-h`|Displays all available options for the MpCmdRun tool.|
5656
|`-Scan [-ScanType [<value>]] [-File <path> [-DisableRemediation] [-BootSectorScan] [-CpuThrottling]] [-Timeout <days>] [-Cancel]`|Scans for malicious software. Values for **ScanType** are:<p>**0** Default, according to your configuration<p>**1** Quick scan<p>**2** Full scan<p>**3** File and directory custom scan.<p>CpuThrottling runs according to policy configurations.|
57-
|`-Trace [-Grouping #] [-Level #]`|Starts diagnostic tracing|
57+
|`-Trace [-Grouping #] [-Level #]`|Starts diagnostic tracing.|
5858
|`-CaptureNetworkTrace -Path <path>`|Captures all the network input into the Network Protection service and saves it to a file at `<path>`. <br/>Supply an empty path to stop tracing.|
5959
|`-GetFiles [-SupportLogLocation <path>]`|Collects support information. See [collecting diagnostic data](collect-diagnostic-data.md).|
6060
|`-GetFilesDiagTrack`|Same as `-GetFiles`, but outputs to temporary DiagTrack folder.|
@@ -73,13 +73,13 @@ In our example, the MpCmdRun utility starts a full antivirus scan on the device.
7373
|`-TrustCheck -File <FilePath>`|Checks trust status of a file.|
7474
|`-ValidateMapsConnection`|Verifies that your network can communicate with the Microsoft Defender Antivirus cloud service. This command will only work on Windows 10, version 1703 or higher.|
7575
|`-ListCustomASR`|List the custom Azure Site Recovery rules present on this device.|
76-
|`-DisplayECSConnection`|displays URLs that Defender Core service uses to establish connection to ECS.|
76+
|`-DisplayECSConnection`|Displays URLs that Defender Core service uses to establish connection to ECS.|
7777
|`-HeapSnapshotConfig <-Enable|-Disable> [-Pid <ProcessID>]`|Enable or Disable heap snapshot (tracing) configuration for process. Replace `<ProcessID>` with the actual process ID.|
7878
|`-ResetPlatform`| Reset platform binaries back to `%ProgramFiles%\Windows Defender`.|
7979
|`-RevertPlatform`| Revert platform binaries back to the previously installed version of the Defender platform.|
8080

8181
> [!NOTE]
82-
> For the "Scan" command, the following are the default time out values for Quick or Full scans where the scan will stop at that time by default.
82+
> For the `Scan` command, the following are the default time out values for Quick or Full scans where the scan will stop at that time by default.
8383
- Scheduled Full Scans or MpCmdRun -scan: Seven day limit
8484
- Scheduled Quick Scans or MpCmdRun -scan: One day limit
8585

0 commit comments

Comments
 (0)