From 428a9fd0851ebb0c4f9f4d56e556e2e9be65145c Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Wed, 2 Jul 2025 09:12:00 -0700 Subject: [PATCH] Fixed reversed DisableCpuThrottleOnIdleScans references --- docset/winserver2022-ps/Defender/Remove-MpPreference.md | 2 +- docset/winserver2022-ps/Defender/Set-MpPreference.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docset/winserver2022-ps/Defender/Remove-MpPreference.md b/docset/winserver2022-ps/Defender/Remove-MpPreference.md index d0e363150e..dcbb7977e3 100644 --- a/docset/winserver2022-ps/Defender/Remove-MpPreference.md +++ b/docset/winserver2022-ps/Defender/Remove-MpPreference.md @@ -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 diff --git a/docset/winserver2022-ps/Defender/Set-MpPreference.md b/docset/winserver2022-ps/Defender/Set-MpPreference.md index 3c1c08f635..76da847423 100644 --- a/docset/winserver2022-ps/Defender/Set-MpPreference.md +++ b/docset/winserver2022-ps/Defender/Set-MpPreference.md @@ -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. @@ -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