|
|
Hello all,
I'm trying to develop a way to look for redundant user folders (where they store their personal data etc) on our network.
Currently i am using the following syntax
dir \\server\share /a:d /t:w > \\server\share\output.txt
i am using the write attribute, as the /t:a gives me the results the last time our virus scan accessed the folder.
Question :
is there a better way to do this?
|
|
|