When looking at a particular file on the server (2008), we see entries under the previous version tab. I need a script to enumerate through an entire directory (and subdirectories), and print out the file name if the modified date is before the last shadow copy date.
First things first, how can I get the last shadow copy date of a particular file? Of course if you know the whole solution (enumeration, etc.) I'd appreciate that as well.