@@ -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]
@@ -457,6 +457,25 @@ Accept pipeline input: False
457457Accept wildcard characters: False
458458` ` `
459459
460+ # ## -EnableSMBQUIC
461+
462+ Specifies whether the SMB over QUIC client protocol is enabled.
463+
464+ ` ` ` yaml
465+ Type: Boolean
466+ Parameter Sets: (All)
467+ Aliases:
468+
469+ Required: False
470+ Position: Named
471+ Default value: None
472+ Accept pipeline input: False
473+ Accept wildcard characters: False
474+ ` ` `
475+
476+ > [!NOTE]
477+ > This parameter is available on Windows 11 Insider Preview build 26090 and later.
478+
460479# ## -EncryptionCiphers
461480
462481Specifies the encryption ciphers used by the SMB client and the preferred order.
0 commit comments