Skip to content

Commit 13d46ac

Browse files
committed
Quality updates for the SMB share module
1 parent ab3664a commit 13d46ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Accept wildcard characters: False
334334
```
335335
336336
### -EncryptData
337-
Resets the session encryption behavior to its default value and order.
337+
Resets the session encryption behavior to its default value.
338338
339339
```yaml
340340
Type: SwitchParameter

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This command sets the SMB client configuration without user confirmation.
6161
PS C:\>Set-SmbClientConfiguration -EncryptionCiphers "AES_128_GCM, AES_256_GCM"
6262
```
6363

64-
This command specifies the encryption ciphers used by the SMB client.
64+
This command specifies the encryption ciphers used by the SMB client, and the preferred order.
6565

6666
## PARAMETERS
6767

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This command disables SMB1 on the SMB server.
9797
PS C:\>Set-SmbServerConfiguration -EncryptionCiphers "AES_128_GCM, AES_256_GCM"
9898
```
9999

100-
This command specifies the encryption ciphers used by the SMB server.
100+
This command specifies the encryption ciphers used by the SMB client, and the preferred order.
101101

102102
## PARAMETERS
103103

0 commit comments

Comments
 (0)