@@ -21,7 +21,7 @@ Reset-SmbClientConfiguration [-All] [-AuditInsecureGuestLogon]
2121 [-CompressibilitySampling] [-ConnectionCountPerRssNetworkInterface] [-DirectoryCacheEntriesMax]
2222 [-DirectoryCacheEntrySizeMax] [-DirectoryCacheLifetime] [-DisableCompression] [-DormantFileLimit]
2323 [-EnableBandwidthThrottling] [-EnableByteRangeLockingOnReadOnlyFiles] [-EnableLargeMtu]
24- [-EnableLoadBalanceScaleOut] [-EnableMailslots] [-EnableMultiChannel] [-EnableSMBQUIC <Boolean> ]
24+ [-EnableLoadBalanceScaleOut] [-EnableMailslots] [-EnableMultiChannel] [-EnableSMBQUIC]
2525 [-EncryptionCiphers] [-ExtendedSessionTimeout] [-FileInfoCacheEntriesMax] [-FileInfoCacheLifetime]
2626 [-FileNotFoundCacheEntriesMax] [-FileNotFoundCacheLifetime] [-ForceSMBEncryptionOverQuic]
2727 [-InvalidAuthenticationCacheLifetime] [-KeepConn] [-MaxCmds] [-MaximumConnectionCountPerServer]
@@ -36,6 +36,10 @@ Reset-SmbClientConfiguration [-All] [-AuditInsecureGuestLogon]
3636The ` Reset-SmbClientConfiguration ` cmdlet resets SMB client configuration parameters to their
3737default values.
3838
39+ > [ !NOTE]
40+ > The ** EnableSMBQUIC** parameter is available starting with Windows 11 Insider Preview
41+ > build 26090 and later.
42+
3943## EXAMPLES
4044
4145### Example 1: Reset the large MTU behavior
@@ -383,7 +387,7 @@ Accept wildcard characters: False
383387Resets the SMB over QUIC client protocol to its default value.
384388
385389` ` ` yaml
386- Type : Boolean
390+ Type : SwitchParameter
387391Parameter Sets : (All)
388392Aliases :
389393
@@ -394,9 +398,6 @@ Accept pipeline input: False
394398Accept wildcard characters : False
395399` ` `
396400
397- > [!NOTE]
398- > This parameter is available on Windows 11 Insider Preview build 26090 and later.
399-
400401### -EncryptionCiphers
401402
402403Resets the encryption ciphers used by the SMB client to its default value and order.
0 commit comments