PST (The time it was modified)

Can one of you gurus out there give me a quick Analyses that tells me the modified date and time of all PST’s on a computer? I need this like yesterday. thanks!

Sno

Hi Sno,

try one should do it:

(pathname of it, modification time of it) of (find files “*.pst” of (descendant folders of folder “C:”))

1 Like

Please use caution with descendants - it can be very expensive to the BigFix client loop and to your endpoint.
Better to use this in an Action than in a property or analysis.

no luck on this one, etufarol. came back with syntax errors. not sure how to troubleshoot, but I did notice the last section of your code refers to a descendant of folder ‘c’. I think C is a volume, not a folder. I’ll continue to try working on this, hopefully someone can help. Thank a lot.

Sno

@Snojack
Please consider the solution in this prior forum posting