Skip to content

Commit 604b8c0

Browse files
committed
Applied feedback
1 parent 4c64dd7 commit 604b8c0

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ Accept wildcard characters: False
115115
### -ThrottleLimit
116116
117117
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
118-
this parameter is omitted or a value of 0 is entered, then Windows PowerShell calculates an optimum
119-
throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
120-
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
118+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
119+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
120+
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
121+
computer.
121122

122123
```yaml
123124
Type: Int32
@@ -136,7 +137,7 @@ Accept wildcard characters: False
136137
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
137138
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
138139
-WarningAction, and -WarningVariable. For more information, see
139-
[about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
140+
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
140141

141142
## INPUTS
142143

docset/winserver2025-ps/smbshare/New-SmbGlobalMapping.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Namespace folder shares.
3838

3939
```powershell
4040
$creds = Get-Credential
41-
New-SmbGlobalMapping -RemotePath \\fs1.contoso.com\public -Credential $creds -LocalPath G:
41+
New-SmbGlobalMapping -RemotePath "\\fs1.contoso.com\public" -Credential $creds -LocalPath "G:"
4242
```
4343

4444
```output
@@ -72,9 +72,9 @@ Accept wildcard characters: False
7272
7373
### -BlockNTLM
7474
75-
Specifies whether to block NT LAN Manager (NTLM) authentication. If this parameter is set to
76-
`$true`, NTLM authentication will be blocked. If set to `$false` (default), NTLM authentication
77-
will be allowed.
75+
Specifies whether to block NT LAN Manager (NTLM) authentication. If this parameter is set to $true,
76+
NTLM authentication will be blocked forcing the connection to use another negotiated authentication
77+
method, such as Kerberos. If set to $false (default), NTLM authentication will be allowed.
7878
7979
```yaml
8080
Type: Boolean
@@ -209,8 +209,7 @@ Accept wildcard characters: False
209209

210210
### -QuicPort
211211

212-
Specifies the port number to be used for Quick UDP Internet Connections (QUIC) protocol
213-
connections.
212+
Specifies the port number to be used for QUIC protocol connections.
214213

215214
```yaml
216215
Type: UInt16
@@ -323,7 +322,7 @@ Accept wildcard characters: False
323322
### -ThrottleLimit
324323

325324
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
326-
this parameter is omitted or a value of 0 is entered, then Windows PowerShell calculates an optimum
325+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an optimum
327326
throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
328327
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
329328

@@ -415,7 +414,7 @@ Accept wildcard characters: False
415414
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
416415
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
417416
-WarningAction, and -WarningVariable. For more information, see
418-
[about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
417+
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
419418

420419
## INPUTS
421420

docset/winserver2025-ps/smbshare/Remove-SmbGlobalMapping.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The `Remove-SmbGlobalMapping` cmdlet removes the SMB global mapping to an SMB sh
4141
This command removes an SMB global mapping for the indicated drive to an SMB share.
4242

4343
```powershell
44-
Remove-SmbGlobalMapping -LocalPath G:
44+
Remove-SmbGlobalMapping -LocalPath "G:"
4545
```
4646

4747
```output
@@ -73,8 +73,8 @@ Accept wildcard characters: False
7373
### -CimSession
7474
7575
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
76-
object, such as the output of a [`New-CimSession`](/powershell/module/cimcmdlets/new-cimsession) or
77-
[`Get-CimSession`](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
76+
object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or
77+
[Get-CimSession](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
7878
current session on the local computer.
7979
8080
```yaml
@@ -173,7 +173,7 @@ Accept wildcard characters: False
173173
### -ThrottleLimit
174174
175175
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
176-
this parameter is omitted or a value of 0 is entered, then Windows PowerShell calculates an optimum
176+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an optimum
177177
throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
178178
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
179179

@@ -226,7 +226,7 @@ Accept wildcard characters: False
226226
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
227227
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
228228
-WarningAction, and -WarningVariable. For more information, see
229-
[about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
229+
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
230230

231231
## INPUTS
232232

0 commit comments

Comments
 (0)