Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/Defender/Remove-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2112,7 +2112,7 @@ The value of this setting is ignored if both of the following conditions are tru

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

```yaml
Expand Down
6 changes: 3 additions & 3 deletions docset/winserver2022-ps/Defender/Set-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -761,9 +761,9 @@ Accept wildcard characters: False
Specifies whether to disable CPU throttling for scheduled scans while the device is idle. Valid
values are:

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

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

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

```yaml
Expand Down
Loading