@@ -36,13 +36,6 @@ Reset-SmbClientConfiguration [-All] [-AuditInsecureGuestLogon]
36
36
The ` Reset-SmbClientConfiguration ` cmdlet resets SMB client configuration parameters to their
37
37
default values.
38
38
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
-
46
39
## EXAMPLES
47
40
48
41
### Example 1: Reset the large MTU behavior
@@ -90,7 +83,7 @@ Accept wildcard characters: False
90
83
91
84
### -AuditInsecureGuestLogon
92
85
93
- Specifies whether to audit insecure guest logon attempts.
86
+ Resets whether to audit insecure guest logon attempts to its default value .
94
87
95
88
` ` ` yaml
96
89
Type : SwitchParameter
@@ -106,8 +99,7 @@ Accept wildcard characters: False
106
99
107
100
### -AuditServerDoesNotSupportEncryption
108
101
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.
111
103
112
104
` ` ` yaml
113
105
Type : SwitchParameter
@@ -123,8 +115,7 @@ Accept wildcard characters: False
123
115
124
116
### -AuditServerDoesNotSupportSigning
125
117
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.
128
119
129
120
` ` ` yaml
130
121
Type : SwitchParameter
@@ -140,9 +131,7 @@ Accept wildcard characters: False
140
131
141
132
### -BlockNTLM
142
133
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.
146
135
147
136
` ` ` yaml
148
137
Type : SwitchParameter
@@ -159,7 +148,7 @@ Accept wildcard characters: False
159
148
### -CimSession
160
149
161
150
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 )
163
152
or [Get-CimSession](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
164
153
current session on the local computer.
165
154
@@ -353,7 +342,13 @@ Accept wildcard characters: False
353
342
354
343
### -EnableMailslots
355
344
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).
357
352
358
353
` ` ` yaml
359
354
Type : SwitchParameter
@@ -513,10 +508,8 @@ Accept wildcard characters: False
513
508
514
509
### -InvalidAuthenticationCacheLifetime
515
510
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.
520
513
521
514
` ` ` yaml
522
515
Type : SwitchParameter
@@ -664,14 +657,7 @@ Accept wildcard characters: False
664
657
665
658
# ## -Smb2DialectMax
666
659
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.
675
661
676
662
` ` ` yaml
677
663
Type: SwitchParameter
@@ -688,14 +674,7 @@ Accept wildcard characters: False
688
674
689
675
# ## -Smb2DialectMin
690
676
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.
699
678
700
679
` ` ` yaml
701
680
Type: SwitchParameter
@@ -799,7 +778,7 @@ Accept wildcard characters: False
799
778
This cmdlet supports the common parameters : -Debug, -ErrorAction, -ErrorVariable,
800
779
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
801
780
-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 ).
803
782
804
783
# # INPUTS
805
784
@@ -813,6 +792,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
813
792
814
793
# # RELATED LINKS
815
794
816
- [Get-SmbClientConfiguration](./ Get-SmbClientConfiguration.md)
795
+ [Get-SmbClientConfiguration](Get-SmbClientConfiguration.md)
817
796
818
- [Set-SmbClientConfiguration](./ Set-SmbClientConfiguration.md)
797
+ [Set-SmbClientConfiguration](Set-SmbClientConfiguration.md)
0 commit comments