Skip to content

Commit bdd3860

Browse files
committed
Platy schema test
1 parent 645df22 commit bdd3860

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

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

34-
This example gets the deduplication scrub schedule on the `D:` ReFS volume.
35-
3634
```output
3735
Volume Enabled Start Days WeeksInterval DedupDataOnly Suspended
3836
------ ------- ----- ---- ------------- ------------- ---------
3937
D: 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

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

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

34-
This example retrieves the deduplication status for the `D:` ReFS volume.
35-
3634
```output
3735
Volume Type Used Deduped Compressed Format Level ChunkSize Status
3836
------ ---- ---- ------- ---------- ------ ----- --------- ------
3937
D: 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

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

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

38-
This example starts a deduplication job on the `D:` drive using the default settings.
39-
4038
```output
4139
Id Name PSJobTypeName State HasMoreData Location Command
4240
-- ---- ------------- ----- ----------- -------- -------
4341
1 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

0 commit comments

Comments
 (0)