get-dedupproperties
Verified for current stable LTS
Get Dedupproperties Command: Get Dedup Properties Input Object
Use for get dedup properties input object with Get Dedupproperties. Exact CLI syntax to get dedup properties input object using Get Dedupproperties.
When to use this: Use for get dedup properties input object with Get Dedupproperties.
Command Syntax
Get-DedupProperties -InputObject $(Get-Volume -DriveLetter 'E') Get-DedupProperties -InputObject $(Get-Volume -DriveLetter 'E') Live Command Builder
Final Command
Get-DedupProperties -InputObject $(Get-Volume -DriveLetter 'E') Command Breakdown
-InputObject- Command Option
- Tool-specific option used by this command invocation.
-DriveLetter- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to get dedup properties input object using Get Dedupproperties.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Get Dedupproperties Command: Get Dedup Properties Drive Letter
Get-DedupProperties -DriveLetter 'C' Get Dedupproperties Command: Get Dedup Properties File System Label Get-DedupProperties -FileSystemLabel 'Label' Set Volume Command: Modify Volume Properties Using Object Windows Set-Volume -InputObject $(Get-Volume -DriveLetter "E") -NewFileSystemLabel "Backup"