I don't know if this was best done in PowerShell, but basically I have a lot of movies with the wrong names. However, the folder name for each movie is correct.
Inside the folder, I want to view each folder and rename the .mp4 file with the same name as the folder.
Each folder has only a .mp4 file and a .jpg file, but I want to rename only the .mp4 file (although renaming both would really be nice too.)
Is there an easy way to do this in PowerShell?
user475353
source share