Skip to content

Commit bb3111e

Browse files
author
denisebmsft
committed
Update Set-MpPreference.md
1 parent 870ae67 commit bb3111e

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

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

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ The acceptable values for this parameter are: integers from 5 through 100, and t
866866
Windows Defender doesn’t exceed the percentage of CPU usage that you specify.
867867
The default value is 50.
868868

869-
Note: This limit is not a hard limit but rather a guidance for the scanning engine to not exceed this maximum on average.
869+
Note: This limit isn’t a hard limit but rather guidance for the scanning engine to not exceed this maximum on average.
870870

871871
Note: Manually run scans will ignore this setting and run without any CPU limits.
872872

@@ -883,8 +883,8 @@ Accept wildcard characters: False
883883
```
884884

885885
### -ScanOnlyIfIdleEnabled
886-
Indicates whether to start scheduled scans only when the computer is not in use.
887-
If you specify a value of `$True` or do not specify a value, Windows Defender runs schedules scans when the computer is on, but not in use.
886+
Indicates whether to start scheduled scans only when the computer isn’t in use.
887+
If you specify a value of `$True` or don’t specify a value, Windows Defender runs schedules scans when the computer is on, but not in use.
888888

889889
```yaml
890890
Type: Boolean
@@ -905,7 +905,7 @@ The acceptable values for this parameter are:
905905
- 1: Quick scan
906906
- 2: Full scan
907907

908-
If you do not specify this parameter, Windows Defender uses the default value of quick scan.
908+
If you don’t specify this parameter, Windows Defender uses the default value of quick scan.
909909

910910
```yaml
911911
Type: ScanType
@@ -923,8 +923,8 @@ Accept wildcard characters: False
923923
### -ScanPurgeItemsAfterDelay
924924
Specifies the number of days to keep items in the scan history folder.
925925
After this time, Windows Defender removes the items.
926-
If you specify a value of zero, Windows Defender does not remove items.
927-
If you do not specify a value, Windows Defender removes items from the scan history folder after the default length of time, which is 15 days.
926+
If you specify a value of zero, Windows Defender doesn’t remove items.
927+
If you don’t specify a value, Windows Defender removes items from the scan history folder after the default length of time, which is 15 days.
928928

929929
```yaml
930930
Type: UInt32
@@ -954,7 +954,7 @@ The acceptable values for this parameter are:
954954
- 8: Never
955955

956956
The default value is 8, never.
957-
If you specify a value of 8 or do not specify a value, Windows Defender does not perform scheduled scans.
957+
If you specify a value of 8 or don’t specify a value, Windows Defender doesn’t perform scheduled scans.
958958

959959
```yaml
960960
Type: Day
@@ -972,7 +972,7 @@ Accept wildcard characters: False
972972
### -ScanScheduleQuickScanTime
973973
Specifies the time of day, as the number of minutes after midnight, to perform a scheduled quick scan.
974974
The time refers to the local time on the computer.
975-
If you do not specify a value for this parameter, a scheduled quick scan runs at the time specified by the **ScanScheduleOffset** parameter.
975+
If you don’t specify a value for this parameter, a scheduled quick scan runs at the time specified by the **ScanScheduleOffset** parameter.
976976
That parameter has a default time of two hours after midnight.
977977

978978
```yaml
@@ -991,7 +991,7 @@ Accept wildcard characters: False
991991
This setting is discontinued and replaced with -ScanScheduleOffset as of the January 2022 (version 4.18.2201.X) update to Microsoft Defender Antivirus.
992992

993993
### -ScanScheduleOffset
994-
Configures the number of minutes after midnight to perform a scheduled scan. The time on the endpoint is used to determine the local time. If you enable this setting, a scheduled scan will run at the time specified. If you disable or do not enable this setting, a scheduled scan runs at the default time of two hours (120 minutes) after midnight.
994+
Configures the number of minutes after midnight to perform a scheduled scan. The time on the endpoint is used to determine the local time. If you enable this setting, a scheduled scan will run at the time specified. If you disable or don’t enable this setting, a scheduled scan runs at the default time of two hours (120 minutes) after midnight.
995995

996996
```yaml
997997
Type: UInt32
@@ -1008,9 +1008,9 @@ Accept wildcard characters: False
10081008
### -ServiceHealthReportInterval
10091009
This policy setting configures the time interval (in minutes) for the service health reports to be sent from endpoints.
10101010

1011-
If you do not configure this setting, the default value will be applied. The default value is set at 60 minutes (one hour).
1011+
If you don’t configure this setting, the default value will be applied. The default value is set at 60 minutes (one hour).
10121012
If you configure this setting to 0, no service health reports will be sent.
1013-
The maximum value allowed to be set is 14400 minutes (ten days).
1013+
The maximum value allowed to be set is 14400 minutes (10 days).
10141014

10151015
```yaml
10161016
Type: UInt32
@@ -1064,7 +1064,7 @@ Specifies file-share sources for definition updates.
10641064
Specify sources as a bracketed sequence of Universal Naming Convention (UNC) locations, separated by the pipeline symbol; for example, { \\\\Server01\Share01 | \\\\Server02\Share02 | \\\\Server03\Share03}.
10651065
If you specify a value for this parameter, Windows Defender attempts to connect to the shares in the order that you specify.
10661066
After Windows Defender updates a definition, it stops attempting to connect to shares on the list.
1067-
If you do not specify a value for this parameter, the list is empty.
1067+
If you don’t specify a value for this parameter, the list is empty.
10681068

