Hello all,
We use a vbscript currently that does a recursive search of user machines, looking for *.pst. This makes use of the filesystem object. As it's triggered in login scripts, it's a pain to hit the client machines with unecessary disk i/o at that time.
And this is a true pain in the butt, as it's quite disk i/o intensive and time consuming. I'm wondering if someone would know how to scan the MFT on NTFS disks through a vbscript, rather than doing a recursive search?? Or can we just look at directory entries somehow? We just need the filename, path, owner, and size (although attributes may be handy too).
We can probably come up with some util to do the job (as per methodology employed by FSUtil.exe file findbysid; or salvageNTFS (find 'em in Google)) however vbscript would be simpler for our infrastructure controls.
Anyone?![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
Cheers
We use a vbscript currently that does a recursive search of user machines, looking for *.pst. This makes use of the filesystem object. As it's triggered in login scripts, it's a pain to hit the client machines with unecessary disk i/o at that time.
And this is a true pain in the butt, as it's quite disk i/o intensive and time consuming. I'm wondering if someone would know how to scan the MFT on NTFS disks through a vbscript, rather than doing a recursive search?? Or can we just look at directory entries somehow? We just need the filename, path, owner, and size (although attributes may be handy too).
We can probably come up with some util to do the job (as per methodology employed by FSUtil.exe file findbysid; or salvageNTFS (find 'em in Google)) however vbscript would be simpler for our infrastructure controls.
Anyone?
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
Cheers