Was just wondering if anyone knows a script or tool that can be used to find all the files which affect a user's disk quota in Windows Server 2003/2008.
Any suggestions?
|
Was just wondering if anyone knows a script or tool that can be used to find all the files which affect a user's disk quota in Windows Server 2003/2008. Any suggestions?
| |||
|
feedback
|
|
Essentially, you need to tally the size of all files owned by you. A quick powershell hack:
...where | |||||||
feedback
|
|
Spacemonger 1.4 is an old graphical tool that I have used that achieves exactly that. It displays the space occupied by various files graphically. See this example. You need to find version 1.4 though. That is the last freeware version they released. You can find it here | |||||
feedback
|
|
SIMPLY one line, below! Find all files owned by a specific user: fsutil file findbysid eg. If the user name = "fredsmith" and we want to check everywhere on the E: drive! Type at the command line: fsutil file findbysid fredsmith e:\ | |||
feedback
|