Skip to content

Commit ab3664a

Browse files
committed
Updates to EncryptionCiphers parameter and alert box
1 parent 27a7d51 commit ab3664a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Reset-SmbClientConfiguration [-All] [-ConnectionCountPerRssNetworkInterface] [-D
3131
The **Reset-SmbClientConfiguration** cmdlet resets SMB client configuration parameters to their default values.
3232

3333
> [!NOTE]
34-
> This cmdlet is available beginning with 2022-06 Cumulative Update for Windows Server 2022 (build 20348.681), and Cumulative Update for Windows 11 (build 22000.652).
34+
> This cmdlet is available beginning with 2022-06 Cumulative Update for Microsoft server operating system version 21H2 for x64-based Systems (KB5014665), and Cumulative Update for Windows 11, version 22H2 (KB5014668).
3535
3636
## EXAMPLES
3737

@@ -257,7 +257,7 @@ Accept wildcard characters: False
257257
```
258258
259259
### -EncryptionCiphers
260-
Resets the encryption ciphers used by the SMB client to its default value.
260+
Resets the encryption ciphers used by the SMB client to its default value and order.
261261
262262
```yaml
263263
Type: SwitchParameter

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Reset-SmbServerConfiguration [-All] [-AnnounceComment] [-AnnounceServer] [-Async
3333
The **Reset-SmbServerConfiguration** cmdlet resets SMB server configuration parameters to their default values. For more information on SMB server and protocol specifications, see [Overview of file sharing using the SMB 3 protocol in Windows Server](https://docs.microsoft.com/windows-server/storage/file-server/file-server-smb-overview) and [[MS-SMB2]: Server Message Block (SMB) Protocol Versions 2 and 3](https://docs.microsoft.com/openspecs/windows_protocols/ms-smb2/5606ad47-5ee0-437a-817e-70c366052962).
3434

3535
> [!NOTE]
36-
> This cmdlet is available beginning with 2022-06 Cumulative Update for Windows Server 2022 (build 20348.681), and Cumulative Update for Windows 11 (build 22000.652).
36+
> This cmdlet is available beginning with 2022-06 Cumulative Update for Microsoft server operating system version 21H2 for x64-based Systems (KB5014665), and Cumulative Update for Windows 11, version 22H2 (KB5014668).
3737
3838
## EXAMPLES
3939

@@ -334,7 +334,7 @@ Accept wildcard characters: False
334334
```
335335
336336
### -EncryptData
337-
Resets the session encryption behavior to its default value.
337+
Resets the session encryption behavior to its default value and order.
338338
339339
```yaml
340340
Type: SwitchParameter
@@ -349,7 +349,7 @@ Accept wildcard characters: False
349349
```
350350
351351
### -EncryptionCiphers
352-
Resets the encryption ciphers used by the SMB client to its default value.
352+
Resets the encryption ciphers used by the SMB client to its default value and order.
353353
354354
```yaml
355355
Type: SwitchParameter

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Set-SmbClientConfiguration [-ConnectionCountPerRssNetworkInterface <UInt32>]
3434
The **Set-SmbClientConfiguration** cmdlet sets the Server Message Block (SMB) client configuration.
3535

3636
> [!NOTE]
37-
> The EncryptionCiphers parameter is available beginning with 2022-06 Cumulative Update for Windows Server 2022 (build 20348.681), and Cumulative Update for Windows 11 (build 22000.652).
37+
> The EncryptionCiphers parameter is available beginning with 2022-06 Cumulative Update for Microsoft server operating system version 21H2 for x64-based Systems (KB5014665), and Cumulative Update for Windows 11, version 22H2 (KB5014668).
3838
3939
## EXAMPLES
4040

@@ -293,7 +293,7 @@ Accept wildcard characters: False
293293
```
294294
295295
### -EncryptionCiphers
296-
Specifies the encryption ciphers used by the SMB client.
296+
Specifies the encryption ciphers used by the SMB client and the preferred order.
297297
298298
```yaml
299299
Type: String

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Set-SmbServerConfiguration [-AnnounceComment <String>] [-AnnounceServer <Boolean
4040
The **Set-SmbServerConfiguration** cmdlet sets the Server Message Block (SMB) Service configuration. For more information on SMB server and protocol specifications, see [Overview of file sharing using the SMB 3 protocol in Windows Server](https://docs.microsoft.com/windows-server/storage/file-server/file-server-smb-overview) and [[MS-SMB2]: Server Message Block (SMB) Protocol Versions 2 and 3](https://docs.microsoft.com/openspecs/windows_protocols/ms-smb2/5606ad47-5ee0-437a-817e-70c366052962).
4141

4242
> [!NOTE]
43-
> The EncryptionCiphers parameter is available beginning with 2022-06 Cumulative Update for Windows Server 2022 (build 20348.681), and Cumulative Update for Windows 11 (build 22000.652).
43+
> The EncryptionCiphers parameter is available beginning with 2022-06 Cumulative Update for Microsoft server operating system version 21H2 for x64-based Systems (KB5014665), and Cumulative Update for Windows 11, version 22H2 (KB5014668).
4444
4545
## EXAMPLES
4646

@@ -464,7 +464,7 @@ Accept wildcard characters: False
464464
```
465465
466466
### -EncryptionCiphers
467-
Specifies the encryption ciphers used by the SMB server.
467+
Specifies the encryption ciphers used by the SMB server and the preferred order.
468468
469469
```yaml
470470
Type: String

0 commit comments

Comments
 (0)