Renaming File(s) with PowerShell Scripts
# The Command Line below will rename file
Rename-Item C:\Users\$env:userprofile\Desktop\test.txt new_name.txt
Sharing PowerShell Scripts with others...every PowerShell Scripted has been tested causing no issues on my pc or others - not responsible for any issues that this might cause. Use at your own risk.
Comments
Post a Comment