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 92e728f commit ac93195Copy full SHA for ac93195
docset/winserver2022-ps/smbshare/New-SmbGlobalMapping.md
@@ -29,7 +29,10 @@ The **New-SmbGlobalMapping** cmdlet creates an SMB global mapping on the SMB cli
29
30
### Example 1
31
```powershell
32
-PS C:\> $creds = Get-Credential New-SmbGlobalMapping -RemotePath \\fs1.contoso.com\public -Credential $creds -LocalPath G:
+$creds = Get-Credential New-SmbGlobalMapping -RemotePath \\fs1.contoso.com\public -Credential $creds -LocalPath G:
33
+```
34
+
35
+```output
36
Status Local Path Remote Path
37
------ ---------- -----------
38
OK G: \\fs1.contoso.com\public
0 commit comments