Skip to content

Commit 09a9330

Browse files
authored
Update Remove-SmbShare.md for scopename and related example
1 parent 38dedc8 commit 09a9330

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ Performing operation 'Remove-Share' on Target 'Contoso-FS,Data'.
5050

5151
This command deletes the SMB share named Data.
5252

53-
### Example 2: Delete an SMB share without confirmation
53+
### Example 2: Delete a Windows Server failover cluster file server resource SMB share without confirmation
5454
```
5555
PS C:\>Remove-SmbShare -Name "VMFiles" -ScopeName "Contoso-SO" -Force
5656
```
5757

58-
This command deletes the SMB share named VMFiles without user confirmation.
58+
This command deletes the SMB share named VMFiles on the Contoso-SO file server resource without user confirmation.
5959

6060
## PARAMETERS
6161

@@ -153,7 +153,7 @@ Accept wildcard characters: False
153153
```
154154
155155
### -ScopeName
156-
Specifies an array of the scopes of the SMB share to delete.
156+
Specifies an array of the scopes of the SMB share to delete. For use with Windows Server failover cluster file server resources.
157157
158158
```yaml
159159
Type: String[]

0 commit comments

Comments
 (0)