Forum Discussion
andrewj-t
Neophyte
2 months agoI had a similiar situation where I wanted to monitor the size of certain folders on a central windows file server. What I ended up doing was enabling the FSRM role on the server, and created soft quotas on the folders I wanted to track. There is a Community LogicModule tagged with FSRM that can track these via WMI.
The main advantage of using FSRM, is that since the FSRM service tracks the space, you wouldnt need to recursively calculate the size of each folder when you wanted to poll it.
Probably not something you would want to do for every folder on the server, but could be useful if there are specific ones you are interested in tracking.