I have a list of filenames organized like so: (search.txt)
2KJ34DS
JSD92NS
1JNKD8A
KO1N231
ASJDOA9
I have a directory organized like so: \\logs\
20161201
.\
K2J3N4K.xml
SDJNFK2.wav
ASDN1JE.html
20161202
20161203
20161204
The contents of the dated folders in the directory are the filenames I need to match on according to the list provided within the search.txt file.
I need a powershell script that can iterate over the dated folders and copy the file matches it finds to a destination "\\logs\matches\". It should match any file extension. It would be an added bonus if I could specify a "start date" and "end date" and it only iterate between the dated folders within the start and stop date.
I have no idea where to start... can anyone help?
hi try Something like this (PowerShell v3 minimum)