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