Skip to content

Commit e1a7e4d

Browse files
authored
Merge pull request MicrosoftDocs#3030 from Ashok-Lobo/Ashok-Lobo-6246606
Updated Set-MpPreference - task - 6246606
2 parents 315ecaa + ce9d78e commit e1a7e4d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

docset/winserver2016-ps/defender/Set-MpPreference.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
2+
description: Use this article to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: MSFT_MpPreference.cdxml-help.xml
44
Module Name: Defender
5-
ms.date: 12/20/2016
5+
ms.date: 07/14/2022
66
online version: https://docs.microsoft.com/powershell/module/defender/set-mppreference?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-MpPreference
@@ -23,7 +23,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
2323
[-ReportingNonCriticalTimeOut <UInt32>] [-ScanAvgCPULoadFactor <Byte>]
2424
[-CheckForSignaturesBeforeRunningScan <Boolean>] [-ScanPurgeItemsAfterDelay <UInt32>]
2525
[-ScanOnlyIfIdleEnabled <Boolean>] [-ScanParameters <ScanType>] [-ScanScheduleDay <Day>]
26-
[-ScanScheduleQuickScanTime <DateTime>] [-ScanScheduleTime <DateTime>] [-SignatureFirstAuGracePeriod <UInt32>]
26+
[-ScanScheduleQuickScanTime <DateTime>] [-ScanScheduleOffset <UInt32>] [-SignatureFirstAuGracePeriod <UInt32>]
2727
[-SignatureAuGracePeriod <UInt32>] [-SignatureDefinitionUpdateFileSharesSources <String>]
2828
[-SignatureDisableUpdateOnStartupWithoutEngine <Boolean>] [-SignatureFallbackOrder <String>]
2929
[-SignatureScheduleDay <Day>] [-SignatureScheduleTime <DateTime>] [-SignatureUpdateCatchupInterval <UInt32>]
@@ -58,7 +58,7 @@ The following table provides remediation action values for detected threats at l
5858
|3 |Remove the detected threat. |
5959
|6 |Allow the detected threat. |
6060
|8 |Allow the user to determine the action to take with the detected threat. |
61-
|9 |Do not take any action. |
61+
|9 |Don't take any action. |
6262
|10 |Block the detected threat. |
6363
|0 | (NULL)|Apply action based on the Security Intelligence Update (SIU). This is the default value. |
6464

