Skip to content

Commit ce9998f

Browse files
committed
Updated cmdlet & parameters
1 parent da96ad6 commit ce9998f

File tree

3 files changed

+437
-101
lines changed

3 files changed

+437
-101
lines changed

docset/winserver2025-ps/smbshare/Get-SmbClientConfiguration.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: SmbClientConfiguration.cdxml-help.xml
44
Module Name: SmbShare
5-
ms.date: 06/23/2022
5+
ms.date: 02/22/2024
66
online version: https://learn.microsoft.com/powershell/module/smbshare/get-smbclientconfiguration?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-SmbClientConfiguration
@@ -33,7 +33,7 @@ configuration.
3333
Get-SmbClientConfiguration
3434
```
3535

36-
```Output
36+
```output
3737
SkipCertificateCheck : False
3838
ConnectionCountPerRssNetworkInterface : 4
3939
DirectoryCacheEntriesMax : 16
@@ -64,9 +64,7 @@ EncryptionCiphers : AES_128_GCM, AES_128_CCM, AES_256_GCM, A
6464
This command retrieves the SMB client configuration.
6565

6666
> [!NOTE]
67-
> The **EncryptionCiphers** parameter is available beginning with 2022-06 Cumulative Update for
68-
> Microsoft server operating system version 21H2 for x64-based Systems
69-
> ([KB5014665](https://support.microsoft.com/help/5014665)), and Cumulative Update for Windows 11,
67+
> The **EncryptionCiphers** parameter is available beginning with Cumulative Update for Windows 11,
7068
> version 22H2 ([KB5014668](https://support.microsoft.com/help/5014668)).
7169
7270
## PARAMETERS
@@ -106,45 +104,45 @@ Accept pipeline input: False
106104
Accept wildcard characters: False
107105
```
108106
109-
### -ThrottleLimit
107+
### -Confirm
110108
111-
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
112-
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
113-
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
114-
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
115-
computer.
109+
Prompts you for confirmation before running the cmdlet.
116110
117111
```yaml
118-
Type: Int32
112+
Type: SwitchParameter
119113
Parameter Sets: (All)
120-
Aliases:
114+
Aliases: cf
121115

122116
Required: False
123117
Position: Named
124-
Default value: None
118+
Default value: False
125119
Accept pipeline input: False
126120
Accept wildcard characters: False
127121
```
128122
129-
### -Confirm
123+
### -ThrottleLimit
130124
131-
Prompts you for confirmation before running the cmdlet.
125+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
126+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
127+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
128+
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
129+
computer.
132130

133131
```yaml
134-
Type: SwitchParameter
132+
Type: Int32
135133
Parameter Sets: (All)
136-
Aliases: cf
134+
Aliases:
137135
138136
Required: False
139137
Position: Named
140-
Default value: False
138+
Default value: None
141139
Accept pipeline input: False
142140
Accept wildcard characters: False
143141
```
144142

145143
### -WhatIf
146144

147-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
145+
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
148146

149147
```yaml
150148
Type: SwitchParameter
@@ -179,5 +177,6 @@ The **MSFT_SmbClientConfiguration** object represents the configuration of the S
179177

180178
## RELATED LINKS
181179

182-
[Set-SmbClientConfiguration](./Set-SmbClientConfiguration.md)
180+
[Reset-SmbClientConfiguration](./Reset-SmbClientConfiguration.md)
183181

182+
[Set-SmbClientConfiguration](./Set-SmbClientConfiguration.md)

0 commit comments

Comments
 (0)