Skip to content

Commit 78387f5

Browse files
authored
Merge pull request MicrosoftDocs#3622 from msbemba/patch-166
Update Set-MpPreference.md
2 parents f2189c3 + 5eb8756 commit 78387f5

File tree

3 files changed

+50
-4
lines changed

3 files changed

+50
-4
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
2929
[-SignatureDisableUpdateOnStartupWithoutEngine <Boolean>] [-SignatureFallbackOrder <String>]
3030
[-SignatureScheduleDay <Day>] [-SignatureScheduleTime <DateTime>] [-SignatureUpdateCatchupInterval <UInt32>]
3131
[-SignatureUpdateInterval <UInt32>] [-MAPSReporting <MAPSReportingType>]
32-
[-SubmitSamplesConsent <SubmitSamplesConsentType>] [-DisableAutoExclusions <Boolean>]
32+
[-SubmitSamplesConsent <SubmitSamplesConsentType>] [-DisableAutoExclusions <Boolean>] [-DisableCacheMaintenance <UInt32>]
3333
[-DisablePrivacyMode <Boolean>] [-RandomizeScheduleTaskTimes <Boolean>] [-DisableBehaviorMonitoring <Boolean>]
3434
[-DisableIntrusionPreventionSystem <Boolean>] [-DisableIOAVProtection <Boolean>]
3535
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>]
@@ -239,6 +239,21 @@ Accept pipeline input: False
239239
Accept wildcard characters: False
240240
```
241241
242+
### -DisableCacheMaintenance
243+
Defines whether the cache maintenance idle task will perform the cache maintenance or not. Allowed values are 1 - cache maintenance is disabled, and 0 - cache maintenance is enabled (default).
244+
245+
```yaml
246+
Type: Boolean
247+
Parameter Sets: (All)
248+
Aliases: dcm
249+
250+
Required: False
251+
Position: Named
252+
Default value: 0
253+
Accept pipeline input: False
254+
Accept wildcard characters: False
255+
```
256+
242257
### -DisableCatchupQuickScan
243258
Indicates whether Windows Defender runs catch-up scans for scheduled quick scans.
244259
A computer can miss a scheduled scan, usually because the computer is off at the scheduled time.

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
3333
[-SubmitSamplesConsent <SubmitSamplesConsentType>] [-DisableAutoExclusions <Boolean>]
3434
[-DisablePrivacyMode <Boolean>] [-RandomizeScheduleTaskTimes <Boolean>] [-DisableBehaviorMonitoring <Boolean>]
3535
[-DisableIntrusionPreventionSystem <Boolean>] [-DisableIOAVProtection <Boolean>]
36-
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>]
36+
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>] [-DisableCacheMaintenance <UInt32>]
3737
[-DisableCatchupFullScan <Boolean>] [-DisableCatchupQuickScan <Boolean>] [-DisableCpuThrottleOnIdleScans <Boolean>] [-DisableEmailScanning <Boolean>]
3838
[-DisableEmailScanning <Boolean>]
3939
[-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>]
@@ -275,6 +275,22 @@ Accept pipeline input: False
275275
Accept wildcard characters: False
276276
```
277277

278+
279+
### -DisableCacheMaintenance
280+
Defines whether the cache maintenance idle task will perform the cache maintenance or not. Allowed values are 1 - cache maintenance is disabled, and 0 - cache maintenance is enabled (default).
281+
282+
```yaml
283+
Type: Boolean
284+
Parameter Sets: (All)
285+
Aliases: dcm
286+
287+
Required: False
288+
Position: Named
289+
Default value: 0
290+
Accept pipeline input: False
291+
Accept wildcard characters: False
292+
```
293+
278294
### -DisableCatchupFullScan
279295
Indicates whether Windows Defender runs catch-up scans for scheduled full scans.
280296
A computer can miss a scheduled scan, usually because the computer is turned off at the scheduled time.

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

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
3737
[-MAPSReporting <MAPSReportingType>] [-SubmitSamplesConsent <SubmitSamplesConsentType>]
3838
[-DisableAutoExclusions <Boolean>] [-DisablePrivacyMode <Boolean>] [-RandomizeScheduleTaskTimes <Boolean>]
3939
[-SchedulerRandomizationTime <UInt32>] [-DisableBehaviorMonitoring <Boolean>]
40-
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>]
40+
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>] [-DisableCacheMaintenance <UInt32>]
4141
[-DisableCatchupFullScan <Boolean>] [-DisableCatchupQuickScan <Boolean>] [-DisableEmailScanning <Boolean>]
4242
[-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>]
4343
[-DisableScanningMappedNetworkDrivesForFullScan <Boolean>] [-DisableScanningNetworkFiles <Boolean>]
@@ -398,6 +398,21 @@ Accept pipeline input: False
398398
Accept wildcard characters: False
399399
```
400400

401+
### -DisableCacheMaintenance
402+
Defines whether the cache maintenance idle task will perform the cache maintenance or not. Allowed values are 1 - cache maintenance is disabled, and 0 - cache maintenance is enabled (default).
403+
404+
```yaml
405+
Type: Boolean
406+
Parameter Sets: (All)
407+
Aliases: dcm
408+
409+
Required: False
410+
Position: Named
411+
Default value: 0
412+
Accept pipeline input: False
413+
Accept wildcard characters: False
414+
```
415+
401416
### -DisableCatchupFullScan
402417
Indicates whether Windows Defender runs catch-up scans for scheduled full scans.
403418
A computer can miss a scheduled scan, usually because the computer is turned off at the scheduled time.
@@ -410,7 +425,7 @@ Aliases: dcfsc
410425
411426
Required: False
412427
Position: Named
413-
Default value: True
428+
Default value: 0
414429
Accept pipeline input: False
415430
Accept wildcard characters: False
416431
```

0 commit comments

Comments
 (0)