@@ -76,7 +76,7 @@ This command configures preferences to check for definition updates every day.
7676
PS C:\> Set-MpPreference -SignatureScheduleTime 120
7777
```
7878

79-
This command configures preferences to check for definition updates 120 minutes after midnight on days when it is scheduled to check.
79+
This command configures preferences to check for definition updates 120 minutes after midnight on days when it's scheduled to check.
8080

8181
## PARAMETERS
8282

@@ -105,8 +105,8 @@ Accept wildcard characters: False
105105
### -CheckForSignaturesBeforeRunningScan
106106
Indicates whether to check for new virus and spyware definitions before Windows Defender runs a scan.
107107
If you specify a value of $True, Windows Defender checks for new definitions.
108-
If you specify $False or do not specify a value, the scan begins with existing definitions.
109-
This value applies to scheduled scans and to scans that you start from the command line, but it does not affect scans that you start from the user interface.
108+
If you specify $False or don't specify a value, the scan begins with existing definitions.
109+
This value applies to scheduled scans and to scans that you start from the command line, but it doesn't affect scans that you start from the user interface.
110110
111111
```yaml
112112
Type: Boolean
@@ -204,7 +204,7 @@ Accept wildcard characters: False
204204
### -DisableCatchupFullScan
205205
Indicates whether Windows Defender runs catch-up scans for scheduled full scans.
206206
A computer can miss a scheduled scan, usually because the computer is turned off at the scheduled time.
207-
If you specify a value of $False, after the computer misses two scheduled full scans, Windows Defender runs a catch-up scan the next time someone logs on to the computer. If you specify a value of $True, the computer does not run catch-up scans for scheduled full scans.
207+
If you specify a value of $False, after the computer misses two scheduled full scans, Windows Defender runs a catch-up scan the next time someone logs on to the computer. If you specify a value of $True, the computer doesn't run catch-up scans for scheduled full scans.
208208
209209
```yaml
210210
Type: Boolean

docset/winserver2022-ps/defender/Set-MpPreference.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: The Set-MpPreference cmdlet configures preferences for Windows Defender scans and updates.
33
external help file: MSFT_MpPreference.cdxml-help.xml
44
Module Name: Defender
5-
ms.date: 04/21/2022
5+
ms.date: 07/14/2022
66
online version: https://docs.microsoft.com/powershell/module/defender/set-mppreference?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-MpPreference
@@ -23,7 +23,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
2323
[-ReportingCriticalFailureTimeOut <UInt32>] [-ReportingNonCriticalTimeOut <UInt32>]
2424
[-ScanAvgCPULoadFactor <Byte>] [-CheckForSignaturesBeforeRunningScan <Boolean>]
2525
[-ScanPurgeItemsAfterDelay <UInt32>] [-ScanOnlyIfIdleEnabled <Boolean>] [-ScanParameters <ScanType>]
26-
[-ScanScheduleDay <Day>] [-ScanScheduleQuickScanTime <DateTime>] [-ScanScheduleTime <DateTime>]
26+
[-ScanScheduleDay <Day>] [-ScanScheduleQuickScanTime <DateTime>] [-ScanScheduleOffset <UInt32>]
2727
[-SignatureFirstAuGracePeriod <UInt32>] [-SignatureAuGracePeriod <UInt32>]
2828
[-SignatureDefinitionUpdateFileSharesSources <String>]
2929
[-SignatureDisableUpdateOnStartupWithoutEngine <Boolean>] [-SignatureFallbackOrder <String>]
@@ -75,7 +75,7 @@ The following table provides remediation action values for detected threats at l
7575
|3 |Remove the detected threat. |
7676
|6 |Allow the detected threat. |
7777
|8 |Allow the user to determine the action to take with the detected threat. |
78-
|9 |Do not take any action. |
78+
|9 |Don't take any action. |
7979
|10 |Block the detected threat. |
8080
|0 | (NULL)|Apply action based on the Security Intelligence Update (SIU). This is the default value. |
8181

@@ -93,7 +93,7 @@ This command configures preferences to check for definition updates every day.
9393
PS C:\> Set-MpPreference -SignatureScheduleTime 120
9494
```
9595

96-
This command configures preferences to check for definition updates 120 minutes after midnight on days when it is scheduled to check.
96+
This command configures preferences to check for definition updates 120 minutes after midnight on days when it's scheduled to check.
9797

9898
## PARAMETERS
9999

@@ -216,8 +216,8 @@ Accept wildcard characters: False
216216
### -CheckForSignaturesBeforeRunningScan
217217
Indicates whether to check for new virus and spyware definitions before Windows Defender runs a scan.
218218
If you specify a value of $True, Windows Defender checks for new definitions.
219-
If you specify $False or do not specify a value, the scan begins with existing definitions.
220-
This value applies to scheduled scans and to scans that you start from the command line, but it does not affect scans that you start from the user interface.
219+
If you specify $False or don't specify a value, the scan begins with existing definitions.
220+
This value applies to scheduled scans and to scans that you start from the command line, but it doesn't affect scans that you start from the user interface.
221221

222222
```yaml
223223
Type: Boolean
@@ -408,7 +408,7 @@ Accept wildcard characters: False
408408
```
409409

410410
### -DisableCpuThrottleOnIdleScans
411-
Indicates whether the CPU will be throttled for scheduled scans while the device is idle. This parameter is enabled by default, thus ensuring that the CPU will not be throttled for scheduled scans performed when the device is idle, regardless of what **ScanAvgCPULoadFactor** is set to. For all other scheduled scans, this flag does not have any impact and normal throttling will occur.
411+
Indicates whether the CPU will be throttled for scheduled scans while the device is idle. This parameter is enabled by default, thus ensuring that the CPU won't be throttled for scheduled scans performed when the device is idle, regardless of what **ScanAvgCPULoadFactor** is set to. For all other scheduled scans, this flag does not have any impact and normal throttling will occur.
412412

413413
```yaml
414414
Type: Boolean

0 commit comments

Comments
 (0)