File tree 4 files changed +4
-4
lines changed
docset/winserver2025-ps/Microsoft.ReFsDedup.Commands
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Get-ReFSDedupSchedule -Volume "D:"
33
33
34
34
This example retrieves the deduplication schedule for the ` D: ` ReFS volume.
35
35
36
- ``` powershell
36
+ ``` output
37
37
Volume Enabled Type Days Start Duration Suspended CompressionFormat CompressionLevel CompressionChunkSize
38
38
------ ------- ---- ---- ----- -------- --------- ----------------- ---------------- --------------------
39
39
D: True DedupAndCompress None N/A N/A False LZ4 0 0 B
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Get-ReFSDedupScrubSchedule -Volume "D:"
33
33
34
34
This example gets the deduplication scrub schedule on the ` D: ` ReFS volume.
35
35
36
- ``` powershell
36
+ ``` output
37
37
Volume Enabled Start Days WeeksInterval DedupDataOnly Suspended
38
38
------ ------- ----- ---- ------------- ------------- ---------
39
39
D: True N/A None 0 False False
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Get-ReFSDedupStatus -Volume "D:"
33
33
34
34
This example retrieves the deduplication status for the ` D: ` ReFS volume.
35
35
36
- ``` powershell
36
+ ``` output
37
37
Volume Type Used Deduped Compressed Format Level ChunkSize Status
38
38
------ ---- ---- ------- ---------- ------ ----- --------- ------
39
39
D: DedupAndCompress 1.02 GiB 0 B 0 B Uncompressed 0 0 B --
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Start-ReFSDedupJob -Volume "D:"
37
37
38
38
This example starts a deduplication job on the ` D: ` drive using the default settings.
39
39
40
- ``` powershell
40
+ ``` output
41
41
Id Name PSJobTypeName State HasMoreData Location Command
42
42
-- ---- ------------- ----- ----------- -------- -------
43
43
1 Job1 NotStarted True Start-ReFSDedupJob
You can’t perform that action at this time.
0 commit comments