@@ -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
8080Type : 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
216215Type: UInt16
@@ -323,7 +322,7 @@ Accept wildcard characters: False
323322# ## -ThrottleLimit
324323
325324Specifies 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
327326throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
328327The 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
415414This 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
0 commit comments