Property Name
MaxStorage
Property Type
Long
Description
Gets and sets the maximum amount of disk space (in Kilobytes) a
user can have.
Remarks
If it returns -1 then a user has unlimited storage capacity.
Example
Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.MaxStorage
See Also