Skip to content

Commit 294a78e

Browse files
Apply suggestions from review
1 parent ee7378c commit 294a78e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docset/winserver2022-ps/deduplication/Enable-DedupVolume.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Enable-DedupVolume -Volume "\\?\Volume{26a21bda-a627-11d7-9931-806e6f6e6963}\"
5555
```
5656

5757
This command enables data deduplication for the volume that has the GUID
58-
26a21bda-a627-11d7-9931-806e6f6e6963.
58+
`26a21bda-a627-11d7-9931-806e6f6e6963`.
5959

6060
### Example 4: Resume I/O activity on a specified volume/
6161

@@ -182,7 +182,7 @@ Accept wildcard characters: False
182182

183183
Specifies an array of system volumes. Specify one or more volume IDs, drive letters, or volume GUID
184184
paths. For drive letters, use the format D:. For volume GUID paths, use the format
185-
`\\\\?\Volume{{GUID}}\`. Separate multiple volumes with a comma.
185+
`\\?\Volume{{GUID}}\`. Separate multiple volumes with a comma.
186186
187187
```yaml
188188
Type: System.String[]
@@ -211,7 +211,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
211211
212212
### Microsoft.Management.Infrastructure.CimInstance
213213
214-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays
214+
The **Microsoft.Management.Infrastructure.CimInstance** object is a wrapper class that displays
215215
Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the
216216
namespace and class name for the underlying WMI object.
217217

0 commit comments

Comments
 (0)