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 **Measure-DedupFileMetadata** cmdlet measures potential disk space on a volume.
25
-
The **DedupDistinctSize** value that this cmdlet returns indicates how much disk space you can reclaim on a volume if you delete a group of folders and then run a garbage collection job.
26
24
27
-
Files often have chunks that are shared across other folders.
28
-
The deduplication engine calculates which chunks are unique and would be deleted after the garbage collection job.
25
+
The `Measure-DedupFileMetadata` cmdlet measures potential disk space on a volume. The
26
+
**DedupDistinctSize** value that this cmdlet returns indicates how much disk space you can reclaim
27
+
on a volume if you delete a group of folders and then run a garbage collection job.
28
+
29
+
Files often have chunks that are shared across other folders. The deduplication engine calculates
30
+
which chunks are unique and would be deleted after the garbage collection job.
29
31
30
32
## EXAMPLES
31
33
32
34
### Example 1: Measure potential disk space on a volume
Runs the cmdlet in a remote session or on a remote computer.
65
-
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.
66
-
The default is the current session on the local computer.
71
+
72
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
73
+
object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or
74
+
[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.
97
-
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.
98
-
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
106
+
107
+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
108
+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an
109
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
110
+
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).
126
+
127
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments