Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelu86 committed Nov 27, 2024
1 parent bdd3860 commit 869bd65
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ volume.
Get-ReFSDedupSchedule -Volume "D:"
```

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

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

## PARAMETERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ ReFS volume.
Get-ReFSDedupScrubSchedule -Volume "D:"
```

```output
Volume Enabled Start Days WeeksInterval DedupDataOnly Suspended
------ ------- ----- ---- ------------- ------------- ---------
D: True N/A None 0 False False
```

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

## PARAMETERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ volume.
Get-ReFSDedupStatus -Volume "D:"
```

```output
Volume Type Used Deduped Compressed Format Level ChunkSize Status
------ ---- ---- ------- ---------- ------ ----- --------- ------
D: DedupAndCompress 1.02 GiB 0 B 0 B Uncompressed 0 0 B --
```

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

### Example 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ resume an existing job that was previously paused or stopped.
Start-ReFSDedupJob -Volume "D:"
```

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

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

## PARAMETERS
Expand Down

0 comments on commit 869bd65

Please sign in to comment.