Thanks in advance, i am totally new to PowerShell but i know it can rename files etc. so i'm hoping with your help it can be done with minimal fuss... I have been asked to rename circa 200 folders by adding in a 2nd reference to the folder name.
The current folder name example "11111_a1" and I want to rename it "11111_a1 12345678". I have created a CSV file with two columns, the first column has a partial match to the existing folder name being "20519" the second column has the additional reference that needs to be added "30534400"
The list is located in a Temp folder "C:\temp\FolderNameList.csv"
The target folders are located "O:\folder1\folder 2\0 - Sites"
I haven't tried anything yet but my searches have not been successful.