Skip to content

Commit d4da29f

Browse files
Apply suggestions from review
1 parent 09a9330 commit d4da29f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ Performing operation 'Remove-Share' on Target 'Contoso-FS,Data'.
5151
This command deletes the SMB share named Data.
5252

5353
### Example 2: Delete a Windows Server failover cluster file server resource SMB share without confirmation
54-
```
55-
PS C:\>Remove-SmbShare -Name "VMFiles" -ScopeName "Contoso-SO" -Force
54+
55+
```powershell
56+
Remove-SmbShare -Name "VMFiles" -ScopeName "Contoso-SO" -Force
5657
```
5758

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

6061
## PARAMETERS
6162

@@ -153,6 +154,7 @@ Accept wildcard characters: False
153154
```
154155
155156
### -ScopeName
157+
156158
Specifies an array of the scopes of the SMB share to delete. For use with Windows Server failover cluster file server resources.
157159
158160
```yaml

0 commit comments

Comments
 (0)