get a set of files that have been modified after a certain date
Posted
by jcollum
on Stack Overflow
See other posts from Stack Overflow
or by jcollum
Published on 2009-10-07T00:07:03Z
Indexed on
2010/04/30
5:27 UTC
Read the original article
Hit count: 273
Does anyone have a handy powershell script that gets a set of files from TFS based on a modification date? I'd like to say "give me all the files in this folder (or subfolder) that were modified after X/Y/ZZZZ" and dump those files to a folder other than the folder they would normally go to. I know enough powershell to hack about and get this done, eventually, but I'm hoping to avoid that.
© Stack Overflow or respective owner