need to automatically generate a listing of cached offline files

  • Thread starter Thread starter RoyPardee
  • Start date Start date
R

RoyPardee

Guest
Hey All,

I'd like to write a script that spits out a list of the network files
I have cached on my laptop via offline files, so I can account for any
data loss if it ever went missing. I'm thinking I'd run this
periodically while connected to the network. Can anybody point me at
tools and/or code I can use to get this done?

Here's what I have already turned up in some googling:

- there is a reskit tool called csccmd that at one point took an /enum
flag, which I think would produce the list I want, but the version I
downloaded does not seem to support this flag.
- there is a WMI provider (documented here:
http://msdn2.microsoft.com/en-us/library/bb309180.aspx) that seems to
offer a programmatic way to get at the offline files cache, but I
haven't been able to make that work (I have been unable to find sample
code that exercises that provider).

Thanks very much!

-Roy
 
Back
Top