File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
docset/winserver2025-ps/Microsoft.ReFsDedup.Commands Expand file tree Collapse file tree 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:"
3333
3434This example retrieves the deduplication schedule for the ` D: ` ReFS volume.
3535
36- ``` powershell
36+ ``` output
3737Volume Enabled Type Days Start Duration Suspended CompressionFormat CompressionLevel CompressionChunkSize
3838------ ------- ---- ---- ----- -------- --------- ----------------- ---------------- --------------------
3939D: 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:"
3333
3434This example gets the deduplication scrub schedule on the ` D: ` ReFS volume.
3535
36- ``` powershell
36+ ``` output
3737Volume Enabled Start Days WeeksInterval DedupDataOnly Suspended
3838------ ------- ----- ---- ------------- ------------- ---------
3939D: 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:"
3333
3434This example retrieves the deduplication status for the ` D: ` ReFS volume.
3535
36- ``` powershell
36+ ``` output
3737Volume Type Used Deduped Compressed Format Level ChunkSize Status
3838------ ---- ---- ------- ---------- ------ ----- --------- ------
3939D: 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:"
3737
3838This example starts a deduplication job on the ` D: ` drive using the default settings.
3939
40- ``` powershell
40+ ``` output
4141Id Name PSJobTypeName State HasMoreData Location Command
4242-- ---- ------------- ----- ----------- -------- -------
43431 Job1 NotStarted True Start-ReFSDedupJob
You can’t perform that action at this time.
0 commit comments