Skip to content

Commit 1f38e7c

Browse files
authored
Merge pull request MicrosoftDocs#3534 from MicrosoftDocs/main
Publish main to live, Wednesday 10:30AM PDT, 6/21
2 parents 7c45858 + 4fdd8cb commit 1f38e7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Accept wildcard characters: False
323323
```
324324

325325
### -ScopeName
326-
Specifies the scope name of the SMB share.
326+
Specifies the scope name of the SMB share. For use with Windows Server failover cluster file server resources.
327327

328328
```yaml
329329
Type: String[]

0 commit comments

Comments
 (0)