BACK TO INDEX

Win32_QuotaSetting
The Win32_QuotaSetting class contains setting information for disk quotas on a volume.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
DefaultLimitUInt64The DefaultLimit property indicates the default limit set for quotas on this particular volume.
DefaultWarningLimitUInt64The DefaultWarningLimit property indicates the default warning limit set for quotas on this particular volume.
DescriptionStringA textual description of the CIM_Setting object.
ExceededNotificationBooleanThe ExceedNotification property indicates whether or not events will be written to the event log when quotas are exceeded.
SettingIDStringThe identifier by which the CIM_Setting object is known.
StateUInt32The 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.
VolumePathStringThe 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}\.
WarningExceededNotificationBooleanThe 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;
   };