RE: Tool to report on old files.

2008-12-19 Thread Michael B. Smith
o: NT System Admin Issues Subject: RE: Tool to report on old files. Any good book recommendations? I've heard "Powershell TFM" by Jones/Hicks, but that was a while ago. Is that still a good one, or are there better? Joe Heaton Employment Training Panel

RE: Tool to report on old files.

2008-12-19 Thread Joe Heaton
r 19, 2008 8:05 AM To: NT System Admin Issues Subject: RE: Tool to report on old files. If windows is your primary platform - absolutely. Regards, Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP My blog: http://TheEssentialExchange.com/blogs/michael I'll be at TEC'2009! htt

RE: Tool to report on old files.

2008-12-19 Thread Michael B. Smith
nt: Friday, December 19, 2008 11:01 AM To: NT System Admin Issues Subject: RE: Tool to report on old files. Having had no experience at all with scripting, would Powershell be a good starting point? Joe Heaton Employment Training Panel From: Michael B. Smith [mailto:mich...@theessentialex

RE: Tool to report on old files.

2008-12-19 Thread Joe Heaton
blog: http://TheEssentialExchange.com/blogs/michael I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php From: Jon Harris [mailto:jk.har...@gmail.com] Sent: Thursday, December 18, 2008 4:35 PM To: NT System Admin Issues Subject: Re: Tool to report on old files. I keep meanin

RE: Tool to report on old files.

2008-12-18 Thread Michael B. Smith
http://TheEssentialExchange.com/blogs/michael I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php From: Jon Harris [mailto:jk.har...@gmail.com] Sent: Thursday, December 18, 2008 4:35 PM To: NT System Admin Issues Subject: Re: Tool to report on old files. I keep meaning to get a book a

Re: Tool to report on old files.

2008-12-18 Thread Jon Harris
st example is a CSV and the second is just plain text. > > > > Special Thanks to Michael B Smith for pushing PowerShell so much on the > list. I've started using it since joining and I love it! > > > > *From:* Michael B. Smith [mailto:mich...@theessentialexchange.com] &g

RE: Tool to report on old files.

2008-12-18 Thread Joe Tinney
r 18, 2008 4:08 PM To: NT System Admin Issues Subject: RE: Tool to report on old files. How about PowerShell? dir -recurse c:\temp | sort lastaccesstime -descending | ft lastaccesstime, name, directory, creationtime Regards, Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP

Re: Tool to report on old files.

2008-12-18 Thread Jon Harris
Perfect for me! Jon On Thu, Dec 18, 2008 at 4:08 PM, Michael B. Smith < mich...@theessentialexchange.com> wrote: > How about PowerShell? > > > > dir -recurse c:\temp | sort lastaccesstime -descending | ft lastaccesstime, > name, directory, creationtime > > > > Regards, > > > > Michael B. Smith,

RE: Tool to report on old files.

2008-12-18 Thread Brumbaugh, Luke
Sorry, 2003 NAS edition From: Sean Martin [mailto:seanmarti...@gmail.com] 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, th

Re: Tool to report on old files.

2008-12-18 Thread Sean Martin
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 wrote: > Here is one that reports files by how new they are. I run it eve

RE: Tool to report on old files.

2008-12-18 Thread Sam Cayze
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