Get-DedupProperties

Gets Data Deduplication information. Note: This command can only be used through PowerShell. More information: https://learn.microsoft.com/powershell/module/storage/get-dedupproperties.

Get-DedupProperties -DriveLetter 'C'

Get-DedupProperties -FileSystemLabel 'Label'

Get-DedupProperties -InputObject $(Get-Volume -DriveLetter 'E')