Skip to content

Commit fde2200

Browse files
Fix DisableCpuThrottleOnIdleScans parameter description
Align winserver2022 Defender docs with current product behavior and winserver2025 wording for idle-scan CPU throttling. Fixes #4020
1 parent f11b7f7 commit fde2200

2 files changed

Lines changed: 2 additions & 17 deletions

File tree

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -736,14 +736,7 @@ Accept wildcard characters: False
736736

737737
### -DisableCpuThrottleOnIdleScans
738738

739-
Specifies whether to disable CPU throttling for scheduled scans while the device is idle. You don't
740-
need to specify a value with this switch.
741-
742-
**Tip**: This switch works only if the current value of the DisableCpuThrottleOnIdleScans
743-
property is False (enabled). If the value is already True (disabled), this switch does nothing.
744-
745-
This setting doesn't affect other types scheduled scans. Normal CPU throttling occurs on other
746-
types of scheduled scans.
739+
Indicates that the cmdlet removes whether the CPU will be throttled for scheduled scans while the device is idle.
747740

748741
```yaml
749742
Type: SwitchParameter

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -758,15 +758,7 @@ Accept wildcard characters: False
758758

759759
### -DisableCpuThrottleOnIdleScans
760760

761-
Specifies whether to disable CPU throttling for scheduled scans while the device is idle. Valid
762-
values are:
763-
764-
- $true: The CPU isn't throttled for scheduled scans, regardless of the value of the
765-
**ScanAvgCPULoadFactor** parameter.
766-
- $false: The CPU is throttled for scheduled scans.
767-
768-
This parameter doesn't affect other types scheduled scans. Normal CPU throttling occurs on other
769-
types of scheduled scans.
761+
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.
770762

771763
```yaml
772764
Type: Boolean

0 commit comments

Comments
 (0)