From 6f6ac5abe6b573bbf7b267c76373dd920ab392f1 Mon Sep 17 00:00:00 2001 From: tess-jenkins Date: Mon, 28 Apr 2025 13:51:19 -0700 Subject: [PATCH 1/4] Update Set-MpPreference.md --- docset/winserver2025-ps/defender/Set-MpPreference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docset/winserver2025-ps/defender/Set-MpPreference.md b/docset/winserver2025-ps/defender/Set-MpPreference.md index ca38d594f9..89f7f338f6 100644 --- a/docset/winserver2025-ps/defender/Set-MpPreference.md +++ b/docset/winserver2025-ps/defender/Set-MpPreference.md @@ -1519,7 +1519,7 @@ Accept wildcard characters: False ``` ### -ScanScheduleQuickScanTime -Specifies the time of day, as the number of minutes after midnight, to perform a scheduled quick scan. +Specifies the time of day, as the number of minutes after midnight, to perform a daily scheduled quick scan. The time refers to the local time on the computer. If you do not specify a value for this parameter, a scheduled quick scan runs at the time specified by the **ScanScheduleOffset** parameter. That parameter has a default time of two hours after midnight. @@ -1537,7 +1537,7 @@ Accept wildcard characters: False ``` ### -ScanScheduleOffset -Configures the number of minutes after midnight to perform a scheduled scan. The time on the endpoint is used to determine the local time. If you enable this setting, a scheduled scan will run at the time specified. If you disable or don’t enable this setting, a scheduled scan runs at the default time of two hours (120 minutes) after midnight. +Configures the number of minutes after midnight to perform a scheduled scan. The time on the endpoint is used to determine the local time. If you enable this setting, a scheduled scan will run at the time specified. If you disable or don’t enable this setting, a scheduled scan runs at the default time of two hours (120 minutes) after midnight. _Recommended configuration to use when setting the time for the Weekly Scheduled Scan (alongside ScanParameters and ScanScheduleDay). This provides the more intuitive approach. If both ScanScheduleOffset and ScanScheduleTime are set, whichever configuration was edited more recently will be used to determine the time to execute the scan at._ ```yaml Type: UInt32 From 2a0fbd2ccf1ae78b755bce8b59141e9b460eb32c Mon Sep 17 00:00:00 2001 From: tess-jenkins Date: Tue, 29 Apr 2025 15:00:12 -0700 Subject: [PATCH 2/4] Update Set-MpPreference.md addressing feedback --- docset/winserver2025-ps/defender/Set-MpPreference.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docset/winserver2025-ps/defender/Set-MpPreference.md b/docset/winserver2025-ps/defender/Set-MpPreference.md index 89f7f338f6..27be5ab605 100644 --- a/docset/winserver2025-ps/defender/Set-MpPreference.md +++ b/docset/winserver2025-ps/defender/Set-MpPreference.md @@ -1537,7 +1537,9 @@ Accept wildcard characters: False ``` ### -ScanScheduleOffset -Configures the number of minutes after midnight to perform a scheduled scan. The time on the endpoint is used to determine the local time. If you enable this setting, a scheduled scan will run at the time specified. If you disable or don’t enable this setting, a scheduled scan runs at the default time of two hours (120 minutes) after midnight. _Recommended configuration to use when setting the time for the Weekly Scheduled Scan (alongside ScanParameters and ScanScheduleDay). This provides the more intuitive approach. If both ScanScheduleOffset and ScanScheduleTime are set, whichever configuration was edited more recently will be used to determine the time to execute the scan at._ +Configures the number of minutes after midnight to perform a scheduled scan. The time on the endpoint is used to determine the local time. If you enable this setting, a scheduled scan will run at the time specified. If you disable or don’t enable this setting, a scheduled scan runs at the default time of two hours (120 minutes) after midnight. + +_Note: Recommended to use ScanScheduleOffset for a more intuitive appraoch when setting the time for the Weekly Scheduled Scan (alongside ScanParameters and ScanScheduleDay). If both ScanScheduleOffset and ScanScheduleTime are set, whichever configuration was edited more recently will be used to determine the time to execute the scan at._ ```yaml Type: UInt32 From a02d5c11a5fb13430ec20c083f944e78f1b11034 Mon Sep 17 00:00:00 2001 From: Jason Gerend Date: Thu, 1 May 2025 16:30:37 -0700 Subject: [PATCH 3/4] Update docset/winserver2025-ps/defender/Set-MpPreference.md --- docset/winserver2025-ps/defender/Set-MpPreference.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docset/winserver2025-ps/defender/Set-MpPreference.md b/docset/winserver2025-ps/defender/Set-MpPreference.md index 27be5ab605..81a8a4721b 100644 --- a/docset/winserver2025-ps/defender/Set-MpPreference.md +++ b/docset/winserver2025-ps/defender/Set-MpPreference.md @@ -1539,7 +1539,8 @@ Accept wildcard characters: False ### -ScanScheduleOffset Configures the number of minutes after midnight to perform a scheduled scan. The time on the endpoint is used to determine the local time. If you enable this setting, a scheduled scan will run at the time specified. If you disable or don’t enable this setting, a scheduled scan runs at the default time of two hours (120 minutes) after midnight. -_Note: Recommended to use ScanScheduleOffset for a more intuitive appraoch when setting the time for the Weekly Scheduled Scan (alongside ScanParameters and ScanScheduleDay). If both ScanScheduleOffset and ScanScheduleTime are set, whichever configuration was edited more recently will be used to determine the time to execute the scan at._ +> [!TIP] +> We recommend using the **ScanScheduleOffset** parameter instead of the **ScanScheduleTime** parameter because it's a more intuitive way to set the time for the Weekly Scheduled Scan (in addition to the **ScanParameters** and **ScanScheduleDay** parameters). If both **ScanScheduleOffset** and **ScanScheduleTime** are set, whichever configuration was edited more recently is used to determine the time to execute the scan. ```yaml Type: UInt32 From ed095cdd7f1e82bf07934daa8b3eff9b289f9793 Mon Sep 17 00:00:00 2001 From: tess-jenkins Date: Fri, 2 May 2025 09:19:35 -0700 Subject: [PATCH 4/4] removed note: Update Set-MpPreference.md --- docset/winserver2025-ps/defender/Set-MpPreference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2025-ps/defender/Set-MpPreference.md b/docset/winserver2025-ps/defender/Set-MpPreference.md index 81a8a4721b..12f5cfad27 100644 --- a/docset/winserver2025-ps/defender/Set-MpPreference.md +++ b/docset/winserver2025-ps/defender/Set-MpPreference.md @@ -1540,7 +1540,7 @@ Accept wildcard characters: False Configures the number of minutes after midnight to perform a scheduled scan. The time on the endpoint is used to determine the local time. If you enable this setting, a scheduled scan will run at the time specified. If you disable or don’t enable this setting, a scheduled scan runs at the default time of two hours (120 minutes) after midnight. > [!TIP] -> We recommend using the **ScanScheduleOffset** parameter instead of the **ScanScheduleTime** parameter because it's a more intuitive way to set the time for the Weekly Scheduled Scan (in addition to the **ScanParameters** and **ScanScheduleDay** parameters). If both **ScanScheduleOffset** and **ScanScheduleTime** are set, whichever configuration was edited more recently is used to determine the time to execute the scan. +> We recommend using the **ScanScheduleOffset** parameter instead of the **ScanScheduleTime** parameter because it's a more intuitive way to set the time for the Weekly Scheduled Scan. If both **ScanScheduleOffset** and **ScanScheduleTime** are set, whichever configuration was edited more recently is used to determine the time to execute the scan. ```yaml Type: UInt32