File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
docset/winserver2025-ps/Microsoft.ReFsDedup.Commands Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ ReFS volume.
3131Get-ReFSDedupScrubSchedule -Volume "D:"
3232```
3333
34- This example gets the deduplication scrub schedule on the ` D: ` ReFS volume.
35-
3634``` output
3735Volume Enabled Start Days WeeksInterval DedupDataOnly Suspended
3836------ ------- ----- ---- ------------- ------------- ---------
3937D: True N/A None 0 False False
4038```
4139
40+ This example gets the deduplication scrub schedule on the ` D: ` ReFS volume.
41+
4242## PARAMETERS
4343
4444### -Volume
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ volume.
3131Get-ReFSDedupStatus -Volume "D:"
3232```
3333
34- This example retrieves the deduplication status for the ` D: ` ReFS volume.
35-
3634``` output
3735Volume Type Used Deduped Compressed Format Level ChunkSize Status
3836------ ---- ---- ------- ---------- ------ ----- --------- ------
3937D: DedupAndCompress 1.02 GiB 0 B 0 B Uncompressed 0 0 B --
4038```
4139
40+ This example retrieves the deduplication status for the ` D: ` ReFS volume.
41+
4242### Example 2
4343
4444``` powershell
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ resume an existing job that was previously paused or stopped.
3535Start-ReFSDedupJob -Volume "D:"
3636```
3737
38- This example starts a deduplication job on the ` D: ` drive using the default settings.
39-
4038``` output
4139Id Name PSJobTypeName State HasMoreData Location Command
4240-- ---- ------------- ----- ----------- -------- -------
43411 Job1 NotStarted True Start-ReFSDedupJob
4442```
4543
44+ This example starts a deduplication job on the ` D: ` drive using the default settings.
45+
4646## PARAMETERS
4747
4848### -CompressionChunkSize
You can’t perform that action at this time.
0 commit comments