@@ -25,13 +25,13 @@ Set-SmbClientConfiguration [-AuditInsecureGuestLogon <Boolean>]
2525 [-EnableBandwidthThrottling <Boolean>] [-EnableByteRangeLockingOnReadOnlyFiles <Boolean>]
2626 [-EnableCompressibilitySampling <Boolean>] [-EnableInsecureGuestLogons <Boolean>]
2727 [-EnableLargeMtu <Boolean>] [-EnableLoadBalanceScaleOut <Boolean>] [-EnableMailslots <Boolean>]
28- [-EnableMultiChannel <Boolean>] [-EnableSecuritySignature <Boolean>] [-EncryptionCiphers <String >]
29- [-ExtendedSessionTimeout <UInt32 >] [-FileInfoCacheEntriesMax <UInt32>]
30- [-FileInfoCacheLifetime <UInt32>] [-FileNotFoundCacheEntriesMax <UInt32>]
31- [-FileNotFoundCacheLifetime <UInt32>] [-ForceSMBEncryptionOverQuic <Boolean >]
32- [-InvalidAuthenticationCacheLifetime <UInt32 >] [-KeepConn <UInt32>] [-MaxCmds <UInt32>]
33- [-MaximumConnectionCountPerServer <UInt32>] [-OplocksDisabled <Boolean >]
34- [-RequestCompression <Boolean>] [-RequireEncryption <Boolean>]
28+ [-EnableMultiChannel <Boolean>] [-EnableSecuritySignature <Boolean>] [-EnableSMBQUIC <Boolean >]
29+ [-EncryptionCiphers <String >] [-ExtendedSessionTimeout <UInt32>]
30+ [-FileInfoCacheEntriesMax <UInt32>] [-FileInfoCacheLifetime <UInt32>]
31+ [-FileNotFoundCacheEntriesMax <UInt32>] [-FileNotFoundCacheLifetime <UInt32 >]
32+ [-ForceSMBEncryptionOverQuic <Boolean >] [-InvalidAuthenticationCacheLifetime <UInt32>]
33+ [-KeepConn <UInt32>] [-MaxCmds <UInt32>] [-MaximumConnectionCountPerServer <UInt32 >]
34+ [-OplocksDisabled <Boolean>] [- RequestCompression <Boolean>] [-RequireEncryption <Boolean>]
3535 [-RequireSecuritySignature <Boolean>] [-SessionTimeout <UInt32>] [-SkipCertificateCheck <Boolean>]
3636 [-Smb2DialectMax <Smb2DialectMax>] [-Smb2DialectMin <Smb2DialectMin>]
3737 [-UseOpportunisticLocking <Boolean>] [-WindowSizeThreshold <UInt32>] [-Force]
@@ -43,6 +43,10 @@ Set-SmbClientConfiguration [-AuditInsecureGuestLogon <Boolean>]
4343
4444The ` Set-SmbClientConfiguration ` cmdlet sets the Server Message Block (SMB) client configuration.
4545
46+ > [ !NOTE]
47+ > The ** EnableSMBQUIC** parameter is available starting with Windows 11 Insider Preview
48+ > build 26090 and later.
49+
4650## EXAMPLES
4751
4852### Example 1: Set the SMB client configuration
@@ -457,6 +461,22 @@ Accept pipeline input: False
457461Accept wildcard characters: False
458462` ` `
459463
464+ # ## -EnableSMBQUIC
465+
466+ Specifies whether the SMB over QUIC client protocol is enabled.
467+
468+ ` ` ` yaml
469+ Type: Boolean
470+ Parameter Sets: (All)
471+ Aliases:
472+
473+ Required: False
474+ Position: Named
475+ Default value: None
476+ Accept pipeline input: False
477+ Accept wildcard characters: False
478+ ` ` `
479+
460480# ## -EncryptionCiphers
461481
462482Specifies the encryption ciphers used by the SMB client and the preferred order.
0 commit comments