set-volume
Verified for current stable LTS
Set Volume Command: Modify Volume Properties Using Object Windows
Use for modify volume properties using object windows with Set Volume. Exact CLI syntax to modify volume properties using object windows using Set Volume.
When to use this: Use for modify volume properties using object windows with Set Volume.
Command Syntax
Set-Volume -InputObject $(Get-Volume -DriveLetter "E") -NewFileSystemLabel "Backup" Set-Volume -InputObject $(Get-Volume -DriveLetter "E") -NewFileSystemLabel "Backup" Live Command Builder
Final Command
Set-Volume -InputObject $(Get-Volume -DriveLetter "E") -NewFileSystemLabel "Backup" Command Breakdown
-InputObject- Command Option
- Tool-specific option used by this command invocation.
-DriveLetter- Command Option
- Tool-specific option used by this command invocation.
-NewFileSystemLabel- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to modify volume properties using object windows using Set Volume.
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
Set Volume Command: Change Filesystem Label Drive Letter Windows
Set-Volume -DriveLetter "D" -NewFileSystemLabel "DataVolume" Set Volume Command: Change Filesystem Label System Label Windows Set-Volume -FileSystemLabel "OldLabel" -NewFileSystemLabel "NewLabel" Set Volume Command: Specify Data Deduplication Mode Volume Windows Set-Volume -DriveLetter "D" -DedupMode Backup Get Dedupproperties Command: Get Dedup Properties Input Object Get-DedupProperties -InputObject $(Get-Volume -DriveLetter 'E')