You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Get-DedupStatus** cmdlet returns a deduplication status object for every volume that has data deduplication metadata.
25
-
A **DeduplicationStatus** object includes read-only properties that describe capacity, free or used space and optimization savings and status on the volume, times, and completion status for the last jobs on the volume.
24
+
25
+
The `Get-DedupStatus` cmdlet returns a deduplication status object for every volume that has data
26
+
deduplication metadata. A **DeduplicationStatus** object includes read-only properties that describe
27
+
capacity, free or used space and optimization savings and status on the volume, times, and
28
+
completion status for the last jobs on the volume.
26
29
27
30
To run this cmdlet, you must start Windows PowerShell® with the **Run as administrator** option.
28
31
29
32
## EXAMPLES
30
33
31
34
### Example 1: Get status for specified volumes
32
-
```
33
-
PS C:\> Get-DedupStatus -Volume "D:","F:"
35
+
36
+
```powershell
37
+
Get-DedupStatus -Volume "D:","F:"
34
38
```
35
39
36
-
This command gets deduplication status for the D: and F: volumes.
40
+
This command gets deduplication status for the `D:` and `F:` volumes.
37
41
38
42
## PARAMETERS
39
43
40
-
### -AsJob
41
-
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
44
+
### -AsJob\
42
45
43
-
The cmdlet immediately returns an object that represents the job and then displays the command prompt.
44
-
You can continue to work in the session while the job completes.
45
-
To manage the job, use the `*-Job` cmdlets.
46
-
To get the job results, use the [Receive-Job](https://go.microsoft.com/fwlink/?LinkID=113372) cmdlet.
46
+
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to
47
+
complete.
47
48
48
-
For more information about Windows PowerShell background jobs, see [about_Jobs](https://go.microsoft.com/fwlink/?LinkID=113251).
49
+
The cmdlet immediately returns an object that represents the job and then displays the command
50
+
prompt. You can continue to work in the session while the job completes. To manage the job, use the
Runs the cmdlet in a remote session or on a remote computer.
64
-
Enter a computer name or a session object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
65
-
The default is the current session on the local computer.
70
+
71
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
72
+
object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or
73
+
[Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
81
-
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
82
-
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
89
+
90
+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
91
+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an
92
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
93
+
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
128
+
129
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments