BACK TO INDEX

Win32_VolumeUserQuota
The Win32_VolumeUserQuota association relates per user quotas to quota enabled volumes. System administrators can configure Windows to prevent further disk space use and log an event when a user exceeds a specified disk space limit. They can also log an event when a user exceeds a specified disk space warning level. Note that disk quotas cannot be set for the Administrator accounts themselves.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AccountReferenceThe user account
DiskSpaceUsedUInt64The DiskSpaceUsed property indicates the current number of Bytes currently in use by this particular user or group.
LimitUInt64The Limit property indicates the limit set for this particular user or group.
StatusUInt32A Status property indicates the current status of the Disk Quota.
VolumeReferenceThe volume
WarningLimitUInt64The WarningLimit property indicates the warning limit set for this particular user or group.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_VolumeUserQuota
   {
    Account = "Win32_Account.Domain=\"SCCM01\",Name=\"Administrators\"";
    DiskSpaceUsed = "0";
    Limit = "18446744073709551615";
    Status = 0;
    Volume = "Win32_Volume.DeviceID=\"\\\\\\\\?\\\\Volume{ef317060-e8fa-11de-960a-806e6f6e6963}\\\\\"";
    WarningLimit = "18446744073709551615";
   };