Most of my filers have tree-based quotas, but I have a couple that have user-based quotas. One of them is giving me problems.
I have a user that has a lot of random stuff in a "home directory" that is up against the user quota. After deleting some things, there is no change in the quota report. I suspect that the things the user has deleted are not "owned" by him and are therefore not contributing to his per-user quota.
If this were unix, I'd run a "find <space> -user <username>" to find all the files in the directory that were owned by the user. But this is CIFS. Is there some functional equivalent to doing this on windows? Maybe via powershell?