Get-ChildItem -Filter "*.mp4" | Rename-Item -NewName { $_.Name -replace '\ - Mekilover\.com\.mp4$', '.mp4' }