@@ -21,7 +21,7 @@ Reset-SmbClientConfiguration [-All] [-AuditInsecureGuestLogon]
21
21
[-CompressibilitySampling] [-ConnectionCountPerRssNetworkInterface] [-DirectoryCacheEntriesMax]
22
22
[-DirectoryCacheEntrySizeMax] [-DirectoryCacheLifetime] [-DisableCompression] [-DormantFileLimit]
23
23
[-EnableBandwidthThrottling] [-EnableByteRangeLockingOnReadOnlyFiles] [-EnableLargeMtu]
24
- [-EnableLoadBalanceScaleOut] [-EnableMailslots] [-EnableMultiChannel] [-EnableSMBQUIC <Boolean> ]
24
+ [-EnableLoadBalanceScaleOut] [-EnableMailslots] [-EnableMultiChannel] [-EnableSMBQUIC]
25
25
[-EncryptionCiphers] [-ExtendedSessionTimeout] [-FileInfoCacheEntriesMax] [-FileInfoCacheLifetime]
26
26
[-FileNotFoundCacheEntriesMax] [-FileNotFoundCacheLifetime] [-ForceSMBEncryptionOverQuic]
27
27
[-InvalidAuthenticationCacheLifetime] [-KeepConn] [-MaxCmds] [-MaximumConnectionCountPerServer]
@@ -36,6 +36,10 @@ Reset-SmbClientConfiguration [-All] [-AuditInsecureGuestLogon]
36
36
The ` Reset-SmbClientConfiguration ` cmdlet resets SMB client configuration parameters to their
37
37
default values.
38
38
39
+ > [ !NOTE]
40
+ > The ** EnableSMBQUIC** parameter is available starting with Windows 11 Insider Preview
41
+ > build 26090 and later.
42
+
39
43
## EXAMPLES
40
44
41
45
### Example 1: Reset the large MTU behavior
@@ -383,7 +387,7 @@ Accept wildcard characters: False
383
387
Resets the SMB over QUIC client protocol to its default value.
384
388
385
389
` ` ` yaml
386
- Type : Boolean
390
+ Type : SwitchParameter
387
391
Parameter Sets : (All)
388
392
Aliases :
389
393
@@ -394,9 +398,6 @@ Accept pipeline input: False
394
398
Accept wildcard characters : False
395
399
` ` `
396
400
397
- > [!NOTE]
398
- > This parameter is available on Windows 11 Insider Preview build 26090 and later.
399
-
400
401
### -EncryptionCiphers
401
402
402
403
Resets the encryption ciphers used by the SMB client to its default value and order.
0 commit comments