Skip to content

Commit 4f751d1

Browse files
committed
Fixing validation errors
1 parent 1dd9dbb commit 4f751d1

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

docset/winserver2025-ps/smbshare/Reset-SmbClientConfiguration.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -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]
3636
The `Reset-SmbClientConfiguration` cmdlet resets SMB client configuration parameters to their
3737
default 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
383387
Resets the SMB over QUIC client protocol to its default value.
384388
385389
```yaml
386-
Type: Boolean
390+
Type: SwitchParameter
387391
Parameter Sets: (All)
388392
Aliases:
389393

@@ -394,9 +398,6 @@ Accept pipeline input: False
394398
Accept 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
402403
Resets the encryption ciphers used by the SMB client to its default value and order.

docset/winserver2025-ps/smbshare/Set-SmbClientConfiguration.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Set-SmbClientConfiguration [-AuditInsecureGuestLogon <Boolean>]
4343

4444
The `Set-SmbClientConfiguration` cmdlet sets the Server Message Block (SMB) client configuration.
4545

46+
> [!NOTE]
47+
> The **EnableSMBQUIC** parameter is available starting with Windows 11 Insider Preview
48+
> build 26090 and later.
49+
4650
## EXAMPLES
4751

4852
### Example 1: Set the SMB client configuration
@@ -473,9 +477,6 @@ Accept pipeline input: False
473477
Accept wildcard characters: False
474478
```
475479

476-
> [!NOTE]
477-
> This parameter is available on Windows 11 Insider Preview build 26090 and later.
478-
479480
### -EncryptionCiphers
480481

481482
Specifies the encryption ciphers used by the SMB client and the preferred order.

0 commit comments

Comments
 (0)