We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 891b81d + 72d0c90 commit 3aa5b64Copy full SHA for 3aa5b64
docset/winserver2022-ps/smbshare/New-SmbGlobalMapping.md
@@ -29,7 +29,8 @@ The **New-SmbGlobalMapping** cmdlet creates an SMB global mapping on the SMB cli
29
30
### Example 1
31
```powershell
32
-$creds = Get-Credential New-SmbGlobalMapping -RemotePath \\fs1.contoso.com\public -Credential $creds -LocalPath G:
+$creds = Get-Credential
33
+New-SmbGlobalMapping -RemotePath \\fs1.contoso.com\public -Credential $creds -LocalPath G:
34
```
35
36
```output
0 commit comments