Changes

Jump to: navigation, search

Managing Windows Server 2008 Disk Quotas

530 bytes added, 15:08, 11 August 2008
Querying Quotas from the Command Prompt
</pre>
The above output indicates that no violations have occured. If violations had, in fact, occured, the output would have listed the violations. It is important, for examplehowever, to keep in mind that by default violations are only written to the log files once every hour. If a violation has only recently occured it may not, therefor, show up immediately in the list of violations. To verify the current update frequency, use the '''fsutil behavior query quotanotify''':
<pre>
C:\Windows\system32>fsutil behavior query quotanotify
quotanotify = 3600
</pre>
 
To change the frequency simply use the '''fsutil behavior set quotanotify''' command. For example:
 
<pre>
fsutil behavior set quotanotify 1800
</pre>

Navigation menu