Skip to content
Open
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
9 changes: 1 addition & 8 deletions docset/winserver2022-ps/Defender/Remove-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,14 +736,7 @@ Accept wildcard characters: False

### -DisableCpuThrottleOnIdleScans

Specifies whether to disable CPU throttling for scheduled scans while the device is idle. You don't
need to specify a value with this switch.

**Tip**: This switch works only if the current value of the DisableCpuThrottleOnIdleScans
property is False (enabled). If the value is already True (disabled), this switch does nothing.

This setting doesn't affect other types scheduled scans. Normal CPU throttling occurs on other
types of scheduled scans.
Indicates that the cmdlet removes whether the CPU will be throttled for scheduled scans while the device is idle.

```yaml
Type: SwitchParameter
Expand Down
10 changes: 1 addition & 9 deletions docset/winserver2022-ps/Defender/Set-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -758,15 +758,7 @@ Accept wildcard characters: False

### -DisableCpuThrottleOnIdleScans

Specifies whether to disable CPU throttling for scheduled scans while the device is idle. Valid
values are:

- $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.
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.

```yaml
Type: Boolean
Expand Down