Skip to content

Commit 1195b28

Browse files
committed
Applied feedback
1 parent 7d9a7a5 commit 1195b28

File tree

3 files changed

+59
-58
lines changed

3 files changed

+59
-58
lines changed

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

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ This command retrieves the SMB client configuration.
7171

7272
### -AsJob
7373

74-
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
74+
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to
75+
complete.
7576

7677
```yaml
7778
Type: SwitchParameter
@@ -89,7 +90,7 @@ Accept wildcard characters: False
8990
9091
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
9192
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
92-
or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
93+
or [Get-CimSession](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
9394
current session on the local computer.
9495
9596
```yaml
@@ -104,38 +105,38 @@ Accept pipeline input: False
104105
Accept wildcard characters: False
105106
```
106107
107-
### -Confirm
108+
### -ThrottleLimit
108109
109-
Prompts you for confirmation before running the cmdlet.
110+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
111+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
112+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
113+
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
114+
computer.
110115

111116
```yaml
112-
Type: SwitchParameter
117+
Type: Int32
113118
Parameter Sets: (All)
114-
Aliases: cf
119+
Aliases:
115120
116121
Required: False
117122
Position: Named
118-
Default value: False
123+
Default value: None
119124
Accept pipeline input: False
120125
Accept wildcard characters: False
121126
```
122127

123-
### -ThrottleLimit
128+
### -Confirm
124129

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.
130+
Prompts you for confirmation before running the cmdlet.
130131

131132
```yaml
132-
Type: Int32
133+
Type: SwitchParameter
133134
Parameter Sets: (All)
134-
Aliases:
135+
Aliases: cf
135136
136137
Required: False
137138
Position: Named
138-
Default value: None
139+
Default value: False
139140
Accept pipeline input: False
140141
Accept wildcard characters: False
141142
```

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Accept wildcard characters: False
160160

161161
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
162162
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
163-
or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
163+
or [Get-CimSession](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
164164
current session on the local computer.
165165

166166
```yaml
@@ -191,22 +191,6 @@ Accept pipeline input: False
191191
Accept wildcard characters: False
192192
```
193193

194-
### -Confirm
195-
196-
Prompts you for confirmation before running the cmdlet.
197-
198-
```yaml
199-
Type: SwitchParameter
200-
Parameter Sets: (All)
201-
Aliases: cf
202-
203-
Required: False
204-
Position: Named
205-
Default value: None
206-
Accept pipeline input: False
207-
Accept wildcard characters: False
208-
```
209-
210194
### -ConnectionCountPerRssNetworkInterface
211195

212196
Resets the SMB connection count for each RSS network interface to its default value.
@@ -778,6 +762,22 @@ Accept pipeline input: False
778762
Accept wildcard characters: False
779763
```
780764

765+
### -Confirm
766+
767+
Prompts you for confirmation before running the cmdlet.
768+
769+
```yaml
770+
Type: SwitchParameter
771+
Parameter Sets: (All)
772+
Aliases: cf
773+
774+
Required: False
775+
Position: Named
776+
Default value: None
777+
Accept pipeline input: False
778+
Accept wildcard characters: False
779+
```
780+
781781
### -WhatIf
782782

783783
Shows what would happen if the cmdlet runs. The cmdlet isn't run.

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

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Accept wildcard characters: False
161161

162162
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
163163
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
164-
or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
164+
or [Get-CimSession](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
165165
current session on the local computer.
166166

167167
```yaml
@@ -212,22 +212,6 @@ Accept pipeline input: False
212212
Accept wildcard characters: False
213213
```
214214

215-
### -Confirm
216-
217-
Prompts you for confirmation before running the cmdlet.
218-
219-
```yaml
220-
Type: SwitchParameter
221-
Parameter Sets: (All)
222-
Aliases: cf
223-
224-
Required: False
225-
Position: Named
226-
Default value: False
227-
Accept pipeline input: False
228-
Accept wildcard characters: False
229-
```
230-
231215
### -ConnectionCountPerRssNetworkInterface
232216

233217
Specifies the SMB connection count per each RSS network interface.
@@ -860,14 +844,30 @@ Accept pipeline input: False
860844
Accept wildcard characters: False
861845
```
862846

863-
### -WhatIf
847+
### -WindowSizeThreshold
864848

865-
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
849+
Specifies the window size threshold.
850+
851+
```yaml
852+
Type: UInt32
853+
Parameter Sets: (All)
854+
Aliases:
855+
856+
Required: False
857+
Position: Named
858+
Default value: None
859+
Accept pipeline input: False
860+
Accept wildcard characters: False
861+
```
862+
863+
### -Confirm
864+
865+
Prompts you for confirmation before running the cmdlet.
866866

867867
```yaml
868868
Type: SwitchParameter
869869
Parameter Sets: (All)
870-
Aliases: wi
870+
Aliases: cf
871871
872872
Required: False
873873
Position: Named
@@ -876,18 +876,18 @@ Accept pipeline input: False
876876
Accept wildcard characters: False
877877
```
878878

879-
### -WindowSizeThreshold
879+
### -WhatIf
880880

881-
Specifies the window size threshold.
881+
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
882882

883883
```yaml
884-
Type: UInt32
884+
Type: SwitchParameter
885885
Parameter Sets: (All)
886-
Aliases:
886+
Aliases: wi
887887
888888
Required: False
889889
Position: Named
890-
Default value: None
890+
Default value: False
891891
Accept pipeline input: False
892892
Accept wildcard characters: False
893893
```

0 commit comments

Comments
 (0)