@@ -38,7 +38,7 @@ Namespace folder shares.
38
38
39
39
``` powershell
40
40
$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:"
42
42
```
43
43
44
44
``` output
@@ -72,9 +72,9 @@ Accept wildcard characters: False
72
72
73
73
### -BlockNTLM
74
74
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.
78
78
79
79
` ` ` yaml
80
80
Type : Boolean
@@ -209,8 +209,7 @@ Accept wildcard characters: False
209
209
210
210
# ## -QuicPort
211
211
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.
214
213
215
214
` ` ` yaml
216
215
Type: UInt16
@@ -323,7 +322,7 @@ Accept wildcard characters: False
323
322
# ## -ThrottleLimit
324
323
325
324
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
327
326
throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
328
327
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
329
328
@@ -415,7 +414,7 @@ Accept wildcard characters: False
415
414
This cmdlet supports the common parameters : -Debug, -ErrorAction, -ErrorVariable,
416
415
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
417
416
-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 ).
419
418
420
419
# # INPUTS
421
420
0 commit comments