Skip to content

Commit 3aa5b64

Browse files
authored
Merge pull request MicrosoftDocs#3528 from msbemba/patch-157
Update New-SmbGlobalMapping.md
2 parents 891b81d + 72d0c90 commit 3aa5b64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ The **New-SmbGlobalMapping** cmdlet creates an SMB global mapping on the SMB cli
2929

3030
### Example 1
3131
```powershell
32-
$creds = Get-Credential New-SmbGlobalMapping -RemotePath \\fs1.contoso.com\public -Credential $creds -LocalPath G:
32+
$creds = Get-Credential
33+
New-SmbGlobalMapping -RemotePath \\fs1.contoso.com\public -Credential $creds -LocalPath G:
3334
```
3435

3536
```output

0 commit comments

Comments
 (0)