@@ -43,7 +43,7 @@ data deduplication job for a volume on which you have disabled data deduplicatio
4343Disable-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
5454This 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
6363This command suspends I/O activity for data deduplication on the specified volume. Effectively, this
6464command 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 `
6666error 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
152152Specifies 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
154154GUID paths, use the format `\\\\?\Volume{{GUID}}\`. Separate multiple volumes with a comma.
155155
156156` ` ` yaml
0 commit comments