Skip to content

[AutoPublish] main to live - 05/02 10:31 PDT | 05/02 23:01 IST #3989

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 2, 2025
Merged
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
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/grouppolicy/Set-GPRegistryValue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand Down
7 changes: 5 additions & 2 deletions docset/winserver2025-ps/defender/Set-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2025-ps/failoverclusters/Start-Cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions docset/winserver2025-ps/smbshare/Set-SmbServerConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down