10691069
```yaml
10701070
Type: String
@@ -1080,7 +1080,7 @@ Accept wildcard characters: False
10801080

10811081
### -SignatureDisableUpdateOnStartupWithoutEngine
10821082
Indicates whether to initiate definition updates even if no antimalware engine is present.
1083-
If you specify a value of `$True` or do not specify a value, Windows Defender does not initiate definition updates on startup.
1083+
If you specify a value of `$True` or don’t specify a value, Windows Defender doesn’t initiate definition updates on startup.
10841084
If you specify a value of $False, and if no antimalware engine is present, Windows Defender initiates definition updates on startup.
10851085

10861086
```yaml
@@ -1097,7 +1097,7 @@ Accept wildcard characters: False
10971097

10981098
### -SignatureFallbackOrder
10991099
Specifies the order in which to contact different definition update sources.
1100-
Specify the types of update sources in the order in which you want Windows Defender to contact them, enclosed in braces and separated by the pipeline symbol; for example, { InternalDefinitionUpdateServer | MicrosoftUpdateServer | MMPC }.
1100+
Specify the types of update sources in the order in which you want Windows Defender to contact them, enclosed in braces and separated by the pipeline symbol; for example, `{ InternalDefinitionUpdateServer | MicrosoftUpdateServer | MMPC }`.
11011101
The values that you can specify in the string are:
11021102

11031103
- InternalDefinitionUpdateServer
@@ -1109,7 +1109,7 @@ MMPC refers to Microsoft Malware Protection Center.
11091109

11101110
If you specify a value for this parameter, Windows Defender contacts the definition update sources in the specified order.
11111111
After Windows Defender downloads definition updates from a source, it stops attempting to connect to other sources.
1112-
If you do not specify a value for this parameter, Windows Defender contacts sources in the default order of { MicrosoftUpdateServer | MMPC }.
1112+
If you don’t specify a value for this parameter, Windows Defender contacts sources in the default order of { MicrosoftUpdateServer | MMPC }.
11131113

11141114
```yaml
11151115
Type: String
@@ -1156,7 +1156,7 @@ The acceptable values for this parameter are:
11561156
- 8: Never
11571157

11581158
The default value is 8, never.
1159-
If you specify a value of 8 or do not specify a value, Windows Defender checks for definition updates by using a default frequency.
1159+
If you specify a value of 8 or don’t specify a value, Windows Defender checks for definition updates by using a default frequency.
11601160

11611161
```yaml
11621162
Type: Day
@@ -1174,7 +1174,7 @@ Accept wildcard characters: False
11741174
### -SignatureScheduleTime
11751175
Specifies the time of day, as the number of minutes after midnight, to check for definition updates.
11761176
The time refers to the local time on the computer.
1177-
If you do not specify a value for this parameter, Windows Defender checks for definition updates at the default time of 15 minutes before the scheduled scan time.
1177+
If you don’t specify a value for this parameter, Windows Defender checks for definition updates at the default time of 15 minutes before the scheduled scan time.
11781178

11791179
```yaml
11801180
Type: DateTime
@@ -1190,7 +1190,7 @@ Accept wildcard characters: False
11901190

11911191
### -SignatureUpdateCatchupInterval
11921192
Specifies the number of days after which Windows Defender requires a catch-up definition update.
1193-
If you do not specify a value for this parameter, Windows Defender requires a catch-up definition update after the default value of one day.
1193+
If you don’t specify a value for this parameter, Windows Defender requires a catch-up definition update after the default value of one day.
11941194

11951195
```yaml
11961196
Type: UInt32
@@ -1208,7 +1208,7 @@ Accept wildcard characters: False
12081208
### -SignatureUpdateInterval
12091209
Specifies the interval, in hours, at which to check for definition updates.
12101210
The acceptable values for this parameter are: integers from 1 through 24.
1211-
If you do not specify a value for this parameter, Windows Defender checks at the default interval.
1211+
If you don’t specify a value for this parameter, Windows Defender checks at the default interval.
12121212
You can use this parameter instead of the **SignatureScheduleDay** parameter and **SignatureScheduleTime** parameter.
12131213

12141214
```yaml
@@ -1226,7 +1226,7 @@ Accept wildcard characters: False
12261226
### -SubmitSamplesConsent
12271227
Specifies how Windows Defender checks for user consent for certain samples.
12281228
If consent has previously been granted, Windows Defender submits the samples.
1229-
Otherwise, if the **MAPSReporting** parameter does not have a value of Disabled, Windows Defender prompts the user for consent.
1229+
Otherwise, if the **MAPSReporting** parameter doesn’t have a value of Disabled, Windows Defender prompts the user for consent.
12301230
The acceptable values for this parameter are:
12311231

12321232
- 0: Always prompt
@@ -1311,7 +1311,7 @@ Accept wildcard characters: False
13111311
### -UILockdown
13121312
Indicates whether to disable UI lockdown mode.
13131313
If you specify a value of $True, Windows Defender disables UI lockdown mode.
1314-
If you specify `$False` or do not specify a value, UI lockdown mode is enabled.
1314+
If you specify `$False` or don’t specify a value, UI lockdown mode is enabled.
13151315

13161316
```yaml
13171317
Type: Boolean
@@ -1347,7 +1347,7 @@ Accept wildcard characters: False
13471347
```
13481348

13491349
### CommonParameters
1350-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
1350+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
13511351

13521352
## INPUTS
13531353

0 commit comments

Comments
 (0)