Skip to content

Commit 8d04f09

Browse files
authored
Merge branch 'main' into revert-4014-sai-addfolderformapping
2 parents 430d070 + 741abde commit 8d04f09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docset/winserver2022-ps/Defender/Remove-MpPreference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2112,7 +2112,7 @@ The value of this setting is ignored if both of the following conditions are tru
21122112

21132113
- The value of the **ScanOnlyIfIdleEnabled** setting is True (scan only when the computer isn't
21142114
in use).
2115-
- The value of the **DisableCpuThrottleOnIdleScans** setting is False (disable CPU throttling on
2115+
- The value of the **DisableCpuThrottleOnIdleScans** setting is True (disable CPU throttling on
21162116
idle scans).
21172117

21182118
```yaml

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -761,9 +761,9 @@ Accept wildcard characters: False
761761
Specifies whether to disable CPU throttling for scheduled scans while the device is idle. Valid
762762
values are:
763763

764-
- $true: The CPU is throttled for scheduled scans.
765-
- $false: The CPU isn't throttled for scheduled scans, regardless of the value of the
764+
- $true: The CPU isn't throttled for scheduled scans, regardless of the value of the
766765
**ScanAvgCPULoadFactor** parameter.
766+
- $false: The CPU is throttled for scheduled scans.
767767

768768
This parameter doesn't affect other types scheduled scans. Normal CPU throttling occurs on other
769769
types of scheduled scans.
@@ -2202,7 +2202,7 @@ The value of this parameter is ignored if both of the following conditions are t
22022202

22032203
- The value of the **ScanOnlyIfIdleEnabled** parameter is $true (scan only when the computer isn't
22042204
in use).
2205-
- The value of the **DisableCpuThrottleOnIdleScans** parameter is $false (disable CPU throttling on
2205+
- The value of the **DisableCpuThrottleOnIdleScans** parameter is $true (disable CPU throttling on
22062206
idle scans).
22072207

22082208
```yaml

0 commit comments

Comments
 (0)