Skip to content

Commit cc0983d

Browse files
Merge pull request MicrosoftDocs#3247 from nedpyle/patch-6
Update New-SmbShare.md for scopename and related example
2 parents 9759e61 + 1cb3ca4 commit cc0983d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ To delete a share that was created by this cmdlet, use the `Remove-SmbShare` cmd
3939

4040
```powershell
4141
$Parameters = @{
42-
Name = 'VMSFiles'
43-
Path = 'C:\ClusterStorage\Volume1\VMFiles'
42+
Name = 'Public'
43+
Path = 'D:\Public'
4444
FullAccess = 'Contoso\Administrator', 'Contoso\Contoso-HV1$'
4545
}
4646
New-SmbShare @Parameters
@@ -422,7 +422,7 @@ Accept wildcard characters: False
422422

423423
### -ScopeName
424424

425-
Specifies the scope name of the share.
425+
Specifies the scope name of the share. For use with Windows Server failover cluster file server resources.
426426

427427
```yaml
428428
Type: String

0 commit comments

Comments
 (0)