Skip to content

Commit 3002845

Browse files
committed
Applied feedback
1 parent 1195b28 commit 3002845

File tree

3 files changed

+39
-69
lines changed

3 files changed

+39
-69
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ EncryptionCiphers : AES_128_GCM, AES_128_CCM, AES_256_GCM, A
6363

6464
This command retrieves the SMB client configuration.
6565

66-
> [!NOTE]
67-
> The **EncryptionCiphers** parameter is available beginning with Cumulative Update for Windows 11,
68-
> version 22H2 ([KB5014668](https://support.microsoft.com/help/5014668)).
69-
7066
## PARAMETERS
7167

7268
### -AsJob
@@ -89,7 +85,7 @@ Accept wildcard characters: False
8985
### -CimSession
9086
9187
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
92-
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
88+
object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession)
9389
or [Get-CimSession](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
9490
current session on the local computer.
9591
@@ -162,7 +158,7 @@ Accept wildcard characters: False
162158
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
163159
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
164160
-WarningAction, and -WarningVariable. For more information, see
165-
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
161+
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
166162

167163
## INPUTS
168164

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

Lines changed: 19 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ Reset-SmbClientConfiguration [-All] [-AuditInsecureGuestLogon]
3636
The `Reset-SmbClientConfiguration` cmdlet resets SMB client configuration parameters to their
3737
default values.
3838

39-
> [!NOTE]
40-
> This cmdlet is available beginning with Cumulative Update for Windows 11, version 22H2
41-
> ([KB5014668](https://support.microsoft.com/help/5014668)).
42-
>
43-
> The **DisableCompression** and **RequestCompression** parameters are available beginning with
44-
> Cumulative Update for Windows 11, version 22H2 ([KB5016691](https://support.microsoft.com/help/5016691)).
45-
4639
## EXAMPLES
4740

4841
### Example 1: Reset the large MTU behavior
@@ -90,7 +83,7 @@ Accept wildcard characters: False
9083
9184
### -AuditInsecureGuestLogon
9285
93-
Specifies whether to audit insecure guest logon attempts.
86+
Resets whether to audit insecure guest logon attempts to its default value.
9487
9588
```yaml
9689
Type: SwitchParameter
@@ -106,8 +99,7 @@ Accept wildcard characters: False
10699
107100
### -AuditServerDoesNotSupportEncryption
108101
109-
Specifies whether to audit when a server doesn't support encryption. If this parameter is
110-
specified, events will be logged when a server doesn't support encryption.
102+
Resets whether to audit when a server doesn't support encryption to its default value.
111103
112104
```yaml
113105
Type: SwitchParameter
@@ -123,8 +115,7 @@ Accept wildcard characters: False
123115
124116
### -AuditServerDoesNotSupportSigning
125117
126-
Specifies whether to audit when a server doesn't support message signing. If this parameter is
127-
specified, events will be logged when a server doesn't support message signing.
118+
Resets whether to audit when a server doesn't support message signing to its default value.
128119
129120
```yaml
130121
Type: SwitchParameter
@@ -140,9 +131,7 @@ Accept wildcard characters: False
140131
141132
### -BlockNTLM
142133
143-
Specifies whether to block NT LAN Manager (NTLM) authentication. If this parameter is set to
144-
`$true`, NTLM authentication will be blocked. If set to `$false` (default), NTLM authentication
145-
will be allowed.
134+
Resets whether to block NT LAN Manager (NTLM) authentication to its default value.
146135
147136
```yaml
148137
Type: SwitchParameter
@@ -159,7 +148,7 @@ Accept wildcard characters: False
159148
### -CimSession
160149
161150
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
162-
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
151+
object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession)
163152
or [Get-CimSession](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
164153
current session on the local computer.
165154
@@ -353,7 +342,13 @@ Accept wildcard characters: False
353342
354343
### -EnableMailslots
355344
356-
Specifies whether to enable mailslots. If this parameter is specified, mailslots will be enabled.
345+
Resets mailslots to its default value.
346+
347+
Beginning with Windows Server 2025 and Windows 11 Insider Preview Build 25314, remote mailslots are
348+
disabled by default.
349+
350+
To learn more about remote mailslot deprecation, see [Features removed or no longer developed
351+
starting with Windows Server 2025](/windows-server/get-started/removed-deprecated-features-windows-server-2025).
357352
358353
```yaml
359354
Type: SwitchParameter
@@ -513,10 +508,8 @@ Accept wildcard characters: False
513508
514509
### -InvalidAuthenticationCacheLifetime
515510
516-
Specifies the length of time (in seconds) that an invalid authentication cache entry should be kept
517-
before being removed. An authentication cache is used to store information about successful
518-
authentication attempts, and this parameter allows you to control how long unsuccessful attempts
519-
should be remembered before being purged.
511+
Resets the length of time (in seconds) that an invalid authentication cache entry should be kept
512+
before being removed to its default value.
520513
521514
```yaml
522515
Type: SwitchParameter
@@ -664,14 +657,7 @@ Accept wildcard characters: False
664657

665658
### -Smb2DialectMax
666659

667-
This parameter specifies the maximum version of the SMB protocol to be used. Acceptable values are:
668-
669-
- None – There is no maximum protocol version specified, the client can use any supported version.
670-
- SMB202 – SMB 2.0.2 is the maximum version accepted by the SMB client.
671-
- SMB210 - SMB 2.1.0 is the maximum version accepted by the SMB client.
672-
- SMB300 - SMB 3.0.0 is the maximum version accepted by the SMB client.
673-
- SMB302 - SMB 3.0.2 is the maximum version accepted by the SMB client.
674-
- SMB311 - SMB 3.1.1 is the maximum version accepted by the SMB client.
660+
Resets the maximum version of the SMB protocol to be used back to its default value.
675661

676662
```yaml
677663
Type: SwitchParameter
@@ -688,14 +674,7 @@ Accept wildcard characters: False
688674

689675
### -Smb2DialectMin
690676

691-
This parameter specifies the minimum version of the SMB protocol to be used. Acceptable values are:
692-
693-
- None – There is no maximum protocol version specified, the client can use any supported version.
694-
- SMB202 – SMB 2.0.2 is the maximum version accepted by the SMB client.
695-
- SMB210 - SMB 2.1.0 is the maximum version accepted by the SMB client.
696-
- SMB300 - SMB 3.0.0 is the maximum version accepted by the SMB client.
697-
- SMB302 - SMB 3.0.2 is the maximum version accepted by the SMB client.
698-
- SMB311 - SMB 3.1.1 is the maximum version accepted by the SMB client.
677+
Resets the minimum version of the SMB protocol to be used back to its default value.
699678

700679
```yaml
701680
Type: SwitchParameter
@@ -799,7 +778,7 @@ Accept wildcard characters: False
799778
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
800779
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
801780
-WarningAction, and -WarningVariable. For more information, see
802-
[about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
781+
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
803782

804783
## INPUTS
805784

@@ -813,6 +792,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
813792

814793
## RELATED LINKS
815794

816-
[Get-SmbClientConfiguration](./Get-SmbClientConfiguration.md)
795+
[Get-SmbClientConfiguration](Get-SmbClientConfiguration.md)
817796

818-
[Set-SmbClientConfiguration](./Set-SmbClientConfiguration.md)
797+
[Set-SmbClientConfiguration](Set-SmbClientConfiguration.md)

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

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ Set-SmbClientConfiguration [-AuditInsecureGuestLogon <Boolean>]
4343

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

46-
> [!NOTE]
47-
> The **EncryptionCiphers** parameter is available beginning with Cumulative Update for Windows 11,
48-
> version 22H2 ([KB5014668](https://support.microsoft.com/help/5014668)).
49-
>
50-
> The **CompressibilitySamplingSize**, **CompressibleThreshold**, **EnableCompressibilitySampling**,
51-
> and **RequestCompression** parameters are available beginning with Cumulative Update for
52-
> Windows 11, version 22H2 ([KB5016691](https://support.microsoft.com/help/5016691)).
53-
5446
## EXAMPLES
5547

5648
### Example 1: Set the SMB client configuration
@@ -91,7 +83,8 @@ Accept wildcard characters: False
9183
9284
### -AuditInsecureGuestLogon
9385
94-
Specifies whether to audit insecure guest logon attempts.
86+
Specifies whether to audit insecure guest logon attempts. Audit events are written to the Windows
87+
event log.
9588
9689
```yaml
9790
Type: Boolean
@@ -142,8 +135,9 @@ Accept wildcard characters: False
142135
### -BlockNTLM
143136
144137
Specifies whether to block NT LAN Manager (NTLM) authentication. If this parameter is set to
145-
`$true`, NTLM authentication will be blocked. If set to `$false` (default), NTLM authentication
146-
will be allowed.
138+
`$true`, NTLM authentication will be blocked forcing the connection to use another negotiated
139+
authentication method, such as Kerberos. If set to `$false` (default), NTLM authentication will be
140+
allowed.
147141

148142
```yaml
149143
Type: Boolean
@@ -160,7 +154,7 @@ Accept wildcard characters: False
160154
### -CimSession
161155

162156
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
163-
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
157+
object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession)
164158
or [Get-CimSession](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
165159
current session on the local computer.
166160

@@ -696,8 +690,9 @@ Accept wildcard characters: False
696690
### -RequireEncryption
697691

698692
Specifies whether or not encryption should be required for all SMB traffic. When this parameter is
699-
set to `$true`, all SMB traffic must be encrypted. If it is set to `$false` (the default),
700-
encryption is not required, but may still be negotiated if both the client and server support it.
693+
set to `$true`, all SMB traffic must be encrypted, which is required by the server. If it is set to
694+
`$false` (the default), encryption is not required, but may still be negotiated if both the client
695+
and server support it.
701696

702697
```yaml
703698
Type: Boolean
@@ -788,12 +783,12 @@ Accept wildcard characters: False
788783

789784
This parameter specifies the minimum version of the SMB protocol to be used. Acceptable values are:
790785

791-
- None – There is no maximum protocol version specified, the client can use any supported version.
792-
- SMB202 – SMB 2.0.2 is the maximum version accepted by the SMB client.
793-
- SMB210 - SMB 2.1.0 is the maximum version accepted by the SMB client.
794-
- SMB300 - SMB 3.0.0 is the maximum version accepted by the SMB client.
795-
- SMB302 - SMB 3.0.2 is the maximum version accepted by the SMB client.
796-
- SMB311 - SMB 3.1.1 is the maximum version accepted by the SMB client.
786+
- None – There is no minimum protocol version specified, the client can use any supported version.
787+
- SMB202 – SMB 2.0.2 is the minimum version accepted by the SMB client.
788+
- SMB210 - SMB 2.1.0 is the minimum version accepted by the SMB client.
789+
- SMB300 - SMB 3.0.0 is the minimum version accepted by the SMB client.
790+
- SMB302 - SMB 3.0.2 is the minimum version accepted by the SMB client.
791+
- SMB311 - SMB 3.1.1 is the minimum version accepted by the SMB client.
797792

798793
```yaml
799794
Type: Smb2DialectMin
@@ -897,7 +892,7 @@ Accept wildcard characters: False
897892
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
898893
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
899894
-WarningAction, and -WarningVariable. For more information, see
900-
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
895+
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
901896

902897
## INPUTS
903898

@@ -911,6 +906,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
911906

912907
## RELATED LINKS
913908

914-
[Get-SmbClientConfiguration](./Get-SmbClientConfiguration.md)
909+
[Get-SmbClientConfiguration](Get-SmbClientConfiguration.md)
915910

916-
[Reset-SmbClientConfiguration](./Reset-SmbClientConfiguration.md)
911+
[Reset-SmbClientConfiguration](Reset-SmbClientConfiguration.md)

0 commit comments

Comments
 (0)