Skip to content

Commit 580c21b

Browse files
Correct "maximum"->"minimum" for Smb2DialectMin (#3983)
Co-authored-by: Jason Gerend <[email protected]>
1 parent f2bea1b commit 580c21b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,12 +1017,12 @@ Accept wildcard characters: False
10171017

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

1020-
- None – There is no maximum protocol version specified, the server can use any supported version.
1021-
- SMB202 – SMB 2.0.2 is the maximum version accepted by the SMB Server
1022-
- SMB210 - SMB 2.1.0 is the maximum version accepted by the SMB Server
1023-
- SMB300 - SMB 3.0.0 is the maximum version accepted by the SMB Server
1024-
- SMB302 - SMB 3.0.2 is the maximum version accepted by the SMB Server
1025-
- SMB311 - SMB 3.1.1 is the maximum version accepted by the SMB Server
1020+
- None – There is no minimum protocol version specified, the server can use any supported version.
1021+
- SMB202 – SMB 2.0.2 is the minimum version accepted by the SMB Server
1022+
- SMB210 - SMB 2.1.0 is the minimum version accepted by the SMB Server
1023+
- SMB300 - SMB 3.0.0 is the minimum version accepted by the SMB Server
1024+
- SMB302 - SMB 3.0.2 is the minimum version accepted by the SMB Server
1025+
- SMB311 - SMB 3.1.1 is the minimum version accepted by the SMB Server
10261026

10271027
```yaml
10281028
Type: Smb2DialectMin

0 commit comments

Comments
 (0)