move-item
Verified for current stable LTS
Move Item Command: Rename Move File With Literal Path Windows
Use for rename move file with literal path windows with Move Item. Exact CLI syntax to rename move file with literal path windows using Move Item.
When to use this: Use for rename move file with literal path windows with Move Item.
Command Syntax
Move-Item -LiteralPath "<path\to\source>" <path\to\file_or_directory> Move-Item -LiteralPath "<path/to/source>" <path/to/file_or_directory> Live Command Builder
Final Command
Move-Item -LiteralPath "<path\to\source>" <path\to\file_or_directory> Command Breakdown
-LiteralPath- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to rename move file with literal path windows using Move Item.
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
Move Item Command: Move File Directory To Existing Directory Windows
Move-Item <path\to\source> <path\to\existing_directory> Move Item Command: Move File Override Without Confirmation Windows mv -Force <path\to\source> <path\to\target> Move Item Command: Move File Prompt For Confirmation Windows mv -Confirm <path\to\source> <path\to\target> Move Item Command: Move Files Dry Run Windows mv -WhatIf <path\to\source> <path\to\target> Move Item Command: Move Multiple Files Into Existing Directory Windows Move-Item <path\to\source1 , path\to\source2 ...> <path\to\existing_directory>