From c8d941e5429a5909e7ea56edcc4665d68ed95e71 Mon Sep 17 00:00:00 2001 From: tess-jenkins Date: Fri, 2 May 2025 09:30:26 -0700 Subject: [PATCH 1/4] Update Set-MpPreference.md (#3984) * Update Set-MpPreference.md * Update Set-MpPreference.md addressing feedback * Update docset/winserver2025-ps/defender/Set-MpPreference.md * removed note: Update Set-MpPreference.md --------- Co-authored-by: Jason Gerend --- docset/winserver2025-ps/defender/Set-MpPreference.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docset/winserver2025-ps/defender/Set-MpPreference.md b/docset/winserver2025-ps/defender/Set-MpPreference.md index ca38d594f9..12f5cfad27 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,10 @@ 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. + +> [!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. 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 f2bea1b0d03a87ca0e1c2d4c8d0934781c9b48ae Mon Sep 17 00:00:00 2001 From: Dan Upton <47370728+danupton@users.noreply.github.com> Date: Fri, 2 May 2025 09:45:56 -0700 Subject: [PATCH 2/4] Update Start-Cluster.md - Clarify behavior of -IgnorePersistentState flag (#3987) Co-authored-by: Jason Gerend --- docset/winserver2025-ps/failoverclusters/Start-Cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2025-ps/failoverclusters/Start-Cluster.md b/docset/winserver2025-ps/failoverclusters/Start-Cluster.md index d2d9d41c93..e8c07fb15d 100644 --- a/docset/winserver2025-ps/failoverclusters/Start-Cluster.md +++ b/docset/winserver2025-ps/failoverclusters/Start-Cluster.md @@ -52,7 +52,7 @@ cluster name, assuming the cluster name resource is online, can be used instead ### -IgnorePersistentState -Starts the nodes in the cluster without bringing resources online on the nodes. +Starts the nodes in the cluster without bringing resources online on the nodes. Note that this behavior will remain until the cluster is restarted or until the cluster property **IgnorePersistentStateOnStartup** is set to 0. ```yaml Type: SwitchParameter From 580c21b81d157f7657a90583f12eb5e34c519111 Mon Sep 17 00:00:00 2001 From: dodexahedron Date: Fri, 2 May 2025 09:56:56 -0700 Subject: [PATCH 3/4] Correct "maximum"->"minimum" for Smb2DialectMin (#3983) Co-authored-by: Jason Gerend --- .../smbshare/Set-SmbServerConfiguration.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docset/winserver2025-ps/smbshare/Set-SmbServerConfiguration.md b/docset/winserver2025-ps/smbshare/Set-SmbServerConfiguration.md index 4406b2464e..39bd51bf72 100644 --- a/docset/winserver2025-ps/smbshare/Set-SmbServerConfiguration.md +++ b/docset/winserver2025-ps/smbshare/Set-SmbServerConfiguration.md @@ -1017,12 +1017,12 @@ Accept wildcard characters: False This parameter specifies the minimum version of the SMB protocol to be used. Acceptable values are: -- None – There is no maximum protocol version specified, the server can use any supported version. -- SMB202 – SMB 2.0.2 is the maximum version accepted by the SMB Server -- SMB210 - SMB 2.1.0 is the maximum version accepted by the SMB Server -- SMB300 - SMB 3.0.0 is the maximum version accepted by the SMB Server -- SMB302 - SMB 3.0.2 is the maximum version accepted by the SMB Server -- SMB311 - SMB 3.1.1 is the maximum version accepted by the SMB Server +- None – There is no minimum protocol version specified, the server can use any supported version. +- SMB202 – SMB 2.0.2 is the minimum version accepted by the SMB Server +- SMB210 - SMB 2.1.0 is the minimum version accepted by the SMB Server +- SMB300 - SMB 3.0.0 is the minimum version accepted by the SMB Server +- SMB302 - SMB 3.0.2 is the minimum version accepted by the SMB Server +- SMB311 - SMB 3.1.1 is the minimum version accepted by the SMB Server ```yaml Type: Smb2DialectMin From 93986fd2fff9f5b715ad56418b50192ccc7c5128 Mon Sep 17 00:00:00 2001 From: Neal <70308716+Neal1231@users.noreply.github.com> Date: Fri, 2 May 2025 13:35:42 -0400 Subject: [PATCH 4/4] Update Set-GPRegistryValue.md (#3988) Example 1 is listed twice. I just correct the number to Example 2. Co-authored-by: Jason Gerend --- docset/winserver2022-ps/grouppolicy/Set-GPRegistryValue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/grouppolicy/Set-GPRegistryValue.md b/docset/winserver2022-ps/grouppolicy/Set-GPRegistryValue.md index 2bdd2db565..7733ab2a14 100644 --- a/docset/winserver2022-ps/grouppolicy/Set-GPRegistryValue.md +++ b/docset/winserver2022-ps/grouppolicy/Set-GPRegistryValue.md @@ -101,7 +101,7 @@ This command configures a registry-based policy setting for the registry value data type of `DWord`. This policy setting sets the Screen Saver timeout to 900 seconds (15 minutes) when Group Policy is applied on the client. -### Example 1: Configure a registry-based policy settings for multiple registry values +### Example 2: Configure a registry-based policy settings for multiple registry values ```powershell $params = @{