| Win32_QuotaSetting | |||
| The Win32_QuotaSetting class contains setting information for disk quotas on a volume. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| DefaultLimit | UInt64 | The DefaultLimit property indicates the default limit set for quotas on this particular volume. | |
| DefaultWarningLimit | UInt64 | The DefaultWarningLimit property indicates the default warning limit set for quotas on this particular volume. | |
| Description | String | A textual description of the CIM_Setting object. | |
| ExceededNotification | Boolean | The ExceedNotification property indicates whether or not events will be written to the event log when quotas are exceeded. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| State | UInt32 | The State property indicates what the level of quota management set for this particular volume. Disabled indicates that Quota management is not enabled on this volume. Tracked indicates that Quota's are tracked but the limit value is not enforced and users may exceed their quota limit. Enforced indicates that Quota's are tracked and enforce on this volume. | |
| VolumePath | String | The VolumePath property indicates the name of the volume that disk quotas are on. It can be volume name, volume path (ex D:\) or it can be the unique volume name like \\?Volume{GUID}\. | |
| WarningExceededNotification | Boolean | The WarningExceedNotification property indicates whether or not events will be written to the event log when warnings are exceeded. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_QuotaSetting    {     Caption = "C:";     DefaultLimit = "18446744073709551615";     DefaultWarningLimit = "18446744073709551615";     ExceededNotification = FALSE;     State = 0;     VolumePath = "C:\\";     WarningExceededNotification = FALSE;    }; | |||