Limiting Home folders with autoquota


i've limited home folders 6gb using following command:
dirquota autoquota add /path:d:\users /sourcetemplate:"home 6gb"

home 6gb template sends email user when gets 95% , 100% full.

wonder how windows detect quota size.
check owner of d:\users\<username> folder?
or count files owned user , sends email quota info?

basically, need replace ownership on d:\users\ subfolders ensure quota counted correctly? cannot sure of subfolders since has survived several servers during years, , ownership might belong admin, whilst user has modify-access file.

quota in windows server based on uncompressed amount of data in files, owned useraccount.
 
to enable quota in environment should make sure files owned useraccount.
tools fileowners.pl , takeown.exe (used in loginscript) can out.


Windows Server  >  File Services and Storage



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file