@@ -36,13 +36,6 @@ Reset-SmbClientConfiguration [-All] [-AuditInsecureGuestLogon]
3636The ` Reset-SmbClientConfiguration ` cmdlet resets SMB client configuration parameters to their
3737default 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
9689Type : 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
113105Type : 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
130121Type : 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
148137Type : SwitchParameter
@@ -159,7 +148,7 @@ Accept wildcard characters: False
159148### -CimSession
160149
161150Runs 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 )
163152or [Get-CimSession](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
164153current 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
359354Type : 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
522515Type : 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
677663Type: 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
701680Type: SwitchParameter
@@ -799,7 +778,7 @@ Accept wildcard characters: False
799778This 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)
0 commit comments