Skip to content
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

Publish main to live, 04/19, 3:30 PM IST #3810

Merged
merged 5 commits into from
Apr 19, 2024
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
24 changes: 22 additions & 2 deletions docset/winserver2025-ps/smbshare/Reset-SmbClientConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Reset-SmbClientConfiguration [-All] [-AuditInsecureGuestLogon]
[-CompressibilitySampling] [-ConnectionCountPerRssNetworkInterface] [-DirectoryCacheEntriesMax]
[-DirectoryCacheEntrySizeMax] [-DirectoryCacheLifetime] [-DisableCompression] [-DormantFileLimit]
[-EnableBandwidthThrottling] [-EnableByteRangeLockingOnReadOnlyFiles] [-EnableLargeMtu]
[-EnableLoadBalanceScaleOut] [-EnableMailslots] [-EnableMultiChannel] [-EncryptionCiphers]
[-ExtendedSessionTimeout] [-FileInfoCacheEntriesMax] [-FileInfoCacheLifetime]
[-EnableLoadBalanceScaleOut] [-EnableMailslots] [-EnableMultiChannel] [-EnableSMBQUIC]
[-EncryptionCiphers] [-ExtendedSessionTimeout] [-FileInfoCacheEntriesMax] [-FileInfoCacheLifetime]
[-FileNotFoundCacheEntriesMax] [-FileNotFoundCacheLifetime] [-ForceSMBEncryptionOverQuic]
[-InvalidAuthenticationCacheLifetime] [-KeepConn] [-MaxCmds] [-MaximumConnectionCountPerServer]
[-OplocksDisabled] [-RequestCompression] [-RequireEncryption] [-SessionTimeout]
Expand All @@ -36,6 +36,10 @@ Reset-SmbClientConfiguration [-All] [-AuditInsecureGuestLogon]
The `Reset-SmbClientConfiguration` cmdlet resets SMB client configuration parameters to their
default values.

> [!NOTE]
> The **EnableSMBQUIC** parameter is available starting with Windows 11 Insider Preview
> build 26090 and later.

## EXAMPLES

### Example 1: Reset the large MTU behavior
Expand Down Expand Up @@ -378,6 +382,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -EnableSMBQUIC

Resets the SMB over QUIC client protocol to its default value.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -EncryptionCiphers

Resets the encryption ciphers used by the SMB client to its default value and order.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ Accept wildcard characters: False

### -EnableSMB2Protocol

Resets whether the SMB2 protocol is enabled to its default value.
Resets the SMB2 protocol to its default value.

```yaml
Type: SwitchParameter
Expand All @@ -455,7 +455,7 @@ Accept wildcard characters: False

### -EnableSMBQUIC

Resets whether the SMB over QUIC protocol is enabled to its default value.
Resets the SMB over QUIC protocol to its default value.

```yaml
Type: SwitchParameter
Expand Down
34 changes: 27 additions & 7 deletions docset/winserver2025-ps/smbshare/Set-SmbClientConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Set-SmbClientConfiguration [-AuditInsecureGuestLogon <Boolean>]
[-EnableBandwidthThrottling <Boolean>] [-EnableByteRangeLockingOnReadOnlyFiles <Boolean>]
[-EnableCompressibilitySampling <Boolean>] [-EnableInsecureGuestLogons <Boolean>]
[-EnableLargeMtu <Boolean>] [-EnableLoadBalanceScaleOut <Boolean>] [-EnableMailslots <Boolean>]
[-EnableMultiChannel <Boolean>] [-EnableSecuritySignature <Boolean>] [-EncryptionCiphers <String>]
[-ExtendedSessionTimeout <UInt32>] [-FileInfoCacheEntriesMax <UInt32>]
[-FileInfoCacheLifetime <UInt32>] [-FileNotFoundCacheEntriesMax <UInt32>]
[-FileNotFoundCacheLifetime <UInt32>] [-ForceSMBEncryptionOverQuic <Boolean>]
[-InvalidAuthenticationCacheLifetime <UInt32>] [-KeepConn <UInt32>] [-MaxCmds <UInt32>]
[-MaximumConnectionCountPerServer <UInt32>] [-OplocksDisabled <Boolean>]
[-RequestCompression <Boolean>] [-RequireEncryption <Boolean>]
[-EnableMultiChannel <Boolean>] [-EnableSecuritySignature <Boolean>] [-EnableSMBQUIC <Boolean>]
[-EncryptionCiphers <String>] [-ExtendedSessionTimeout <UInt32>]
[-FileInfoCacheEntriesMax <UInt32>] [-FileInfoCacheLifetime <UInt32>]
[-FileNotFoundCacheEntriesMax <UInt32>] [-FileNotFoundCacheLifetime <UInt32>]
[-ForceSMBEncryptionOverQuic <Boolean>] [-InvalidAuthenticationCacheLifetime <UInt32>]
[-KeepConn <UInt32>] [-MaxCmds <UInt32>] [-MaximumConnectionCountPerServer <UInt32>]
[-OplocksDisabled <Boolean>] [-RequestCompression <Boolean>] [-RequireEncryption <Boolean>]
[-RequireSecuritySignature <Boolean>] [-SessionTimeout <UInt32>] [-SkipCertificateCheck <Boolean>]
[-Smb2DialectMax <Smb2DialectMax>] [-Smb2DialectMin <Smb2DialectMin>]
[-UseOpportunisticLocking <Boolean>] [-WindowSizeThreshold <UInt32>] [-Force]
Expand All @@ -43,6 +43,10 @@ Set-SmbClientConfiguration [-AuditInsecureGuestLogon <Boolean>]

The `Set-SmbClientConfiguration` cmdlet sets the Server Message Block (SMB) client configuration.

> [!NOTE]
> The **EnableSMBQUIC** parameter is available starting with Windows 11 Insider Preview
> build 26090 and later.

## EXAMPLES

### Example 1: Set the SMB client configuration
Expand Down Expand Up @@ -457,6 +461,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -EnableSMBQUIC

Specifies whether the SMB over QUIC client protocol is enabled.

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -EncryptionCiphers

Specifies the encryption ciphers used by the SMB client and the preferred order.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ Accept wildcard characters: False

### -EnableSMBQUIC

Specifies that the SMB over QUIC protocol is enabled.
Indicates whether the SMB over QUIC protocol is enabled.

```yaml
Type: Boolean
Expand Down