In powershell I want to rename a bunch of files with from test_file_DAY.csv to test_file_hello_DAY.vsn
all the files have _DAY.csv in them. What would be the script to do this? they would be in one folder with subfolders.
Thanks
Not sure how to do this.