windows-powershell-docs icon indicating copy to clipboard operation
windows-powershell-docs copied to clipboard

Example Block - Missing Line Break and confusing/ incorrect

Open JCoreMS opened this issue 3 years ago • 0 comments

Looks like the Example is missing a line break!

$creds = Get-Credential New-SmbGlobalMapping -RemotePath \fs1.contoso.com\public -Credential $creds -LocalPath G:

Status Local Path Remote Path


OK G: \fs1.contoso.com\public

******** SHOULD maybe be this instead?? *********

$creds = Get-Credential New-SmbGlobalMapping -RemotePath \fs1.contoso.com\public -Credential $creds -LocalPath G:

Status Local Path Remote Path


OK G: \fs1.contoso.com\public


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

JCoreMS avatar Aug 10 '22 16:08 JCoreMS