things that are important and can save time
get-childitem *.tif | foreach { rename-item $_ $_.Name.Replace("whatever name or character you want to remove comes here","") }
in this example *.tif
is the fie extension which can be changed to whatever is desired. source-link