Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docset/winserver2022-ps/smbshare/New-SmbShare.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ To delete a share that was created by this cmdlet, use the `Remove-SmbShare` cmd

```powershell
$Parameters = @{
Name = 'VMSFiles'
Path = 'C:\ClusterStorage\Volume1\VMFiles'
Name = 'Public'
Path = 'D:\Public'
FullAccess = 'Contoso\Administrator', 'Contoso\Contoso-HV1$'
}
New-SmbShare @Parameters
Expand Down Expand Up @@ -422,7 +422,7 @@ Accept wildcard characters: False

### -ScopeName

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

```yaml
Type: String
Expand Down