Skip to content

Commit 869bd65

Browse files
committed
Update examples
1 parent bdd3860 commit 869bd65

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

docset/winserver2025-ps/Microsoft.ReFsDedup.Commands/Get-ReFSDedupSchedule.md

-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ volume.
3131
Get-ReFSDedupSchedule -Volume "D:"
3232
```
3333

34-
```output
35-
Volume Enabled Type Days Start Duration Suspended CompressionFormat CompressionLevel CompressionChunkSize
36-
------ ------- ---- ---- ----- -------- --------- ----------------- ---------------- --------------------
37-
D: True DedupAndCompress None N/A N/A False LZ4 0 0 B
38-
```
39-
4034
This example retrieves the deduplication schedule for the `D:` ReFS volume.
4135

4236
## PARAMETERS

docset/winserver2025-ps/Microsoft.ReFsDedup.Commands/Get-ReFSDedupScrubSchedule.md

-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ ReFS volume.
3131
Get-ReFSDedupScrubSchedule -Volume "D:"
3232
```
3333

34-
```output
35-
Volume Enabled Start Days WeeksInterval DedupDataOnly Suspended
36-
------ ------- ----- ---- ------------- ------------- ---------
37-
D: True N/A None 0 False False
38-
```
39-
4034
This example gets the deduplication scrub schedule on the `D:` ReFS volume.
4135

4236
## PARAMETERS

docset/winserver2025-ps/Microsoft.ReFsDedup.Commands/Get-ReFSDedupStatus.md

-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ volume.
3131
Get-ReFSDedupStatus -Volume "D:"
3232
```
3333

34-
```output
35-
Volume Type Used Deduped Compressed Format Level ChunkSize Status
36-
------ ---- ---- ------- ---------- ------ ----- --------- ------
37-
D: DedupAndCompress 1.02 GiB 0 B 0 B Uncompressed 0 0 B --
38-
```
39-
4034
This example retrieves the deduplication status for the `D:` ReFS volume.
4135

4236
### Example 2

docset/winserver2025-ps/Microsoft.ReFsDedup.Commands/Start-ReFSDedupJob.md

-6
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ resume an existing job that was previously paused or stopped.
3535
Start-ReFSDedupJob -Volume "D:"
3636
```
3737

38-
```output
39-
Id Name PSJobTypeName State HasMoreData Location Command
40-
-- ---- ------------- ----- ----------- -------- -------
41-
1 Job1 NotStarted True Start-ReFSDedupJob
42-
```
43-
4438
This example starts a deduplication job on the `D:` drive using the default settings.
4539

4640
## PARAMETERS

0 commit comments

Comments
 (0)