PowerShell Tutorial
PowerShell: Move File
By Xah Lee. Date:
2025-06-16
.
Move File
#
move all jpg files to parent dir
Move-Item
*.jpg ../
move-item
has alias
mi
,
move
,
mv
PowerShell. File operations
File operations. index
PowerShell: Copy File
PowerShell: Rename File
PowerShell: Move File
PowerShell: Delete File
PowerShell: Create New File
PowerShell: Create File Symbolic Link, Hard Link, Junction
PowerShell: Get File Content
PowerShell: Join Files
PowerShell: Compare Files (Show Difference)
PowerShell: search text in files (grep. find string)
PowerShell: Open File by Default App
PowerShell: get/set file date time
Search 🔍
PowerShell How-To
Install and Help
Download, Install
Start PowerShell
Exit, Abort
Print Version
Builtin Help
Name Completion
List of Alias
Find Command
Case Sensitivity
Directory
Directory
List files
List files
File Operations
File operations
File Properties, Attributes, ACL
File Attributes
File Properties
Change File ACL
Windows config
Environment Variables
Windows Registry
File Sharing
Zip Tar
unzip, untar, 7z
Create zip, tar, 7z
get webpage, curl, wget
Misc
Launch App
Empty Trash
Date
Clear Command History
Launch as Admin