Skip to content

Commit 5929e78

Browse files
committed
Applied further review suggestions
1 parent 7384f18 commit 5929e78

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

docset/winserver2022-ps/smbshare/New-SmbShare.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,8 @@ Accept wildcard characters: False
454454

455455
### -Temporary
456456

457-
Specifies the lifetime of the new SMB share.
458-
A temporary share doesn't persist beyond the next restart of the computer.
459-
By default, new SMB shares are persistent, and non-temporary.
457+
Specifies the new SMB share is temporary and will not persist beyond the next restart of the
458+
computer. By default, new SMB shares aren't temporary.
460459

461460
```yaml
462461
Type: SwitchParameter
@@ -511,7 +510,7 @@ Accept wildcard characters: False
511510
Shows what would happen if the cmdlet runs.
512511
The cmdlet isn't run.
513512

514-
NOTE: The WhatIf switch doesn't work with this cmdlet.
513+
NOTE: The **WhatIf** switch doesn't work with this cmdlet.
515514

516515
```yaml
517516
Type: SwitchParameter

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ The `Set-SmbClientConfiguration` cmdlet sets the Server Message Block (SMB) clie
4040

4141
> [!NOTE]
4242
> - The **EncryptionCiphers** parameter is available beginning with 2022-06 Cumulative Update for
43-
> Microsoft server operating system version 21H2 for x64-based Systems
44-
> ([KB5014665](https://support.microsoft.com/help/5014665)), and Cumulative Update for Windows 11,
45-
> version 22H2 ([KB5014668](https://support.microsoft.com/help/5014668)).
43+
> Microsoft server operating system version 21H2 for x64-based Systems
44+
> ([KB5014665](https://support.microsoft.com/help/5014665)), and Cumulative Update for Windows 11,
45+
> version 22H2 ([KB5014668](https://support.microsoft.com/help/5014668)).
4646
>
4747
> - The **CompressibilitySamplingSize**, **CompressibleThreshold**,
4848
> **EnableCompressibilitySampling**, and **RequestCompression** parameters are available beginning

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ and [[MS-SMB2]:Server Message Block (SMB) Protocol Versions 2 and 3](/openspecs/
4848

4949
> [!NOTE]
5050
> - The **EncryptionCiphers** parameter is available beginning with 2022-06 Cumulative Update for
51-
> Microsoft server operating system version 21H2 for x64-based Systems
52-
> ([KB5014665](https://support.microsoft.com/help/5014665)), and Cumulative Update for Windows 11,
53-
> version 22H2 ([KB5014668](https://support.microsoft.com/help/5014668)).
51+
> Microsoft server operating system version 21H2 for x64-based Systems
52+
> ([KB5014665](https://support.microsoft.com/help/5014665)), and Cumulative Update for Windows 11,
53+
> version 22H2 ([KB5014668](https://support.microsoft.com/help/5014668)).
5454
>
5555
> - The **DisableCompression** and **RequestCompression** parameters are available beginning with
5656
> 2022-08 Cumulative Update for Microsoft server operating system version 21H2 for x64-based

0 commit comments

Comments
 (0)