DiskQuota.Set
Top  Previous  Next


Add / modify disk quota on a Windows 2000 or 2003 volume for a user

Category
Disk quota

Script section
[Batch], inside Data.Loop..EndLoop statement

DiskQuota.Set Volume, AccountName, WarningLevel, Limit

Volume

Full path to volume, example "x:\".  
If the volume is on a remote machine, refer to it by administrative share name, example "\\edu8\x$"  

AccountName

SamAccountName or UPN - example "steve" or "steve@acme.com"  

WarningLevel

(MB) = 0-10000 or "no" for no limit  

Limit
(MB) = 0-10000 or "no" for no limit  

Full example
Manage disk quota