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.
1 parent 3aa42ba commit 469c9f0Copy full SHA for 469c9f0
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