Skip to content

Commit

Permalink
Fix validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelu86 committed Nov 26, 2024
1 parent 0a26333 commit 0f6d313
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Get-ReFSDedupSchedule -Volume "D:"

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

```output
```powershell
Volume Enabled Type Days Start Duration Suspended CompressionFormat CompressionLevel CompressionChunkSize
------ ------- ---- ---- ----- -------- --------- ----------------- ---------------- --------------------
D: True DedupAndCompress None N/A N/A False LZ4 0 0 B
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Get-ReFSDedupScrubSchedule -Volume "D:"

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

```output
```powershell
Volume Enabled Start Days WeeksInterval DedupDataOnly Suspended
------ ------- ----- ---- ------------- ------------- ---------
D: True N/A None 0 False False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Get-ReFSDedupStatus -Volume "D:"

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

```output
```powershell
Volume Type Used Deduped Compressed Format Level ChunkSize Status
------ ---- ---- ------- ---------- ------ ----- --------- ------
D: DedupAndCompress 1.02 GiB 0 B 0 B Uncompressed 0 0 B --
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Start-ReFSDedupJob -Volume "D:"

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

```output
```powershell
Id Name PSJobTypeName State HasMoreData Location Command
-- ---- ------------- ----- ----------- -------- -------
1 Job1 NotStarted True Start-ReFSDedupJob
Expand Down

0 comments on commit 0f6d313

Please sign in to comment.