Skip to content

Commit e7e3d93

Browse files
committed
Fix validation errors
1 parent 0f6d313 commit e7e3d93

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Get-ReFSDedupSchedule -Volume "D:"
3333

3434
This example retrieves the deduplication schedule for the `D:` ReFS volume.
3535

36-
```powershell
36+
```output
3737
Volume Enabled Type Days Start Duration Suspended CompressionFormat CompressionLevel CompressionChunkSize
3838
------ ------- ---- ---- ----- -------- --------- ----------------- ---------------- --------------------
3939
D: True DedupAndCompress None N/A N/A False LZ4 0 0 B

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Get-ReFSDedupScrubSchedule -Volume "D:"
3333

3434
This example gets the deduplication scrub schedule on the `D:` ReFS volume.
3535

36-
```powershell
36+
```output
3737
Volume Enabled Start Days WeeksInterval DedupDataOnly Suspended
3838
------ ------- ----- ---- ------------- ------------- ---------
3939
D: True N/A None 0 False False

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Get-ReFSDedupStatus -Volume "D:"
3333

3434
This example retrieves the deduplication status for the `D:` ReFS volume.
3535

36-
```powershell
36+
```output
3737
Volume Type Used Deduped Compressed Format Level ChunkSize Status
3838
------ ---- ---- ------- ---------- ------ ----- --------- ------
3939
D: DedupAndCompress 1.02 GiB 0 B 0 B Uncompressed 0 0 B --

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Start-ReFSDedupJob -Volume "D:"
3737

3838
This example starts a deduplication job on the `D:` drive using the default settings.
3939

40-
```powershell
40+
```output
4141
Id Name PSJobTypeName State HasMoreData Location Command
4242
-- ---- ------------- ----- ----------- -------- -------
4343
1 Job1 NotStarted True Start-ReFSDedupJob

0 commit comments

Comments
 (0)