Skip to content

Commit 7118cab

Browse files
RobBiddlemichaeltlombardi
authored andcommitted
Style guide fixes
1 parent f6c6d57 commit 7118cab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ data deduplication job for a volume on which you have disabled data deduplicatio
4343
Disable-DedupVolume -Volume "D:","E:","F:","G:"
4444
```
4545

46-
This command disables data deduplication for volumes D:, E:, F:, and G:.
46+
This command disables data deduplication for volumes `D:`, `E:`, `F:`, and `G:`.
4747

4848
### Example 2: Disable data deduplication on a volume by using a GUID
4949

@@ -52,7 +52,7 @@ Disable-DedupVolume -Volume "\\?\Volume{26a21bda-a627-11d7-9931-806e6f6e6963}\"
5252
```
5353

5454
This command disables data deduplication for the volume that has the GUID
55-
26a21bda-a627-11d7-9931-806e6f6e6963.
55+
`26a21bda-a627-11d7-9931-806e6f6e6963`.
5656

5757
### Example 3: Suspend I/O activity for a specified volume
5858

@@ -62,7 +62,7 @@ Disable-DedupVolume -Volume "X:" -DataAccess
6262

6363
This command suspends I/O activity for data deduplication on the specified volume. Effectively, this
6464
command causes the data deduplication file system mini-filter to detach from the specified volume.
65-
After this command completes, I/O to data deduplication files fails with an ERROR_INVALID_FUNCTION
65+
After this command completes, I/O to data deduplication files fails with an `ERROR_INVALID_FUNCTION`
6666
error until either the `Enable-DedupVolume -DataAccess` command runs, or the server restarts.
6767

6868
## PARAMETERS
@@ -150,7 +150,7 @@ Accept wildcard characters: False
150150
### -Volume
151151

152152
Specifies an array of system volumes for which to disable data deduplication. Specify one or more
153-
volume IDs, drive letters, or volume GUID paths. For drive letters, use the format D:. For volume
153+
volume IDs, drive letters, or volume GUID paths. For drive letters, use the format `D:`. For volume
154154
GUID paths, use the format `\\\\?\Volume{{GUID}}\`. Separate multiple volumes with a comma.
155155

156156
```yaml

0 commit comments

Comments
 (0)