Skip to content

Commit 1bf2d8f

Browse files
committed
Updated EnableSMBQUIC parameters
1 parent 68a636c commit 1bf2d8f

File tree

4 files changed

+48
-10
lines changed

4 files changed

+48
-10
lines changed

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

+19
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,25 @@ Accept pipeline input: False
378378
Accept wildcard characters: False
379379
```
380380
381+
### -EnableSMBQUIC
382+
383+
Resets the SMB over QUIC client protocol to its default value.
384+
385+
```yaml
386+
Type: Boolean
387+
Parameter Sets: (All)
388+
Aliases:
389+
390+
Required: False
391+
Position: Named
392+
Default value: None
393+
Accept pipeline input: False
394+
Accept wildcard characters: False
395+
```
396+
397+
> [!NOTE]
398+
> This parameter is available on Windows 11 Insider Preview build 26090 and later.
399+
381400
### -EncryptionCiphers
382401
383402
Resets the encryption ciphers used by the SMB client to its default value and order.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Accept wildcard characters: False
439439
440440
### -EnableSMB2Protocol
441441
442-
Resets whether the SMB2 protocol is enabled to its default value.
442+
Resets the SMB2 protocol to its default value.
443443
444444
```yaml
445445
Type: SwitchParameter
@@ -455,7 +455,7 @@ Accept wildcard characters: False
455455
456456
### -EnableSMBQUIC
457457
458-
Resets whether the SMB over QUIC protocol is enabled to its default value.
458+
Resets the SMB over QUIC protocol to its default value.
459459
460460
```yaml
461461
Type: SwitchParameter

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

+26-7
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Set-SmbClientConfiguration [-AuditInsecureGuestLogon <Boolean>]
2525
[-EnableBandwidthThrottling <Boolean>] [-EnableByteRangeLockingOnReadOnlyFiles <Boolean>]
2626
[-EnableCompressibilitySampling <Boolean>] [-EnableInsecureGuestLogons <Boolean>]
2727
[-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>]
3535
[-RequireSecuritySignature <Boolean>] [-SessionTimeout <UInt32>] [-SkipCertificateCheck <Boolean>]
3636
[-Smb2DialectMax <Smb2DialectMax>] [-Smb2DialectMin <Smb2DialectMin>]
3737
[-UseOpportunisticLocking <Boolean>] [-WindowSizeThreshold <UInt32>] [-Force]
@@ -457,6 +457,25 @@ Accept pipeline input: False
457457
Accept wildcard characters: False
458458
```
459459

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+
460479
### -EncryptionCiphers
461480

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ Accept wildcard characters: False
603603

604604
### -EnableSMBQUIC
605605

606-
Specifies that the SMB over QUIC protocol is enabled.
606+
Indicates whether the SMB over QUIC protocol is enabled.
607607

608608
```yaml
609609
Type: Boolean

0 commit comments

Comments
 (0)