@@ -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]
@@ -43,6 +43,10 @@ Set-SmbClientConfiguration [-AuditInsecureGuestLogon <Boolean>]
43
43
44
44
The ` Set-SmbClientConfiguration ` cmdlet sets the Server Message Block (SMB) client configuration.
45
45
46
+ > [ !NOTE]
47
+ > The ** EnableSMBQUIC** parameter is available starting with Windows 11 Insider Preview
48
+ > build 26090 and later.
49
+
46
50
## EXAMPLES
47
51
48
52
### Example 1: Set the SMB client configuration
@@ -457,6 +461,22 @@ Accept pipeline input: False
457
461
Accept wildcard characters: False
458
462
` ` `
459
463
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
+
460
480
# ## -EncryptionCiphers
461
481
462
482
Specifies the encryption ciphers used by the SMB client and the preferred order.
0 commit comments