Skip to content

Commit 9e3c109

Browse files
committed
Applied PM/Dev feedback
1 parent 7d5f927 commit 9e3c109

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Clear-ReFSDedupSchedule [-Volume] <String> [<CommonParameters>]
2020

2121
## DESCRIPTION
2222

23-
The `Clear-ReFSDedupSchedule` cmdlet clears the scheduled task for deduplication on the specified
24-
ReFS volume.
23+
The `Clear-ReFSDedupSchedule` cmdlet clears the scheduled job, including the schedule itself, for
24+
deduplication on the specified ReFS volume.
2525

2626
## EXAMPLES
2727

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ volume.
3131
Get-ReFSDedupSchedule -Volume "D:"
3232
```
3333

34-
```output
34+
This example retrieves the deduplication schedule for the `D:` ReFS volume.
35+
36+
```
3537
Volume Enabled Type Days Start Duration Suspended CompressionFormat CompressionLevel CompressionChunkSize
3638
------ ------- ---- ---- ----- -------- --------- ----------------- ---------------- --------------------
3739
D: True DedupAndCompress None N/A N/A False LZ4 0 0 B
3840
```
3941

40-
This example retrieves the deduplication schedule for the `D:` ReFS volume.
41-
4242
## PARAMETERS
4343

4444
### -Volume

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ ReFS volume.
3131
Get-ReFSDedupScrubSchedule -Volume "D:"
3232
```
3333

34-
```output
34+
This example gets the deduplication scrub schedule on the `D:` ReFS volume.
35+
36+
```
3537
Volume Enabled Start Days WeeksInterval DedupDataOnly Suspended
3638
------ ------- ----- ---- ------------- ------------- ---------
3739
D: True N/A None 0 False False
3840
```
3941

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ volume.
3131
Get-ReFSDedupStatus -Volume "D:"
3232
```
3333

34-
```output
34+
This example retrieves the deduplication status for the `D:` ReFS volume.
35+
36+
```
3537
Volume Type Used Deduped Compressed Format Level ChunkSize Status
3638
------ ---- ---- ------- ---------- ------ ----- --------- ------
3739
D: DedupAndCompress 1.02 GiB 0 B 0 B Uncompressed 0 0 B --
3840
```
3941

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/Microsoft.ReFsDedup.Commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ beginning of the cmdlet.
2020

2121
### [Clear-ReFSDedupSchedule](Clear-ReFSDedupSchedule.md)
2222

23-
Clears the scheduled task for deduplication on a specified ReFS volume.
23+
Clears the scheduled job and the schedule itself for deduplication on a specified ReFS volume.
2424

2525
### [Clear-ReFSDedupScrubSchedule.md](Clear-ReFSDedupScrubSchedule.md)
2626

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

Lines changed: 3 additions & 3 deletions
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-
```output
38+
This example starts a deduplication job on the `D:` drive using the default settings.
39+
40+
```
3941
Id Name PSJobTypeName State HasMoreData Location Command
4042
-- ---- ------------- ----- ----------- -------- -------
4143
1 Job1 NotStarted True Start-ReFSDedupJob
4244
```
4345

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)