@@ -25,13 +25,13 @@ Set-SmbClientConfiguration [-AuditInsecureGuestLogon <Boolean>]
25
25
[-EnableBandwidthThrottling <Boolean>] [-EnableByteRangeLockingOnReadOnlyFiles <Boolean>]
26
26
[-EnableCompressibilitySampling <Boolean>] [-EnableInsecureGuestLogons <Boolean>]
27
27
[-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>]
35
35
[-RequireSecuritySignature <Boolean>] [-SessionTimeout <UInt32>] [-SkipCertificateCheck <Boolean>]
36
36
[-Smb2DialectMax <Smb2DialectMax>] [-Smb2DialectMin <Smb2DialectMin>]
37
37
[-UseOpportunisticLocking <Boolean>] [-WindowSizeThreshold <UInt32>] [-Force]
@@ -457,6 +457,25 @@ Accept pipeline input: False
457
457
Accept wildcard characters: False
458
458
` ` `
459
459
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
+
460
479
# ## -EncryptionCiphers
461
480
462
481
Specifies the encryption ciphers used by the SMB client and the preferred order.
0 commit comments