| 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 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Account | Reference | The user account | |
| DiskSpaceUsed | UInt64 | The DiskSpaceUsed property indicates the current number of Bytes currently in use by this particular user or group. | |
| Limit | UInt64 | The Limit property indicates the limit set for this particular user or group. | |
| Status | UInt32 | A Status property indicates the current status of the Disk Quota. | |
| Volume | Reference | The volume | |
| WarningLimit | UInt64 | The 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";    }; | |||