Can someone help me with creating a analysis to list the folders of “c:\douments and settings” with the sizes of the folders?
I have tried …
Q: (name of it, size of it) of folders of folder “c:\douments and settings”… but this doesnt work on Q/A. I get the error “E: The operator “size” is not defined.”
q: (name of it, (sum of sizes of descendants of it) /1000/1000) of folders of folder “c:\users”
A: Administrator, 0
A: All Users, 52
A: user1, 1079
A: Default, 1
Note the normal very important warnings about what happens when you iterate through lots of files on the system… This is the type of thing that can cause significant disk access on BES Client computers…