Sorry, 2003 NAS edition From: Sean Martin [mailto:[email protected]] Sent: Thursday, December 18, 2008 1:04 PM To: NT System Admin Issues Subject: Re: Tool to report on old files.
You didn't mention the OS.... If you're running Windows 2003 and upgrading to R2 is an option, there's some pretty decent reporting in the File Server Resource Manager. - Sean On Thu, Dec 18, 2008 at 8:12 AM, Sam Cayze <[email protected]<mailto:[email protected]>> wrote: Here is one that reports files by how new they are. I run it every week to keep an eye on a file share. So you would need to modify it, but it might give you a taste of how LogParser can read directory structures. Lots of options here. LogParser is insanely customizable. "c:\Program Files\Log Parser 2.2\LogParser.exe" -i:FS "SELECT TOP 100 Path, LastWriteTime from \\SHARE\*.* ORDER BY LastWriteTime DESC" -rtp:-1 >Report.txt Sam ________________________________ From: Brumbaugh, Luke [mailto:[email protected]<mailto:[email protected]>] Sent: Thursday, December 18, 2008 10:59 AM To: NT System Admin Issues Subject: Tool to report on old files. I got to ask this, now that a full backup takes 3 days. I have users that save files and some are so old and useless, like the dinner menu for the new ceo party, that was 2 ceo's ago. How can I make a report by last accessed, owner, file, directory and created, all in one line. If this is doable in VBS, even better. TIA Luke ********************************************************************** CONFIDENTIALITY NOTICE: The information transmitted in this message is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and destroy all copies of this document. Thank you. Butler Animal Health Supply ********************************************************************** ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
