
Rename Multiple Files with PowerShell
Sometimes I just want to rename multiple files in bulk with the same name structure. PowerShell can do that for you.
Open PowerShell with admin privilege.
Navigate to the directory
For example, we want to change the file name in this directory with the same structure and rename all the files to use underscore instead of space. We can rename multiple files with PowerShell help.
On the desired directory, perform this command
And then check the directory via Explorer
We have all the files that have been renamed with an underscore displayed.