INFORMANT-HW: View SNMP OID List / Download MIB
VENDOR: WILLIAMS TECHNOLOGY CONSULTING SERVICES
Home | MIB: INFORMANT-HW | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
wmiHardware | 1.3.6.1.4.1.9600.1.21 |
The MIB module for informant hardware WMI entities. |
||
wmiCoolingDevice | 1.3.6.1.4.1.9600.1.21.1 |
The Cooling Devices subcategory groups classes that represent instrumentable fans, temperature probes, and refrigeration devices. |
||
win32FanTable | 1.3.6.1.4.1.9600.1.21.1.1 | no-access |
The Win32_Fan WMI class represents the properties of a fan device in the computer system. For example, the CPU cooling fan. |
|
1.3.6.1.4.1.9600.1.21.1.1.1 | no-access |
None |
||
hwfanIndex | 1.3.6.1.4.1.9600.1.21.1.1.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwfanActiveCooling | 1.3.6.1.4.1.9600.1.21.1.1.1.2 | truthvalue | read-only |
If TRUE, the cooling device provides active (as opposed to passive) cooling. This property is inherited from CIM_CoolingDevice. |
hwfanAvailability | 1.3.6.1.4.1.9600.1.21.1.1.1.3 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwfanCaption | 1.3.6.1.4.1.9600.1.21.1.1.1.4 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwfanConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.1.1.1.5 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwfanConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.1.1.1.6 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwfanCreationClassName | 1.3.6.1.4.1.9600.1.21.1.1.1.7 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwfanDescription | 1.3.6.1.4.1.9600.1.21.1.1.1.8 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwfanDesiredSpeed | 1.3.6.1.4.1.9600.1.21.1.1.1.9 | gauge32 | read-only |
Currently requested fan speed, defined in revolutions per minute, when a variable speed fan is supported (VariableSpeed is TRUE). The current speed is determined by a sensor (CIM_Tachometer) that is associated with the fan using the CIM_AssociatedSensor relationship. This property is inherited from CIM_Fan. |
hwfanDeviceID | 1.3.6.1.4.1.9600.1.21.1.1.1.10 | wtcsdisplaystring | read-only |
Identifies the fan device. This property is inherited from CIM_LogicalDevice. |
hwfanErrorCleared | 1.3.6.1.4.1.9600.1.21.1.1.1.11 | truthvalue | read-only |
If TRUE, the error reported in the LastErrorCode property is now cleared. This property is inherited from CIM_LogicalDevice. |
hwfanErrorDescription | 1.3.6.1.4.1.9600.1.21.1.1.1.12 | wtcsdisplaystring | read-only |
Free-form string supplying more information about the error recorded in LastErrorCode property, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwfanInstallDate | 1.3.6.1.4.1.9600.1.21.1.1.1.13 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwfanLastErrorCode | 1.3.6.1.4.1.9600.1.21.1.1.1.14 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwfanName | 1.3.6.1.4.1.9600.1.21.1.1.1.15 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwfanPNPDeviceID | 1.3.6.1.4.1.9600.1.21.1.1.1.16 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwfanPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.1.1.1.17 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwfanPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.1.1.1.18 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwfanStatus | 1.3.6.1.4.1.9600.1.21.1.1.1.19 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwfanStatusInfo | 1.3.6.1.4.1.9600.1.21.1.1.1.20 | integer | read-only |
State of the logical device. If the property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwfanSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.1.1.1.21 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwfanSystemName | 1.3.6.1.4.1.9600.1.21.1.1.1.22 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwfanVariableSpeed | 1.3.6.1.4.1.9600.1.21.1.1.1.23 | truthvalue | read-only |
If TRUE, the fan supports variable speeds. This property is inherited from CIM_Fan. |
win32HeatPipeTable | 1.3.6.1.4.1.9600.1.21.1.2 | no-access |
The Win32_HeatPipe WMI class represents the properties of a heat pipe cooling device. |
|
1.3.6.1.4.1.9600.1.21.1.2.1 | no-access |
None |
||
hwhpIndex | 1.3.6.1.4.1.9600.1.21.1.2.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwhpActiveCooling | 1.3.6.1.4.1.9600.1.21.1.2.1.2 | truthvalue | read-only |
If TRUE, the cooling device provides active cooling not passive. This property is inherited from CIM_CoolingDevice. |
hwhpAvailability | 1.3.6.1.4.1.9600.1.21.1.2.1.3 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwhpCaption | 1.3.6.1.4.1.9600.1.21.1.2.1.4 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwhpConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.1.2.1.5 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwhpConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.1.2.1.6 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwhpCreationClassName | 1.3.6.1.4.1.9600.1.21.1.2.1.7 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwhpDescription | 1.3.6.1.4.1.9600.1.21.1.2.1.8 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwhpDeviceID | 1.3.6.1.4.1.9600.1.21.1.2.1.9 | wtcsdisplaystring | read-only |
Unique identifier of the heat pipe. This property is inherited from CIM_LogicalDevice. |
hwhpErrorCleared | 1.3.6.1.4.1.9600.1.21.1.2.1.10 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwhpErrorDescription | 1.3.6.1.4.1.9600.1.21.1.2.1.11 | wtcsdisplaystring | read-only |
More information about the error that is recorded in LastErrorCode, and information about any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwhpInstallDate | 1.3.6.1.4.1.9600.1.21.1.2.1.12 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwhpLastErrorCode | 1.3.6.1.4.1.9600.1.21.1.2.1.13 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwhpName | 1.3.6.1.4.1.9600.1.21.1.2.1.14 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwhpPNPDeviceID | 1.3.6.1.4.1.9600.1.21.1.2.1.15 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwhpPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.1.2.1.16 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwhpPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.1.2.1.17 | truthvalue | read-only |
If TRUE, the device can be power-managed put into suspend mode, and so on. The property does not indicate that power management features are enabled currently, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwhpStatus | 1.3.6.1.4.1.9600.1.21.1.2.1.18 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwhpStatusInfo | 1.3.6.1.4.1.9600.1.21.1.2.1.19 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwhpSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.1.2.1.20 | wtcsdisplaystring | read-only |
Value for the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwhpSystemName | 1.3.6.1.4.1.9600.1.21.1.2.1.21 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
win32RefrigerationTable | 1.3.6.1.4.1.9600.1.21.1.3 | no-access |
The Win32_Refrigeration WMI class represents the properties of a refrigeration device. |
|
1.3.6.1.4.1.9600.1.21.1.3.1 | no-access |
None |
||
hwrfgIndex | 1.3.6.1.4.1.9600.1.21.1.3.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwrfgActiveCooling | 1.3.6.1.4.1.9600.1.21.1.3.1.2 | truthvalue | read-only |
If TRUE, the cooling device provides active cooling not passive cooling. This property is inherited from CIM_CoolingDevice. |
hwrfgAvailability | 1.3.6.1.4.1.9600.1.21.1.3.1.3 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwrfgCaption | 1.3.6.1.4.1.9600.1.21.1.3.1.4 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwrfgConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.1.3.1.5 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwrfgConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.1.3.1.6 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwrfgCreationClassName | 1.3.6.1.4.1.9600.1.21.1.3.1.7 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwrfgDescription | 1.3.6.1.4.1.9600.1.21.1.3.1.8 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwrfgDeviceID | 1.3.6.1.4.1.9600.1.21.1.3.1.9 | wtcsdisplaystring | read-only |
Unique identifier of the refrigeration device. This property is inherited from CIM_LogicalDevice. |
hwrfgErrorCleared | 1.3.6.1.4.1.9600.1.21.1.3.1.10 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwrfgErrorDescription | 1.3.6.1.4.1.9600.1.21.1.3.1.11 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwrfgInstallDate | 1.3.6.1.4.1.9600.1.21.1.3.1.12 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwrfgLastErrorCode | 1.3.6.1.4.1.9600.1.21.1.3.1.13 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwrfgName | 1.3.6.1.4.1.9600.1.21.1.3.1.14 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwrfgPNPDeviceID | 1.3.6.1.4.1.9600.1.21.1.3.1.15 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwrfgPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.1.3.1.16 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwrfgPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.1.3.1.17 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwrfgStatus | 1.3.6.1.4.1.9600.1.21.1.3.1.18 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwrfgStatusInfo | 1.3.6.1.4.1.9600.1.21.1.3.1.19 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwrfgSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.1.3.1.20 | wtcsdisplaystring | read-only |
Value for the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwrfgSystemName | 1.3.6.1.4.1.9600.1.21.1.3.1.21 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
win32TemperatureProbeTable | 1.3.6.1.4.1.9600.1.21.1.4 | no-access |
The Win32_TemperatureProbe WMI class represents the properties of a temperature sensor (electronic thermometer). |
|
1.3.6.1.4.1.9600.1.21.1.4.1 | no-access |
None |
||
hwtmpIndex | 1.3.6.1.4.1.9600.1.21.1.4.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwtmpAccuracy | 1.3.6.1.4.1.9600.1.21.1.4.1.2 | integer32 | read-only |
Accuracy of the sensor for the measured property. Its value is recorded as plus or minus hundredths of a percent. Accuracy, and resolution and tolerance are used to calculate the actual value of the measured physical property. Accuracy may vary and depends on whether or not the device is linear over its dynamic range. This property is inherited from CIM_NumericSensor. |
hwtmpAvailability | 1.3.6.1.4.1.9600.1.21.1.4.1.3 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwtmpCaption | 1.3.6.1.4.1.9600.1.21.1.4.1.4 | wtcsdisplaystring | read-only |
Short description of an object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwtmpConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.1.4.1.5 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwtmpConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.1.4.1.6 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwtmpCreationClassName | 1.3.6.1.4.1.9600.1.21.1.4.1.7 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of a class, the property allows all instances of the class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwtmpCurrentReading | 1.3.6.1.4.1.9600.1.21.1.4.1.8 | integer32 | read-only |
Current value indicated by the sensor. This property is inherited from CIM_NumericSensor. |
hwtmpDescription | 1.3.6.1.4.1.9600.1.21.1.4.1.9 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwtmpDeviceID | 1.3.6.1.4.1.9600.1.21.1.4.1.10 | wtcsdisplaystring | read-only |
Unique identifier of the current probe. This property is inherited from CIM_LogicalDevice. |
hwtmpErrorCleared | 1.3.6.1.4.1.9600.1.21.1.4.1.11 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwtmpErrorDescription | 1.3.6.1.4.1.9600.1.21.1.4.1.12 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information about any corrective actions that you can take. This property is inherited from CIM_LogicalDevice. |
hwtmpInstallDate | 1.3.6.1.4.1.9600.1.21.1.4.1.13 | dateandtime | read-only |
Date and time the object is installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwtmpIsLinear | 1.3.6.1.4.1.9600.1.21.1.4.1.14 | truthvalue | read-only |
If TRUE, the sensor is linear over its dynamic range. This property is inherited from CIM_NumericSensor. |
hwtmpLastErrorCode | 1.3.6.1.4.1.9600.1.21.1.4.1.15 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwtmpLowerThresholdCritical | 1.3.6.1.4.1.9600.1.21.1.4.1.16 | integer32 | read-only |
Sensor threshold value to specify the ranges (minimum and maximum values) that identify the sensor operating conditions, which can be normal, non-critical, critical, or fatal conditions. If CurrentReading is between LowerThresholdCritical and LowerThresholdFatal, the current state is critical. This property is inherited from CIM_NumericSensor. |
hwtmpLowerThresholdFatal | 1.3.6.1.4.1.9600.1.21.1.4.1.17 | integer32 | read-only |
Sensor threshold value to specify the ranges (minimum and maximum values) that identify the sensor operating conditions, which can be normal, non-critical, critical, or fatal conditions. If CurrentReading is below LowerThresholdFatal, the current state is fatal. This property is inherited from CIM_NumericSensor. |
hwtmpLowerThresholdNonCritical | 1.3.6.1.4.1.9600.1.21.1.4.1.18 | integer32 | read-only |
Sensor threshold value to specify the ranges (minimum and maximum values) that identify the sensor operating conditions, which can be normal, non-critical, critical, or fatal conditions. If CurrentReading is between LowerThresholdNonCritical and UpperThresholdNonCritical, the sensor is reporting a normal value. If CurrentReading is between LowerThresholdNonCritical and LowerThresholdCritical, the current state is non-critical. This property is inherited from CIM_NumericSensor. |
hwtmpMaxReadable | 1.3.6.1.4.1.9600.1.21.1.4.1.19 | integer32 | read-only |
Largest value of the measured property that can be read by the numeric sensor. This property is inherited from CIM_NumericSensor. |
hwtmpMinReadable | 1.3.6.1.4.1.9600.1.21.1.4.1.20 | integer32 | read-only |
Smallest value of the measured property that can be read by the numeric sensor. This property is inherited from CIM_NumericSensor. |
hwtmpName | 1.3.6.1.4.1.9600.1.21.1.4.1.21 | wtcsdisplaystring | read-only |
Label for the object. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwtmpNominalReading | 1.3.6.1.4.1.9600.1.21.1.4.1.22 | integer32 | read-only |
Normal or expected value for the numeric sensor. This property is inherited from CIM_NumericSensor. |
hwtmpNormalMax | 1.3.6.1.4.1.9600.1.21.1.4.1.23 | integer32 | read-only |
Normal or expected value for the numeric sensor. This property is inherited from CIM_NumericSensor. |
hwtmpNormalMin | 1.3.6.1.4.1.9600.1.21.1.4.1.24 | integer32 | read-only |
Guidance for the user as to the normal minimum range for the numeric sensor. This property is inherited from CIM_NumericSensor. |
hwtmpPNPDeviceID | 1.3.6.1.4.1.9600.1.21.1.4.1.25 | wtcsdisplaystring | read-only |
Windows plug and play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwtmpPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.1.4.1.26 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwtmpPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.1.4.1.27 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwtmpResolution | 1.3.6.1.4.1.9600.1.21.1.4.1.28 | gauge32 | read-only |
Ability of the sensor to resolve differences in the measured property. This value may vary depending on whether the device is linear over its dynamic range. This property is inherited from CIM_NumericSensor. |
hwtmpStatus | 1.3.6.1.4.1.9600.1.21.1.4.1.29 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwtmpStatusInfo | 1.3.6.1.4.1.9600.1.21.1.4.1.30 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwtmpSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.1.4.1.31 | wtcsdisplaystring | read-only |
Value for the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwtmpSystemName | 1.3.6.1.4.1.9600.1.21.1.4.1.32 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwtmpTolerance | 1.3.6.1.4.1.9600.1.21.1.4.1.33 | integer32 | read-only |
Tolerance of the sensor for the measured property. Tolerance, along with resolution and accuracy, is used to calculate the actual value of the measured physical property. Tolerance may vary depending on whether the device is linear over its dynamic range. This property is inherited from CIM_NumericSensor. |
hwtmpUpperThresholdCritical | 1.3.6.1.4.1.9600.1.21.1.4.1.34 | integer32 | read-only |
Sensor's threshold values specify the ranges (minimum and maximum values) that identify the sensor operating conditions, which can be normal, non-critical, critical, or fatal conditions. If CurrentReading is between UpperThresholdCritical and UpperThresholdFatal, the current state is critical. This property is inherited from CIM_NumericSensor. |
hwtmpUpperThresholdFatal | 1.3.6.1.4.1.9600.1.21.1.4.1.35 | integer32 | read-only |
Sensor's threshold values specify the ranges (minimum and maximum values) that identify the sensor operating conditions, which can be normal, non-critical, critical, or fatal conditions. If CurrentReading is above UpperThresholdFatal, the current state is fatal. This property is inherited from CIM_NumericSensor. |
hwtmpUpperThresholdNonCritical | 1.3.6.1.4.1.9600.1.21.1.4.1.36 | integer32 | read-only |
Sensor's threshold values specify the ranges (minimum and maximum values) that identify the sensor operating conditions, which can be normal, non-critical, critical, or fatal conditions. If CurrentReading is between LowerThresholdNonCritical and UpperThresholdNonCritical, the sensor is reporting a normal value. If CurrentReading is between UpperThresholdNonCritical and UpperThresholdCritical, the current state is non-critical. This property is inherited from CIM_NumericSensor. |
wmiInputDevice | 1.3.6.1.4.1.9600.1.21.2 |
The Input Devices subcategory groups classes that represent keyboards and pointing devices. |
||
win32KeyboardTable | 1.3.6.1.4.1.9600.1.21.2.1 | no-access |
The Win32_Keyboard WMI class represents a keyboard installed on a Windows system. |
|
1.3.6.1.4.1.9600.1.21.2.1.1 | no-access |
None |
||
hwkbIndex | 1.3.6.1.4.1.9600.1.21.2.1.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwkbAvailability | 1.3.6.1.4.1.9600.1.21.2.1.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwkbCaption | 1.3.6.1.4.1.9600.1.21.2.1.1.3 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwkbConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.2.1.1.4 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwkbConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.2.1.1.5 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwkbCreationClassName | 1.3.6.1.4.1.9600.1.21.2.1.1.6 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwkbDescription | 1.3.6.1.4.1.9600.1.21.2.1.1.7 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwkbDeviceID | 1.3.6.1.4.1.9600.1.21.2.1.1.8 | wtcsdisplaystring | read-only |
Address or other identifying information to uniquely name the logical device. This property is inherited from CIM_LogicalDevice. |
hwkbErrorCleared | 1.3.6.1.4.1.9600.1.21.2.1.1.9 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwkbErrorDescription | 1.3.6.1.4.1.9600.1.21.2.1.1.10 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwkbInstallDate | 1.3.6.1.4.1.9600.1.21.2.1.1.11 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwkbIsLocked | 1.3.6.1.4.1.9600.1.21.2.1.1.12 | truthvalue | read-only |
If TRUE, the device is locked, preventing user input or output. This property is inherited from CIM_UserDevice. |
hwkbLastErrorCode | 1.3.6.1.4.1.9600.1.21.2.1.1.13 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwkbLayout | 1.3.6.1.4.1.9600.1.21.2.1.1.14 | wtcsdisplaystring | read-only |
Free-form string indicating the layout of the keyboard. This property is inherited from CIM_Keyboard. |
hwkbName | 1.3.6.1.4.1.9600.1.21.2.1.1.15 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwkbNumberOfFunctionKeys | 1.3.6.1.4.1.9600.1.21.2.1.1.16 | integer32 | read-only |
Number of function keys on the keyboard. This property is inherited from CIM_Keyboard. |
hwkbPassword | 1.3.6.1.4.1.9600.1.21.2.1.1.17 | integer | read-only |
Status of hardware-level password enabled at the keyboard (value=4), preventing local input. This property is inherited from CIM_Keyboard. Enumeration: 'disabled': 3, 'unknown': 2, 'other': 1, 'enabled': 4, 'notImplemented': 5. |
hwkbPNPDeviceID | 1.3.6.1.4.1.9600.1.21.2.1.1.18 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwkbPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.2.1.1.19 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwkbPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.2.1.1.20 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwkbStatus | 1.3.6.1.4.1.9600.1.21.2.1.1.21 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwkbStatusInfo | 1.3.6.1.4.1.9600.1.21.2.1.1.22 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwkbSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.2.1.1.23 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwkbSystemName | 1.3.6.1.4.1.9600.1.21.2.1.1.24 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
win32PointingDeviceTable | 1.3.6.1.4.1.9600.1.21.2.2 | no-access |
The Win32_PointingDevice WMI class represents an input device used to point to and select regions on the display of a Windows computer system. Any device used to manipulate a pointer, or point to the display on a Windows computer system is a member of this class. |
|
1.3.6.1.4.1.9600.1.21.2.2.1 | no-access |
None |
||
hwptIndex | 1.3.6.1.4.1.9600.1.21.2.2.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwptAvailability | 1.3.6.1.4.1.9600.1.21.2.2.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwptCaption | 1.3.6.1.4.1.9600.1.21.2.2.1.3 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwptConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.2.2.1.4 | integer | read-only |
Windows Configuration Manager error code. . This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwptConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.2.2.1.5 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwptCreationClassName | 1.3.6.1.4.1.9600.1.21.2.2.1.6 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwptDescription | 1.3.6.1.4.1.9600.1.21.2.2.1.7 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwptDeviceID | 1.3.6.1.4.1.9600.1.21.2.2.1.8 | wtcsdisplaystring | read-only |
Unique identifier of the pointing device with other devices on the system. This property is inherited from CIM_LogicalDevice. |
hwptDeviceInterface | 1.3.6.1.4.1.9600.1.21.2.2.1.9 | integer | read-only |
Type of interface used for the pointing device. Enumeration: 'busMouseDB9': 160, 'hpHIL': 6, 'usb': 162, 'unknown': 2, 'appleDesktopBus': 8, 'infrared': 5, 'busMouseMicroDIN': 161, 'other': 1, 'ps2': 4, 'serial': 3, 'busMouse': 7. |
hwptDoubleSpeedThreshold | 1.3.6.1.4.1.9600.1.21.2.2.1.10 | gauge32 | read-only |
One of two acceleration values. The sensitivity of the pointing device doubles (toggles from the first to the second value) when the pointing device moves a distance greater than this threshold value. |
hwptErrorCleared | 1.3.6.1.4.1.9600.1.21.2.2.1.11 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwptErrorDescription | 1.3.6.1.4.1.9600.1.21.2.2.1.12 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwptHandedness | 1.3.6.1.4.1.9600.1.21.2.2.1.13 | integer | read-only |
Configuration of the pointing device for left or right-hand operation. This property is inherited from CIM_PointingDevice. Enumeration: 'unknown': 0, 'leftHandedOperation': 3, 'rightHandedOperation': 2, 'notApplicable': 1. |
hwptHardwareType | 1.3.6.1.4.1.9600.1.21.2.2.1.14 | wtcsdisplaystring | read-only |
Type of hardware used for the Windows pointing device. Example: 'MICROSOFT PS2 MOUSE' |
hwptInfFileName | 1.3.6.1.4.1.9600.1.21.2.2.1.15 | wtcsdisplaystring | read-only |
Name of the .inf file for the Windows pointing device. Example: 'ab.inf' |
hwptInfSection | 1.3.6.1.4.1.9600.1.21.2.2.1.16 | wtcsdisplaystring | read-only |
Section of the .inf file that holds configuration information for the Windows pointing device. |
hwptInstallDate | 1.3.6.1.4.1.9600.1.21.2.2.1.17 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwptIsLocked | 1.3.6.1.4.1.9600.1.21.2.2.1.18 | truthvalue | read-only |
If TRUE, the device is locked, preventing user input or output. This property is inherited from CIM_UserDevice. |
hwptLastErrorCode | 1.3.6.1.4.1.9600.1.21.2.2.1.19 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwptManufacturer | 1.3.6.1.4.1.9600.1.21.2.2.1.20 | wtcsdisplaystring | read-only |
Name of the processor's manufacturer. Example: 'GenuineSilicon' |
hwptName | 1.3.6.1.4.1.9600.1.21.2.2.1.21 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwptNumberOfButtons | 1.3.6.1.4.1.9600.1.21.2.2.1.22 | integer32 | read-only |
Number of buttons on the pointing device. This property is inherited from CIM_PointingDevice. Example: 2 |
hwptPNPDeviceID | 1.3.6.1.4.1.9600.1.21.2.2.1.23 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwptPointingType | 1.3.6.1.4.1.9600.1.21.2.2.1.24 | integer | read-only |
Type of pointing device. This property is inherited from CIM_PointingDevice. Enumeration: 'touchScreen': 8, 'unknown': 2, 'touchPad': 7, 'other': 1, 'trackBall': 4, 'mouseOpticalSensor': 9, 'mouse': 3, 'glidePoint': 6, 'trackPoint': 5. |
hwptPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.2.2.1.25 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwptPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.2.2.1.26 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwptQuadSpeedThreshold | 1.3.6.1.4.1.9600.1.21.2.2.1.27 | gauge32 | read-only |
One of two acceleration threshold values. The system doubles the speed of the pointer movement when the pointer device moves a distance greater than this value. Because this speed increase occurs after the DoubleSpeedThreshold value has been met, the pointer effectively moves at four times its original speed. |
hwptResolution | 1.3.6.1.4.1.9600.1.21.2.2.1.28 | gauge32 | read-only |
Tracking resolution. This property is inherited from CIM_PointingDevice. Example: 0 |
hwptSampleRate | 1.3.6.1.4.1.9600.1.21.2.2.1.29 | gauge32 | read-only |
Rate at which the pointing device is polled for input information. |
hwptStatus | 1.3.6.1.4.1.9600.1.21.2.2.1.30 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwptStatusInfo | 1.3.6.1.4.1.9600.1.21.2.2.1.31 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwptSynch | 1.3.6.1.4.1.9600.1.21.2.2.1.32 | gauge32 | read-only |
Length of time after which the next interrupt is assumed to indicate the start of a new device packet (partial packets are discarded). In the event that an interrupt is lost, this allows the pointing device driver to synchronize its internalrepresentation of the packet state with the hardware state. |
hwptSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.2.2.1.33 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwptSystemName | 1.3.6.1.4.1.9600.1.21.2.2.1.34 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
wmiMassStorage | 1.3.6.1.4.1.9600.1.21.3 |
Classes in the Mass Storage subcategory represent storage devices such as hard disk drives, CD-ROM drives, and tape drives. |
||
win32AutochkSettingTable | 1.3.6.1.4.1.9600.1.21.3.2 | no-access |
The Win32_AutochkSetting WMI class represents the settings for the autocheck operation of a disk. |
|
1.3.6.1.4.1.9600.1.21.3.2.1 | no-access |
None |
||
hwasIndex | 1.3.6.1.4.1.9600.1.21.3.2.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwasCaption | 1.3.6.1.4.1.9600.1.21.3.2.1.2 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_Setting. |
hwasDescription | 1.3.6.1.4.1.9600.1.21.3.2.1.3 | wtcsdisplaystring | read-only |
Description of the autocheck setting. This property is inherited from CIM_Setting. |
hwasSettingID | 1.3.6.1.4.1.9600.1.21.3.2.1.4 | wtcsdisplaystring | read-only |
Date and time when the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_Setting. |
hwasUserInputDelay | 1.3.6.1.4.1.9600.1.21.3.2.1.5 | gauge32 | read-only |
User input delay for autocheck. |
win32CDROMDriveTable | 1.3.6.1.4.1.9600.1.21.3.8 | no-access |
The Win32_CDROMDrive WMI class represents a CD-ROM drive on a Windows computer system. Note that the name of the drive does not correspond to the logical drive letter assigned to the device. |
|
1.3.6.1.4.1.9600.1.21.3.8.1 | no-access |
None |
||
hwcdIndex | 1.3.6.1.4.1.9600.1.21.3.8.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwcdAvailability | 1.3.6.1.4.1.9600.1.21.3.8.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwcdCapabilities | 1.3.6.1.4.1.9600.1.21.3.8.1.3 | wtcsdisplaystring | read-only |
Array of capabilities of the media access device. For example, the device may support random access (3), removable media (7), and automatic cleaning (9). This property is inherited from CIM_MediaAccessDevice. Value Meaning 0 Unknown 1 Other 2 Sequential Access 3 Random Access 4 Supports Writing 5 Encryption 6 Compression 7 Supports Removable Media 8 Manual Cleaning 9 Automatic Cleaning 10 SMART Notification 11 Supports Dual-sided Media 12 Predismount Eject Not Required |
hwcdCapabilityDescriptions | 1.3.6.1.4.1.9600.1.21.3.8.1.4 | wtcsdisplaystring | read-only |
Array of more detailed explanations for any of the access device features indicated in the Capabilities array. Each entry of this array is related to the entry in the Capabilities array that is located at the same index. This property is inherited from CIM_MediaAccessDevice. |
hwcdCaption | 1.3.6.1.4.1.9600.1.21.3.8.1.5 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwcdCompressionMethod | 1.3.6.1.4.1.9600.1.21.3.8.1.6 | wtcsdisplaystring | read-only |
Algorithm or tool used by the device to support compression. If it is not possible or not desired to describe the compression scheme (perhaps because it is not known), use the following words: 'Unknown' to represent that it is not known whether the device supports compression capabilities; 'Compressed' to represent that the device supports compression capabilities but either its compression scheme is not known or not disclosed; and 'Not Compressed' to represent that the device does not support compression capabilities. This property is inherited from CIM_MediaAccessDevice. |
hwcdConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.3.8.1.7 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwcdConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.3.8.1.8 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwcdCreationClassName | 1.3.6.1.4.1.9600.1.21.3.8.1.9 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwcdDefaultBlockSize | 1.3.6.1.4.1.9600.1.21.3.8.1.10 | gauge32 | read-only |
Default block size, in bytes, for this device. This property is inherited from CIM_MediaAccessDevice. |
hwcdDescription | 1.3.6.1.4.1.9600.1.21.3.8.1.11 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwcdDeviceID | 1.3.6.1.4.1.9600.1.21.3.8.1.12 | wtcsdisplaystring | read-only |
Unique identifier for a CD-ROM drive. This property is inherited from CIM_LogicalDevice. |
hwcdDrive | 1.3.6.1.4.1.9600.1.21.3.8.1.13 | wtcsdisplaystring | read-only |
Drive letter of the CD-ROM drive. Example: 'd:\' |
hwcdDriveIntegrity | 1.3.6.1.4.1.9600.1.21.3.8.1.14 | truthvalue | read-only |
If TRUE, files can be accurately read from the CD device. This is achieved by reading a block of data twice and comparing the data against itself. |
hwcdErrorCleared | 1.3.6.1.4.1.9600.1.21.3.8.1.15 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. |
hwcdErrorDescription | 1.3.6.1.4.1.9600.1.21.3.8.1.16 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information about corrective actions that can be taken. |
hwcdErrorMethodology | 1.3.6.1.4.1.9600.1.21.3.8.1.17 | wtcsdisplaystring | read-only |
Type of error detection and correction supported by this device. This property is inherited from CIM_MediaAccessDevice. |
hwcdFileSystemFlags | 1.3.6.1.4.1.9600.1.21.3.8.1.18 | integer32 | read-only |
This property is obsolete. In place of this property, use FileSystemFlagsEx. |
hwcdFileSystemFlagsEx | 1.3.6.1.4.1.9600.1.21.3.8.1.19 | integer | read-only |
File system flags associated with the Windows CD-ROM drive. This parameter can be any combination of flags, but FS_FILE_COMPRESSION and FS_VOL_IS_COMPRESSED are mutually exclusive. Enumeration: 'casePRESERVEDNAMES': 2, 'supportsLONGNAMES': 16384, 'unicodeONDISK': 4, 'volumeQUOTAS': 32, 'supportsNAMEDSTREAMS': 262144, 'supportsREPARSEPOINTS': 128, 'persistentACLS': 8, 'fileCOMPRESSION': 16, 'supportsREMOTESTORAGE': 256, 'supportsSPARSEFILES': 64, 'supportsOBJECTIDS': 65536, 'volumeISCOMPRESSED': 32768, 'caseSENSITIVESEARCH': 1, 'supportsENCRYPTION': 131072. |
hwcdId | 1.3.6.1.4.1.9600.1.21.3.8.1.20 | wtcsdisplaystring | read-only |
Drive letter uniquely identifying this CD-ROM drive. Example: 'd:\' |
hwcdInstallDate | 1.3.6.1.4.1.9600.1.21.3.8.1.21 | dateandtime | read-only |
Date and time the object is installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwcdLastErrorCode | 1.3.6.1.4.1.9600.1.21.3.8.1.22 | gauge32 | read-only |
Last error code reported by the logical device. |
hwcdManufacturer | 1.3.6.1.4.1.9600.1.21.3.8.1.23 | wtcsdisplaystring | read-only |
Manufacturer of the Windows CD-ROM drive. Example: 'PLEXTOR' |
hwcdMaxBlockSize | 1.3.6.1.4.1.9600.1.21.3.8.1.24 | gauge32 | read-only |
Maximum block size, in bytes, for media accessed by this device. This property is inherited from CIM_MediaAccessDevice. |
hwcdMaximumComponentLength | 1.3.6.1.4.1.9600.1.21.3.8.1.25 | gauge32 | read-only |
Maximum length of a filename component supported by the Windows CD-ROM drive. A file name component the portion of a file name between backslashes. The value can be used to indicate that long names are supported by the specified file system. For example, for a FAT file system supporting long names, the function stores the value 255, rather than the previous 8.3 indicator. Long names can also be supported on systems that use the NTFS file system. Example: 255 |
hwcdMaxMediaSize | 1.3.6.1.4.1.9600.1.21.3.8.1.26 | gauge32 | read-only |
Maximum size, in kilobytes, of media supported by this device. This property is inherited from CIM_MediaAccessDevice. |
hwcdMediaLoaded | 1.3.6.1.4.1.9600.1.21.3.8.1.27 | truthvalue | read-only |
If TRUE, a CD-ROM is in the drive. |
hwcdMediaType | 1.3.6.1.4.1.9600.1.21.3.8.1.28 | integer | read-only |
Type of media used or accessed by this device. In this class, the value is always 'CD-ROM'. Enumeration: 'cdrom': 4, 'randomAccess': 1, 'supportsWriting': 2, 'removableMedia': 3. |
hwcdMfrAssignedRevisionLevel | 1.3.6.1.4.1.9600.1.21.3.8.1.29 | wtcsdisplaystring | read-only |
Windows XP and Windows Server 2003: Manufacturer assigned firmware revision level of the CD-ROM drive. |
hwcdMinBlockSize | 1.3.6.1.4.1.9600.1.21.3.8.1.30 | gauge32 | read-only |
Minimum block size, in bytes, for media accessed by this device. This property is inherited from CIM_MediaAccessDevice. |
hwcdName | 1.3.6.1.4.1.9600.1.21.3.8.1.31 | wtcsdisplaystring | read-only |
Label for the object. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwcdNeedsCleaning | 1.3.6.1.4.1.9600.1.21.3.8.1.32 | truthvalue | read-only |
If TRUE, the media access device needs cleaning. Whether manual or automatic cleaning is possible is indicated in the Capabilities property. This property is inherited from CIM_MediaAccessDevice. |
hwcdNumberOfMediaSupported | 1.3.6.1.4.1.9600.1.21.3.8.1.33 | gauge32 | read-only |
Maximum number of media that can be supported or inserted, when the media access device supports multiple individual media. This property is inherited from CIM_MediaAccessDevice. |
hwcdPNPDeviceID | 1.3.6.1.4.1.9600.1.21.3.8.1.34 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwcdPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.3.8.1.35 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwcdPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.3.8.1.36 | truthvalue | read-only |
If TRUE, the device can be power-managed, which means that it can be put into suspend mode, and so on. The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwcdRevisionLevel | 1.3.6.1.4.1.9600.1.21.3.8.1.37 | wtcsdisplaystring | read-only |
Firmware revision level of the Windows CD-ROM drive. |
hwcdSCSIBus | 1.3.6.1.4.1.9600.1.21.3.8.1.38 | gauge32 | read-only |
SCSI bus number for the disk drive. Example: 0 |
hwcdSCSILogicalUnit | 1.3.6.1.4.1.9600.1.21.3.8.1.39 | integer32 | read-only |
SCSI logical unit number (LUN) of the disk drive. The LUN is used to designate which SCSI controller is being accessed in a system with more than one controller being used. The SCSI device identifier is similar, but is the designation for multiple devices on one controller. Example: 0 |
hwcdSCSIPort | 1.3.6.1.4.1.9600.1.21.3.8.1.40 | integer32 | read-only |
SCSI port number of the disk drive. Example: 1 |
hwcdSCSITargetId | 1.3.6.1.4.1.9600.1.21.3.8.1.41 | integer32 | read-only |
SCSI identifier number of the Windows CD-ROM drive. Example: 0 |
hwcdSize | 1.3.6.1.4.1.9600.1.21.3.8.1.42 | gauge32 | read-only |
Size of the disk drive. |
hwcdStatus | 1.3.6.1.4.1.9600.1.21.3.8.1.43 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwcdStatusInfo | 1.3.6.1.4.1.9600.1.21.3.8.1.44 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwcdSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.3.8.1.45 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. |
hwcdSystemName | 1.3.6.1.4.1.9600.1.21.3.8.1.46 | wtcsdisplaystring | read-only |
Name of the scoping system. |
hwcdTransferRate | 1.3.6.1.4.1.9600.1.21.3.8.1.47 | integer32 | read-only |
Transfer rate of the CD-ROM drive. A value of -1 indicates that the rate cannot be determined. This might happen if the CD is not in the drive. |
hwcdVolumeName | 1.3.6.1.4.1.9600.1.21.3.8.1.48 | wtcsdisplaystring | read-only |
Volume name of the Windows CD-ROM drive. |
hwcdVolumeSerialNumber | 1.3.6.1.4.1.9600.1.21.3.8.1.49 | wtcsdisplaystring | read-only |
Volume serial number of the media in the CD-ROM drive. Example: A8C3-D032 |
win32DiskDriveTable | 1.3.6.1.4.1.9600.1.21.3.12 | no-access |
The Win32_DiskDrive WMI class represents a physical disk drive as seen by a computer running the Windows operating system. Any interface to a Windows physical disk drive is a descendent (or member) of this class. The features of the disk drive seen through this object correspond to the logical and management characteristics of the drive. In some cases, this may not reflect the actual physical characteristics of the device. Any object based on another logical device would not be a member of this class. |
|
1.3.6.1.4.1.9600.1.21.3.12.1 | no-access |
None |
||
hwddIndex | 1.3.6.1.4.1.9600.1.21.3.12.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwddAvailability | 1.3.6.1.4.1.9600.1.21.3.12.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwddBytesPerSector | 1.3.6.1.4.1.9600.1.21.3.12.1.3 | gauge32 | read-only |
Number of bytes in each sector for the physical disk drive. Example: 512 |
hwddCapabilities | 1.3.6.1.4.1.9600.1.21.3.12.1.4 | wtcsdisplaystring | read-only |
Array of capabilities of the media access device. For example, the device may support random access (3), removable media (7) and automatic cleaning (9). This property is inherited from CIM_MediaAccessDevice. Value Meaning 0 Unknown 1 Other 2 Sequential Access 3 Random Access 4 Supports Writing 5 Encryption 6 Compression 7 Supports Removable Media 8 Manual Cleaning 9 Automatic Cleaning 10 SMART Notification 11 Supports Dual Sided Media 12 Ejection Prior to Drive Dismount Not Required |
hwddCapabilityDescriptions | 1.3.6.1.4.1.9600.1.21.3.12.1.5 | wtcsdisplaystring | read-only |
List of more detailed explanations for any of the access device features indicated in the Capabilities array. Note, each entry of this array is related to the entry in the Capabilities array that is located at the same index. This property is inherited from CIM_MediaAccessDevice. |
hwddCaption | 1.3.6.1.4.1.9600.1.21.3.12.1.6 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwddCompressionMethod | 1.3.6.1.4.1.9600.1.21.3.12.1.7 | wtcsdisplaystring | read-only |
Algorithm or tool used by the device to support compression. If it is not possible or not desired to describe the compression scheme (perhaps because it is not known), use the following words: 'Unknown' to represent that it is not known whether the device supports compression capabilities or not; 'Compressed' to represent that the device supports compression capabilities but either its compression scheme is not known or not disclosed; and 'Not Compressed' to represent that the device does not support compression capabilities. This property is inherited from CIM_MediaAccessDevice. |
hwddConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.3.12.1.8 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwddConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.3.12.1.9 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwddCreationClassName | 1.3.6.1.4.1.9600.1.21.3.12.1.10 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwddDefaultBlockSize | 1.3.6.1.4.1.9600.1.21.3.12.1.11 | gauge32 | read-only |
Default block size, in bytes, for this device. This property is inherited from CIM_MediaAccessDevice. |
hwddDescription | 1.3.6.1.4.1.9600.1.21.3.12.1.12 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwddDeviceID | 1.3.6.1.4.1.9600.1.21.3.12.1.13 | wtcsdisplaystring | read-only |
Unique identifier of the disk drive with other devices on the system. This property is inherited from CIM_LogicalDevice. |
hwddErrorCleared | 1.3.6.1.4.1.9600.1.21.3.12.1.14 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwddErrorDescription | 1.3.6.1.4.1.9600.1.21.3.12.1.15 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwddErrorMethodology | 1.3.6.1.4.1.9600.1.21.3.12.1.16 | wtcsdisplaystring | read-only |
Type of error detection and correction supported by this device. This property is inherited from CIM_MediaAccessDevice. |
hwddPhysicalIndex | 1.3.6.1.4.1.9600.1.21.3.12.1.17 | gauge32 | read-only |
Physical drive number of the given drive. This property is filled by the GetDriveMapInfo method. A value of 0xFF indicates that the given drive does not map to a physical drive. Example: 1 |
hwddInstallDate | 1.3.6.1.4.1.9600.1.21.3.12.1.18 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwddInterfaceType | 1.3.6.1.4.1.9600.1.21.3.12.1.19 | wtcsdisplaystring | read-only |
Interface type of physical disk drive. Example: 'SCSI' |
hwddLastErrorCode | 1.3.6.1.4.1.9600.1.21.3.12.1.20 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwddManufacturer | 1.3.6.1.4.1.9600.1.21.3.12.1.21 | wtcsdisplaystring | read-only |
Name of the disk drive manufacturer. Example: 'Seagate' |
hwddMaxBlockSize | 1.3.6.1.4.1.9600.1.21.3.12.1.22 | gauge32 | read-only |
Maximum block size, in bytes, for media accessed by this device. This property is inherited from CIM_MediaAccessDevice. |
hwddMaxMediaSize | 1.3.6.1.4.1.9600.1.21.3.12.1.23 | gauge32 | read-only |
Maximum media size, in kilobytes, of media supported by this device. This property is inherited from CIM_MediaAccessDevice. |
hwddMediaLoaded | 1.3.6.1.4.1.9600.1.21.3.12.1.24 | truthvalue | read-only |
If TRUE, the media for a disk drive is loaded. For fixed disk drives, this property will always be TRUE |
hwddMediaType | 1.3.6.1.4.1.9600.1.21.3.12.1.25 | wtcsdisplaystring | read-only |
Type of media used or accessed by this device. |
hwddMinBlockSize | 1.3.6.1.4.1.9600.1.21.3.12.1.26 | gauge32 | read-only |
Minimum block size, in bytes, for media accessed by this device. This property is inherited from CIM_MediaAccessDevice. |
hwddModel | 1.3.6.1.4.1.9600.1.21.3.12.1.27 | wtcsdisplaystring | read-only |
Manufacturer's model number of the disk drive. Example: 'ST32171W' |
hwddName | 1.3.6.1.4.1.9600.1.21.3.12.1.28 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwddNeedsCleaning | 1.3.6.1.4.1.9600.1.21.3.12.1.29 | truthvalue | read-only |
If TRUE, the media access device needs cleaning. Whether manual or automatic cleaning is possible is indicated in the Capabilities property. This property is inherited from CIM_MediaAccessDevice. |
hwddNumberOfMediaSupported | 1.3.6.1.4.1.9600.1.21.3.12.1.30 | gauge32 | read-only |
Maximum number of media which can be supported or inserted (when the media access device supports multiple individual media). This property is inherited from CIM_MediaAccessDevice. |
hwddPartitions | 1.3.6.1.4.1.9600.1.21.3.12.1.31 | gauge32 | read-only |
Number of partitions on this physical disk drive that are recognized by the operating system. Example: 2 |
hwddPNPDeviceID | 1.3.6.1.4.1.9600.1.21.3.12.1.32 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwddPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.3.12.1.33 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwddPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.3.12.1.34 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwddSCSIBus | 1.3.6.1.4.1.9600.1.21.3.12.1.35 | gauge32 | read-only |
SCSI bus number of the disk drive. Example: 0 |
hwddSCSILogicalUnit | 1.3.6.1.4.1.9600.1.21.3.12.1.36 | integer32 | read-only |
SCSI logical unit number (LUN) of the disk drive. Example: 0 |
hwddSCSIPort | 1.3.6.1.4.1.9600.1.21.3.12.1.37 | integer32 | read-only |
SCSI port number of the disk drive. Example: 0 |
hwddSCSITargetId | 1.3.6.1.4.1.9600.1.21.3.12.1.38 | integer32 | read-only |
SCSI identifier number of the disk drive. Example: 0 |
hwddSectorsPerTrack | 1.3.6.1.4.1.9600.1.21.3.12.1.39 | gauge32 | read-only |
Number of sectors in each track for this physical disk drive. Example: 63 |
hwddSignature | 1.3.6.1.4.1.9600.1.21.3.12.1.40 | gauge32 | read-only |
Disk identification. This property can be used to identify a shared resource. This property has been added for Windows XP. |
hwddSize | 1.3.6.1.4.1.9600.1.21.3.12.1.41 | wtcsdisplaystring | read-only |
Size of the disk drive. It is calculated by multiplying the total number of cylinders, tracks in each cylinder, sectors in each track, and bytes in each sector. |
hwddStatus | 1.3.6.1.4.1.9600.1.21.3.12.1.42 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwddStatusInfo | 1.3.6.1.4.1.9600.1.21.3.12.1.43 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwddSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.3.12.1.44 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwddSystemName | 1.3.6.1.4.1.9600.1.21.3.12.1.45 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwddTotalCylinders | 1.3.6.1.4.1.9600.1.21.3.12.1.46 | gauge32 | read-only |
Total number of cylinders on the physical disk drive. Note: the value for this property is obtained through extended functions of BIOS interrupt 13h. The value may be inaccurate if the drive uses a translation scheme to support high capacity disk sizes. Consult the manufacturer for accurate drive specifications. Example: 657 |
hwddTotalHeads | 1.3.6.1.4.1.9600.1.21.3.12.1.47 | gauge32 | read-only |
Total number of heads on the disk drive. Note: the value for this property is obtained through extended functions of BIOS interrupt 13h. The value may be inaccurate if the drive uses a translation scheme to support high capacity disk sizes. Consult the manufacturer for accurate drive specifications. |
hwddTotalSectors | 1.3.6.1.4.1.9600.1.21.3.12.1.48 | gauge32 | read-only |
Total number of sectors on the physical disk drive. Note: the value for this property is obtained through extended functions of BIOS interrupt 13h. The value may be inaccurate if the drive uses a translation scheme to support high capacity disk sizes. Consult the manufacturer for accurate drive specifications. Example: 2649024 |
hwddTotalTracks | 1.3.6.1.4.1.9600.1.21.3.12.1.49 | gauge32 | read-only |
Total number of tracks on the physical disk drive. Note: the value for this property is obtained through extended functions of BIOS interrupt 13h. The value may be inaccurate if the drive uses a translation scheme to support high capacity disk sizes. Consult the manufacturer for accurate drive specifications. Example: 42048 |
hwddTracksPerCylinder | 1.3.6.1.4.1.9600.1.21.3.12.1.50 | gauge32 | read-only |
Number of tracks in each cylinder on the physical disk drive. Note: the value for this property is obtained through extended functions of BIOS interrupt 13h. The value may be inaccurate if the drive uses a translation scheme to support high capacity disk sizes. Consult the manufacturer for accurate drive specifications. Example: 64 |
win32FloppyDriveTable | 1.3.6.1.4.1.9600.1.21.3.18 | no-access |
The Win32_FloppyDrive WMI class manages the capabilities of a floppy disk drive. |
|
1.3.6.1.4.1.9600.1.21.3.18.1 | no-access |
None |
||
hwfdIndex | 1.3.6.1.4.1.9600.1.21.3.18.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwfdAvailability | 1.3.6.1.4.1.9600.1.21.3.18.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwfdCapabilities | 1.3.6.1.4.1.9600.1.21.3.18.1.3 | wtcsdisplaystring | read-only |
Array of capabilities of the media access device. For example, the device may support Random Access, removable media and Automatic Cleaning. In this case, the values 3, 7 and 9 would be written to the array. This property is inherited from CIM_MediaAccessDevice. Value Meaning 0 Unknown 1 Other 2 Sequential Access 3 Random Access 4 Supports Writing 5 Encryption 6 Compression 7 Supports Removable Media 8 Manual Cleaning 9 Automatic Cleaning 10 SMART Notification 11 Supports Dual Sided Media 12 Predismount Eject Not Required |
hwfdCapabilityDescriptions | 1.3.6.1.4.1.9600.1.21.3.18.1.4 | wtcsdisplaystring | read-only |
Array of free-form strings providing more detailed explanations for any of the serial controller features indicated in the Capabilities array. Note, each entry of this array is related to the entry in the Capabilities array that is located at the same index. This property is inherited from CIM_MediaAccessDevice. |
hwfdCaption | 1.3.6.1.4.1.9600.1.21.3.18.1.5 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwfdCompressionMethod | 1.3.6.1.4.1.9600.1.21.3.18.1.6 | wtcsdisplaystring | read-only |
Free form string indicating the algorithm or tool used by the device to support compression. If it is not possible or not desired to describe the compression scheme (perhaps because it is not known), we recommend using the following words: 'Unknown' to represent that it is not known whether the device supports compression capabilities or not; 'Compressed' to represent that the device supports compression capabilities but either its compression scheme is not known or not disclosed; and 'Not Compressed' to represent that the device does not support compression capabilities. This property is inherited from CIM_MediaAccessDevice. |
hwfdConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.3.18.1.7 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwfdConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.3.18.1.8 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwfdCreationClassName | 1.3.6.1.4.1.9600.1.21.3.18.1.9 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwfdDefaultBlockSize | 1.3.6.1.4.1.9600.1.21.3.18.1.10 | gauge32 | read-only |
Default block size, in bytes, for this device. This property is inherited from CIM_MediaAccessDevice. |
hwfdDescription | 1.3.6.1.4.1.9600.1.21.3.18.1.11 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwfdDeviceID | 1.3.6.1.4.1.9600.1.21.3.18.1.12 | wtcsdisplaystring | read-only |
Unique identifier of the floppy disk drive with other devices on the system. This property is inherited from CIM_LogicalDevice. |
hwfdErrorCleared | 1.3.6.1.4.1.9600.1.21.3.18.1.13 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwfdErrorDescription | 1.3.6.1.4.1.9600.1.21.3.18.1.14 | wtcsdisplaystring | read-only |
Free-form string supplying more information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwfdErrorMethodology | 1.3.6.1.4.1.9600.1.21.3.18.1.15 | wtcsdisplaystring | read-only |
Free-form string describing the type of error detection and correction supported by this device. This property is inherited from CIM_MediaAccessDevice. |
hwfdInstallDate | 1.3.6.1.4.1.9600.1.21.3.18.1.16 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwfdLastErrorCode | 1.3.6.1.4.1.9600.1.21.3.18.1.17 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwfdManufacturer | 1.3.6.1.4.1.9600.1.21.3.18.1.18 | wtcsdisplaystring | read-only |
Name of the manufacturer of the floppy disk drive. Example: 'Acme' |
hwfdMaxBlockSize | 1.3.6.1.4.1.9600.1.21.3.18.1.19 | gauge32 | read-only |
Maximum block size, in bytes, for media accessed by this device. This property is inherited from CIM_MediaAccessDevice. |
hwfdMaxMediaSize | 1.3.6.1.4.1.9600.1.21.3.18.1.20 | gauge32 | read-only |
Maximum size, in kilobytes, of media supported by this device. This property is inherited from CIM_MediaAccessDevice. |
hwfdMinBlockSize | 1.3.6.1.4.1.9600.1.21.3.18.1.21 | gauge32 | read-only |
Minimum block size, in bytes, for media accessed by this device. This property is inherited from CIM_MediaAccessDevice. |
hwfdName | 1.3.6.1.4.1.9600.1.21.3.18.1.22 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwfdNeedsCleaning | 1.3.6.1.4.1.9600.1.21.3.18.1.23 | truthvalue | read-only |
If TRUE, the media access device needs cleaning. Whether manual or automatic cleaning is possible is indicated in the Capabilities property. This property is inherited from CIM_MediaAccessDevice. |
hwfdNumberOfMediaSupported | 1.3.6.1.4.1.9600.1.21.3.18.1.24 | gauge32 | read-only |
Maximum number of individual media which can be supported or inserted in the media access device (when supported). This property is inherited from CIM_MediaAccessDevice. |
hwfdPNPDeviceID | 1.3.6.1.4.1.9600.1.21.3.18.1.25 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwfdPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.3.18.1.26 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwfdPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.3.18.1.27 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwfdStatus | 1.3.6.1.4.1.9600.1.21.3.18.1.28 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwfdStatusInfo | 1.3.6.1.4.1.9600.1.21.3.18.1.29 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwfdSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.3.18.1.30 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwfdSystemName | 1.3.6.1.4.1.9600.1.21.3.18.1.31 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
win32PhysicalMediaTable | 1.3.6.1.4.1.9600.1.21.3.32 | no-access |
The Win32_PhysicalMedia class represents any type of documentation or storage medium, such as tapes, CD ROMs and so on. To obtain the characteristics of the media in a CD drive, such as whether it is writeable, use Win32_CDROMDrive and the Capabilities property |
|
1.3.6.1.4.1.9600.1.21.3.32.1 | no-access |
None |
||
hwpmdIndex | 1.3.6.1.4.1.9600.1.21.3.32.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwpmdCapacity | 1.3.6.1.4.1.9600.1.21.3.32.1.2 | gauge32 | read-only |
Number of bytes that can be read from or written to this physical media component. This property does not apply to 'Hard Copy' or cleaner media. Data compression should not be assumed as it would increase the value of this property. For tapes, it should be assumed that no filemarks or blank space areas are recorded on the media. |
hwpmdCaption | 1.3.6.1.4.1.9600.1.21.3.32.1.3 | wtcsdisplaystring | read-only |
Short, one line textual description of the object. |
hwpmdCleanerMedia | 1.3.6.1.4.1.9600.1.21.3.32.1.4 | truthvalue | read-only |
If true the physical media is used for cleaning purposes and not data storage. |
hwpmdCreationClassName | 1.3.6.1.4.1.9600.1.21.3.32.1.5 | wtcsdisplaystring | read-only |
Name of the class or subclass used in the creation of an instance. When used with other key properties of this class, CreationClassName allows all instances of this class and its subclasses to be uniquely identified. |
hwpmdDescription | 1.3.6.1.4.1.9600.1.21.3.32.1.6 | wtcsdisplaystring | read-only |
Textual description of the object. |
hwpmdHotSwappable | 1.3.6.1.4.1.9600.1.21.3.32.1.7 | truthvalue | read-only |
If true this physical media component can be replaced with a physically different but equivalent one while the containing package has the power applied. For example, a fan component may be designed to be hot swapped. All components that can be hot swapped are inherently removable and replaceable. |
hwpmdInstallDate | 1.3.6.1.4.1.9600.1.21.3.32.1.8 | dateandtime | read-only |
When the object was installed. This property does not need a value to indicate that the object is installed. |
hwpmdManufacturer | 1.3.6.1.4.1.9600.1.21.3.32.1.9 | wtcsdisplaystring | read-only |
Name of the organization responsible for producing the physical element. This may be the entity from whom the element is purchased, but this is not necessarily the case as this information is contained in the Vendor property. |
hwpmdMediaDescription | 1.3.6.1.4.1.9600.1.21.3.32.1.10 | wtcsdisplaystring | read-only |
Additional detail related to the MediaType property. For example, if MediaType has the value 3 (QIC Cartridge) the MediaDescription property could indicate whether the tape is wide or quarter inch. |
hwpmdMediaType | 1.3.6.1.4.1.9600.1.21.3.32.1.11 | integer | read-only |
The type of the media, as an enumerated integer. The MediaDescription property provides a more explicit definition of the media type. Enumeration: 'dvdRecordable': 36, 'tapeDSTMedium': 65, 'ablativeWriteOnce': 49, 'dvdRWminus': 37, 'dvdRAM': 24, 'magnetoOptical': 21, 'n36TrackTape': 60, 'n19mmTapeCartridge': 8, 'cdDA': 34, 'magnetoOpticalRewriteableLIMDOW': 45, 'cdRW': 33, 'dtfCartridge': 5, 'memoryCard': 30, 'dvd9': 40, 'dvd': 22, 'nearFieldRecording': 50, 'dvd5': 39, 'nctp': 55, 'n8mmAdvancedMetalEvaporate': 54, 'magnetoOpticalWriteOnce': 44, 'magstarMP': 62, 'clikDisk': 32, 'travan': 52, 'unknown': 0, 'dvdROM': 25, 'dltCartridge': 9, 'hardDisk': 29, 'cdI': 18, 'dvdAudio': 38, 'magstar3590': 61, 'other': 1, 'phaseChangeWriteOnce': 46, 'datCartridge': 6, 'dvdRWplus': 23, 'n8mmTapeCartridge': 7, 'cdRecordable': 19, 'cdROMXA': 17, 'magnetoOpticalRewriteable': 43, 'zipDisk': 13, 'dvd18': 42, 'cdROM': 16, 'tapeCartridge': 2, 'phaseChangeDualRewriteable': 48, 'divx': 27, 'dvd10': 41, 'aitCartridge': 4, 'cd': 35, 'ltoAccelis': 57, 'ltoUltrium': 56, 'd2Tape': 63, 'syQuestDisk': 14, 'cartridgeDisk': 11, 'hardCopy': 31, 'worm': 20, 'tapeDSTLarge': 66, 'miniQic': 51, 'tapeDSTSmall': 64, 'halfInchMagneticTapeCartridge': 10, 'n8mmMetalParticle': 53, 'dvdVideo': 26, 'floppyDiskette': 28, 'winchesterRemovableDisk': 15, 'qicCartridge': 3, 'phaseChangeRewriteable': 47, 'jazDisk': 12, 'n18TrackTape': 59, 'n9TrackeTape': 58. |
hwpmdModel | 1.3.6.1.4.1.9600.1.21.3.32.1.12 | wtcsdisplaystring | read-only |
Name by which the physical element is generally known. |
hwpmdName | 1.3.6.1.4.1.9600.1.21.3.32.1.13 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the Name property can be overridden to be a Key property. |
hwpmdOtherIdentifyingInfo | 1.3.6.1.4.1.9600.1.21.3.32.1.14 | wtcsdisplaystring | read-only |
Additional data, beyond asset tag information, that could be used to identify a physical element. One example is bar code data associated with an element that also has an asset tag. Note that if only bar code data is available and is unique and it can be used as an element key, this property is NULL and the bar code data used is the class key in the Tag property. |
hwpmdPartNumber | 1.3.6.1.4.1.9600.1.21.3.32.1.15 | wtcsdisplaystring | read-only |
Part number assigned by the manufacturer of the physical element. |
hwpmdPoweredOn | 1.3.6.1.4.1.9600.1.21.3.32.1.16 | truthvalue | read-only |
If true the physical element is powered on. |
hwpmdRemovable | 1.3.6.1.4.1.9600.1.21.3.32.1.17 | truthvalue | read-only |
If true the physical component is designed to be taken in and out of the physical container in which it is normally found, without impairing the function of the overall packaging. A component can still be removable if the power must be 'off' in order to perform the removal. If power can be 'on' and the component removed, the element is removable and can be hot swapped. |
hwpmdReplaceable | 1.3.6.1.4.1.9600.1.21.3.32.1.18 | truthvalue | read-only |
If true this physical media component can be replaced with a physically different one. For example, some computer systems allow the main processor chip to be upgraded to one of a higher clock rating. In this case, the processor is said to be replaceable. All removable components are inherently replaceable. |
hwpmdSerialNumber | 1.3.6.1.4.1.9600.1.21.3.32.1.19 | wtcsdisplaystring | read-only |
Manufacturer-allocated number used to identify the physical media. Example: WD-WM3493798728 |
hwpmdSKU | 1.3.6.1.4.1.9600.1.21.3.32.1.20 | wtcsdisplaystring | read-only |
Stock keeping unit number for this physical element. |
hwpmdStatus | 1.3.6.1.4.1.9600.1.21.3.32.1.21 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are 'OK', 'Degraded', and 'Pred Fail'. 'Pred Fail' indicates that an element may function properly at the present, but predicts a failure in the near future. For example, a SMART-enabled hard drive. Non-operational statuses can also be specified. These are, 'Error', 'Starting', 'Stopping' and 'Service'. The 'Service' status applies to administrative work, such as mirror-resilvering of a disk or reload of a user permissions list. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwpmdTag | 1.3.6.1.4.1.9600.1.21.3.32.1.22 | wtcsdisplaystring | read-only |
Uniquely identifies the physical media in the system. Example: PHYSICALDRIVE0 |
hwpmdVersion | 1.3.6.1.4.1.9600.1.21.3.32.1.23 | wtcsdisplaystring | read-only |
Version of the physical element. |
hwpmdWriteProtectOn | 1.3.6.1.4.1.9600.1.21.3.32.1.24 | truthvalue | read-only |
If true the media is currently write protected by some kind of physical mechanism, such as a protect tab on a floppy diskette. |
win32TapeDriveTable | 1.3.6.1.4.1.9600.1.21.3.56 | no-access |
The Win32_TapeDrive WMI class represents a tape drive on a Windows computer. Tape drives are primarily distinguished by the fact that they can be accessed only sequentially. |
|
1.3.6.1.4.1.9600.1.21.3.56.1 | no-access |
None |
||
hwtdIndex | 1.3.6.1.4.1.9600.1.21.3.56.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwtdAvailability | 1.3.6.1.4.1.9600.1.21.3.56.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwtdCapabilities | 1.3.6.1.4.1.9600.1.21.3.56.1.3 | wtcsdisplaystring | read-only |
Array of capabilities of the media access device. For example, the device may support Random Access, removable media and Automatic Cleaning. In this case, the values 3, 7, and 9 would be written to the array. This property is inherited from CIM_MediaAccessDevice. Value Meaning 0 Unknown 1 Other 2 Sequential Access 3 Random Access 4 Supports Writing 5 Encryption 6 Compression 7 Supports Removable Media 8 Manual Cleaning 9 Automatic Cleaning 10 SMART Notification 11 Supports Dual Sided Media 12 Predismount Eject Not Required |
hwtdCapabilityDescriptions | 1.3.6.1.4.1.9600.1.21.3.56.1.4 | wtcsdisplaystring | read-only |
Array of free-form strings providing more detailed explanations for any of the access device features indicated in the Capabilities array. Note that each entry of this array is related to the entry in the Capabilities array that is located at the same index. This property is inherited from CIM_MediaAccessDevice. |
hwtdCaption | 1.3.6.1.4.1.9600.1.21.3.56.1.5 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwtdCompression | 1.3.6.1.4.1.9600.1.21.3.56.1.6 | integer | read-only |
If TRUE, hardware data compression is enabled. Enumeration: 'true': 1, 'false': 0. |
hwtdCompressionMethod | 1.3.6.1.4.1.9600.1.21.3.56.1.7 | wtcsdisplaystring | read-only |
Free form string indicating the algorithm or tool used by the device to support compression. If it is not possible or not desired to describe the compression scheme (perhaps because it is not known), we recommend using the following words: 'Unknown' to represent that it is not known whether the device supports compression capabilities or not; 'Compressed' to represent that the device supports compression capabilities but either its compression scheme is not known or not disclosed; and 'Not Compressed' to represent that the device does not support compression capabilities. This property is inherited from CIM_MediaAccessDevice. |
hwtdConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.3.56.1.8 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwtdConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.3.56.1.9 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwtdCreationClassName | 1.3.6.1.4.1.9600.1.21.3.56.1.10 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwtdDefaultBlockSize | 1.3.6.1.4.1.9600.1.21.3.56.1.11 | gauge32 | read-only |
Default block size, in bytes, for this device. This property is inherited from CIM_MediaAccessDevice. |
hwtdDescription | 1.3.6.1.4.1.9600.1.21.3.56.1.12 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwtdDeviceID | 1.3.6.1.4.1.9600.1.21.3.56.1.13 | wtcsdisplaystring | read-only |
Unique identifier of the tape drive with other devices on the system. This property is inherited from CIM_LogicalDevice. |
hwtdECC | 1.3.6.1.4.1.9600.1.21.3.56.1.14 | integer | read-only |
If TRUE, the device supports hardware error correction. Enumeration: 'true': 1, 'false': 0. |
hwtdEOTWarningZoneSize | 1.3.6.1.4.1.9600.1.21.3.56.1.15 | gauge32 | read-only |
Zone size for the End Of Tape (EOT) warning. This property is inherited from CIM_TapeDrive. |
hwtdErrorCleared | 1.3.6.1.4.1.9600.1.21.3.56.1.16 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwtdErrorDescription | 1.3.6.1.4.1.9600.1.21.3.56.1.17 | wtcsdisplaystring | read-only |
Free-form string supplying more information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwtdErrorMethodology | 1.3.6.1.4.1.9600.1.21.3.56.1.18 | wtcsdisplaystring | read-only |
Free-form string describing the type of error detection and correction supported by this device. This property is inherited from CIM_MediaAccessDevice. |
hwtdFeaturesHigh | 1.3.6.1.4.1.9600.1.21.3.56.1.19 | gauge32 | read-only |
High-order 32 bits of the device features flag. |
hwtdFeaturesLow | 1.3.6.1.4.1.9600.1.21.3.56.1.20 | gauge32 | read-only |
Low-order 32 bits of the device features flag. |
hwtdId | 1.3.6.1.4.1.9600.1.21.3.56.1.21 | wtcsdisplaystring | read-only |
Manufacturer's identifying name of the Windows CD ROM drive. Example: 'PLEXTOR CD-ROM PX-12CS 1.01' |
hwtdInstallDate | 1.3.6.1.4.1.9600.1.21.3.56.1.22 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwtdLastErrorCode | 1.3.6.1.4.1.9600.1.21.3.56.1.23 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwtdManufacturer | 1.3.6.1.4.1.9600.1.21.3.56.1.24 | wtcsdisplaystring | read-only |
Manufacturer of the Windows CD-ROM drive. Example: 'PLEXTOR' |
hwtdMaxBlockSize | 1.3.6.1.4.1.9600.1.21.3.56.1.25 | gauge32 | read-only |
Maximum block size, in bytes, for media accessed by this device. This property is inherited from CIM_MediaAccessDevice. |
hwtdMaxMediaSize | 1.3.6.1.4.1.9600.1.21.3.56.1.26 | gauge32 | read-only |
Maximum size, in kilobytes, of media supported by this device. This property is inherited from CIM_MediaAccessDevice. |
hwtdMaxPartitionCount | 1.3.6.1.4.1.9600.1.21.3.56.1.27 | gauge32 | read-only |
Maximum partition count for the tape drive. This property is inherited from CIM_TapeDrive. |
hwtdMediaType | 1.3.6.1.4.1.9600.1.21.3.56.1.28 | wtcsdisplaystring | read-only |
Media type used by (or accessed by) this device. In this case, it is set to 'Tape Drive'. |
hwtdMinBlockSize | 1.3.6.1.4.1.9600.1.21.3.56.1.29 | gauge32 | read-only |
Minimum block size, in bytes, for media accessed by this device. This property is inherited from CIM_MediaAccessDevice. |
hwtdName | 1.3.6.1.4.1.9600.1.21.3.56.1.30 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwtdNeedsCleaning | 1.3.6.1.4.1.9600.1.21.3.56.1.31 | truthvalue | read-only |
If TRUE, the media access device needs cleaning. Whether manual or automatic cleaning is possible is indicated in the Capabilities property. This property is inherited from CIM_MediaAccessDevice. |
hwtdNumberOfMediaSupported | 1.3.6.1.4.1.9600.1.21.3.56.1.32 | gauge32 | read-only |
Maximum number of individual media which can be supported or inserted in the media access device (when supported). This property is inherited from CIM_MediaAccessDevice. |
hwtdPadding | 1.3.6.1.4.1.9600.1.21.3.56.1.33 | gauge32 | read-only |
Number of bytes inserted between blocks on a tape media. This property is inherited from CIM_TapeDrive. |
hwtdPNPDeviceID | 1.3.6.1.4.1.9600.1.21.3.56.1.34 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwtdPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.3.56.1.35 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwtdPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.3.56.1.36 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwtdReportSetMarks | 1.3.6.1.4.1.9600.1.21.3.56.1.37 | integer | read-only |
If TRUE, setmark reporting is enabled. Setmark reporting makes use of a specialized recorded element that does not contain user data. This recorded element is used to provide a segmentation scheme that is hierarchically superior to filemarks. Setmarks provide faster positioning on high-capacity tapes. Enumeration: 'true': 1, 'false': 0. |
hwtdStatus | 1.3.6.1.4.1.9600.1.21.3.56.1.38 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwtdStatusInfo | 1.3.6.1.4.1.9600.1.21.3.56.1.39 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwtdSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.3.56.1.40 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwtdSystemName | 1.3.6.1.4.1.9600.1.21.3.56.1.41 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
wmiMotherboardControllerPort | 1.3.6.1.4.1.9600.1.21.4 |
The Motherboard, Controllers, and Ports subcategory groups classes that represent system devices. Examples include system memory, cache memory, and controllers. |
||
win321394ControllerTable | 1.3.6.1.4.1.9600.1.21.4.1 | no-access |
The Win32_1394Controller WMI class represents the capabilities and management of a 1394 controller. IEEE 1394 is a specification for a high speed serial bus. |
|
1.3.6.1.4.1.9600.1.21.4.1.1 | no-access |
None |
||
hw1394Index | 1.3.6.1.4.1.9600.1.21.4.1.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hw1394Availability | 1.3.6.1.4.1.9600.1.21.4.1.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. Inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'installError': 12, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hw1394Caption | 1.3.6.1.4.1.9600.1.21.4.1.1.3 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hw1394ConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.1.1.4 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hw1394ConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.1.1.5 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hw1394CreationClassName | 1.3.6.1.4.1.9600.1.21.4.1.1.6 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hw1394Description | 1.3.6.1.4.1.9600.1.21.4.1.1.7 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hw1394DeviceID | 1.3.6.1.4.1.9600.1.21.4.1.1.8 | wtcsdisplaystring | read-only |
Unique identifier of this controller. This property is inherited from CIM_LogicalDevice. |
hw1394ErrorCleared | 1.3.6.1.4.1.9600.1.21.4.1.1.9 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hw1394ErrorDescription | 1.3.6.1.4.1.9600.1.21.4.1.1.10 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hw1394InstallDate | 1.3.6.1.4.1.9600.1.21.4.1.1.11 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hw1394LastErrorCode | 1.3.6.1.4.1.9600.1.21.4.1.1.12 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hw1394Manufacturer | 1.3.6.1.4.1.9600.1.21.4.1.1.13 | wtcsdisplaystring | read-only |
Manufacturer of the controller. |
hw1394MaxNumberControlled | 1.3.6.1.4.1.9600.1.21.4.1.1.14 | gauge32 | read-only |
Maximum number of directly addressable entities supportable by this controller. A value of 0 should be used if the number is unknown. This property is inherited from CIM_Controller. |
hw1394Name | 1.3.6.1.4.1.9600.1.21.4.1.1.15 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hw1394PNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.1.1.16 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hw1394PowerManagementCapability | 1.3.6.1.4.1.9600.1.21.4.1.1.17 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. This method is found on the parent CIM_LogicalDevice class and can be implemented. For more information, see Extending Your Management Capabilities. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hw1394PowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.1.1.18 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hw1394ProtocolSupported | 1.3.6.1.4.1.9600.1.21.4.1.1.19 | integer | read-only |
Protocol used by the controller to access 'controlled' devices. This property is inherited from CIM_Controller. Enumeration: 'ieee802310BROAD36': 31, 'ieee8023100BASEVG': 32, 'eisa': 3, 'flexibleDiskette': 7, 'vme': 24, 'irBus': 47, 'vesa': 14, 'ipi': 25, 'pcmcia': 15, 'scsiSerialBusProtocol2': 12, 'qic2': 41, 'ieee488': 26, 'unknown': 2, 'ieee802310BASE5': 28, 'pci': 5, 'scsiParallelInterface': 9, 'scsiSerialBusProtocol': 11, 'twoWayInfrared': 44, 'serialInfrared': 46, 'ieee802310BASE2': 29, 'scsiSerialStorageArchitecture': 13, 'st506': 39, 'multiBus': 23, 'fastInfrared': 45, 'power': 21, 'hippi': 22, 'parallelProtocol': 17, 'ansiX3T95FDDI': 34, 'scsiFibreChannelProtocol': 10, 'ieee80231BASE5': 30, 'ieee8025TokenRing': 33, 'mca': 35, 'diagnostic': 19, 'n1496': 8, 'universalSerialBus': 16, 'i2C': 20, 'dssi': 40, 'ataATAPI': 6, 'cmd': 38, 'enhancedATAIDE': 42, 'esdi': 36, 'escon': 18, 'rs232': 27, 'isa': 4, 'ide': 37, 'other': 1, 'agp': 43. |
hw1394Status | 1.3.6.1.4.1.9600.1.21.4.1.1.20 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hw1394StatusInfo | 1.3.6.1.4.1.9600.1.21.4.1.1.21 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hw1394SystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.1.1.22 | wtcsdisplaystring | read-only |
Value for the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hw1394SystemName | 1.3.6.1.4.1.9600.1.21.4.1.1.23 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hw1394TimeOfLastReset | 1.3.6.1.4.1.9600.1.21.4.1.1.24 | dateandtime | read-only |
Date and time controller was last reset. This could mean the controller was powered down, or reinitialized. This property is inherited from CIM_Controller. |
win32BaseBoardTable | 1.3.6.1.4.1.9600.1.21.4.2 | no-access |
The Win32_BaseBoard WMI class represents a baseboard, which is also known as a motherboard or system board. |
|
1.3.6.1.4.1.9600.1.21.4.2.1 | no-access |
None |
||
hwbbIndex | 1.3.6.1.4.1.9600.1.21.4.2.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwbbCaption | 1.3.6.1.4.1.9600.1.21.4.2.1.2 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwbbConfigOptions | 1.3.6.1.4.1.9600.1.21.4.2.1.3 | wtcsdisplaystring | read-only |
Array that represents the configuration of the jumpers and switches located on the base board. Example: 'JP2: 1-2 Cache Size is 256K, 2-3 Cache Size is 512K, SW1-1: Close to Disable On Board Video' |
hwbbCreationClassName | 1.3.6.1.4.1.9600.1.21.4.2.1.4 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_PhysicalElement. |
hwbbDepth | 1.3.6.1.4.1.9600.1.21.4.2.1.5 | integer32 | read-only |
Depth of the physical package in inches. This property is inherited from CIM_PhysicalPackage. |
hwbbDescription | 1.3.6.1.4.1.9600.1.21.4.2.1.6 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwbbHeight | 1.3.6.1.4.1.9600.1.21.4.2.1.7 | integer32 | read-only |
Height of the physical package in inches. This property is inherited from CIM_PhysicalPackage. |
hwbbHostingBoard | 1.3.6.1.4.1.9600.1.21.4.2.1.8 | truthvalue | read-only |
If TRUE, the card is a motherboard, or a baseboard in a chassis. This property is inherited from CIM_Card. |
hwbbHotSwappable | 1.3.6.1.4.1.9600.1.21.4.2.1.9 | truthvalue | read-only |
If TRUE, the package can be hot-swapped. A physical package can be hot-swapped if it is possible to replace the element with a physically different but equivalent oelement while the containing package has power applied to it that is, while it is ON. For example, a disk drive package inserted using SCA connectors is removable and can be hot-swapped. All packages that can be hot-swapped are inherently removable and replaceable. This property is inherited from CIM_PhysicalPackage. |
hwbbInstallDate | 1.3.6.1.4.1.9600.1.21.4.2.1.10 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwbbManufacturer | 1.3.6.1.4.1.9600.1.21.4.2.1.11 | wtcsdisplaystring | read-only |
Name of the organization responsible for producing the physical element. This property is inherited from CIM_PhysicalElement. |
hwbbModel | 1.3.6.1.4.1.9600.1.21.4.2.1.12 | wtcsdisplaystring | read-only |
Name by which the physical element is known. This property is inherited from CIM_PhysicalElement. |
hwbbName | 1.3.6.1.4.1.9600.1.21.4.2.1.13 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwbbOtherIdentifyingInfo | 1.3.6.1.4.1.9600.1.21.4.2.1.14 | wtcsdisplaystring | read-only |
Captures additional data, beyond asset tag information, that can be used to identify a physical element. One example is bar code data that is associated with an element that also has an asset tag. Note that if only bar code data is available and unique or able to be used as an element key, the property value would be NULL and the bar code data used as the class key, in the tag property. This property is inherited from CIM_PhysicalElement. |
hwbbPartNumber | 1.3.6.1.4.1.9600.1.21.4.2.1.15 | wtcsdisplaystring | read-only |
Part number assigned by the organization responsible for producing or manufacturing the physical element. This property is inherited from CIM_PhysicalElement. |
hwbbPoweredOn | 1.3.6.1.4.1.9600.1.21.4.2.1.16 | truthvalue | read-only |
If TRUE, the physical element is powered ON. This property is inherited from CIM_PhysicalElement. |
hwbbProduct | 1.3.6.1.4.1.9600.1.21.4.2.1.17 | wtcsdisplaystring | read-only |
Baseboard part number defined by the manufacturer. |
hwbbRemovable | 1.3.6.1.4.1.9600.1.21.4.2.1.18 | truthvalue | read-only |
If TRUE, a package is removable. A physical package is removable if it is designed to be taken in and out of the physical container in which it is normally found without impairing the function of the overall packaging. A package can still be removable if power must be OFF in order to perform the removal. If power can be ON and the package removed, then the element is removable and can be hot-swapped. For example, an extra battery in a laptop is removable, as is a disk drive package inserted using SCA connectors. However, the latter can also be hot-swapped. A laptop's display is not removable, nor is a non-redundant power supply. Removing these components would impact the function of the overall packaging, or is impossible due to the tight integration of the package. This property is inherited from CIM_PhysicalPackage. |
hwbbReplaceable | 1.3.6.1.4.1.9600.1.21.4.2.1.19 | truthvalue | read-only |
If TRUE, a package is replaceable. A physical package is replaceable if it is possible to replace (FRU or upgrade) the element with a physically different one. For example, some computer systems allow the main processor chip to be upgraded to one of a higher clock rating. In this case, the processor is said to be replaceable. Another example is a power supply package mounted on sliding rails. All removable packages are inherently replaceable. This property is inherited from CIM_PhysicalPackage. |
hwbbRequirementsDescription | 1.3.6.1.4.1.9600.1.21.4.2.1.20 | wtcsdisplaystring | read-only |
Free-form string that describes the way in which this card is physically unique from other cards. The property only has meaning when the corresponding Boolean property SpecialRequirements is set to TRUE. This property is inherited from CIM_Card. |
hwbbRequiresDaughterBoard | 1.3.6.1.4.1.9600.1.21.4.2.1.21 | truthvalue | read-only |
If TRUE, at least one daughterboard or auxiliary card is required to function properly. This property is inherited from CIM_Card. |
hwbbSerialNumber | 1.3.6.1.4.1.9600.1.21.4.2.1.22 | wtcsdisplaystring | read-only |
Manufacturer-allocated number used to identify the physical element. This property is inherited from CIM_PhysicalElement. |
hwbbSKU | 1.3.6.1.4.1.9600.1.21.4.2.1.23 | wtcsdisplaystring | read-only |
Stock-keeping unit number for the physical element. This property is inherited from CIM_PhysicalElement. |
hwbbSlotLayout | 1.3.6.1.4.1.9600.1.21.4.2.1.24 | wtcsdisplaystring | read-only |
Free-form string that describes the slot position, typical usage, restrictions, individual slot spacing or any other pertinent information for the slots on a card. This property is inherited from CIM_Card. |
hwbbSpecialRequirements | 1.3.6.1.4.1.9600.1.21.4.2.1.25 | truthvalue | read-only |
If TRUE, this card is physically unique from other cards of the same type and therefore requires a special slot. For example, a double-wide card requires two slots. Another example is where a certain card may be used for the same general function as other cards but requires a special slot (for example, extra long), whereas the other cards can be placed in any available slot. If set to TRUE, then the corresponding property, RequirementsDescription, should specify the nature of the uniqueness or purpose of the card. This property is inherited from CIM_Card. |
hwbbStatus | 1.3.6.1.4.1.9600.1.21.4.2.1.26 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwbbTag | 1.3.6.1.4.1.9600.1.21.4.2.1.27 | wtcsdisplaystring | read-only |
Unique identifier of the baseboard of the system. This property is inherited from CIM_PhysicalElement. Example: 'Base Board' |
hwbbVersion | 1.3.6.1.4.1.9600.1.21.4.2.1.28 | wtcsdisplaystring | read-only |
Version of the physical element. This property is inherited from CIM_PhysicalElement. |
hwbbWeight | 1.3.6.1.4.1.9600.1.21.4.2.1.29 | integer32 | read-only |
Weight of the physical package in pounds. This property is inherited from CIM_PhysicalPackage. |
hwbbWidth | 1.3.6.1.4.1.9600.1.21.4.2.1.30 | integer32 | read-only |
Width of the physical package in inches. This property is inherited from CIM_PhysicalPackage. |
win32BIOSTable | 1.3.6.1.4.1.9600.1.21.4.3 | no-access |
The Win32_BIOS WMI class represents the attributes of the computer system's basic input/output services (BIOS) that are installed on a computer. |
|
1.3.6.1.4.1.9600.1.21.4.3.1 | no-access |
None |
||
hwbiIndex | 1.3.6.1.4.1.9600.1.21.4.3.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwbiBiosCharacteristics | 1.3.6.1.4.1.9600.1.21.4.3.1.2 | wtcsdisplaystring | read-only |
Array of BIOS characteristics supported by the system as defined by the System Management BIOS Reference Specification. Value Meaning 0 Reserved 1 Reserved 2 Unknown 3 BIOS Characteristics Not Supported 4 ISA is supported 5 MCA is supported 6 EISA is supported 7 PCI is supported 8 PC Card (PCMCIA) is supported 9 Plug and Play is supported 10 APM is supported 11 BIOS is Upgradable (Flash) 12 BIOS shadowing is allowed 13 VL-VESA is supported 14 ESCD support is available 15 Boot from CD is supported 16 Selectable Boot is supported 17 BIOS ROM is socketed 18 Boot From PC Card (PCMCIA) is supported 19 EDD (Enhanced Disk Drive) Specification is supported 20 Int 13h - Japanese Floppy for NEC 9800 1.2mb (3.5, 1k Bytes/Sector, 360 RPM) is supported 21 Int 13h - Japanese Floppy for Toshiba 1.2mb (3.5, 360 RPM) is supported 22 Int 13h - 5.25 / 360 KB Floppy Services are supported 23 Int 13h - 5.25 /1.2MB Floppy Services are supported 24 Int 13h - 3.5 / 720 KB Floppy Services are supported 25 Int 13h - 3.5 / 2.88 MB Floppy Services are supported 26 Int 5h, Print Screen Service is supported 27 Int 9h, 8042 Keyboard services are supported 28 Int 14h, Serial Services are supported 29 Int 17h, printer services are supported 30 Int 10h, CGA/Mono Video Services are supported 31 NEC PC-98 32 ACPI supported 33 USB Legacy is supported 34 AGP is supported 35 I2O boot is supported 36 LS-120 boot is supported 37 ATAPI ZIP Drive boot is supported 38 1394 boot is supported 39 Smart Battery supported |
hwbiBIOSVersion | 1.3.6.1.4.1.9600.1.21.4.3.1.3 | wtcsdisplaystring | read-only |
Windows Server 2003 and Windows XP: Array of the complete system BIOS information. In many computers there can be several version strings that are stored in the registry, and represent the system BIOS information. |
hwbiBuildNumber | 1.3.6.1.4.1.9600.1.21.4.3.1.4 | wtcsdisplaystring | read-only |
Internal identifier for this compilation of this software element. This property is inherited from CIM_SoftwareElement. |
hwbiCaption | 1.3.6.1.4.1.9600.1.21.4.3.1.5 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwbiCodeSet | 1.3.6.1.4.1.9600.1.21.4.3.1.6 | wtcsdisplaystring | read-only |
Code set used by this software element. This property is inherited from CIM_SoftwareElement. |
hwbiCurrentLanguage | 1.3.6.1.4.1.9600.1.21.4.3.1.7 | wtcsdisplaystring | read-only |
Name of the current BIOS language. |
hwbiDescription | 1.3.6.1.4.1.9600.1.21.4.3.1.8 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwbiIdentificationCode | 1.3.6.1.4.1.9600.1.21.4.3.1.9 | wtcsdisplaystring | read-only |
Manufacturer's identifier for this software element. Often this will be a stock keeping unit (SKU) or a part number. This property is inherited from CIM_SoftwareElement. |
hwbiInstallableLanguages | 1.3.6.1.4.1.9600.1.21.4.3.1.10 | integer32 | read-only |
Number of languages available for installation on this system. Language may determine properties such as the need for Unicode and bi-directional text. |
hwbiInstallDate | 1.3.6.1.4.1.9600.1.21.4.3.1.11 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwbiLanguageEdition | 1.3.6.1.4.1.9600.1.21.4.3.1.12 | wtcsdisplaystring | read-only |
Language edition of this software element. The language codes defined in ISO 639 should be used. Where the software element represents multilingual or international version of a product, the string 'multilingual' should be used. This property is inherited from CIM_SoftwareElement. |
hwbiListOfLanguages | 1.3.6.1.4.1.9600.1.21.4.3.1.13 | wtcsdisplaystring | read-only |
Array of names of available BIOS-installable languages. |
hwbiManufacturer | 1.3.6.1.4.1.9600.1.21.4.3.1.14 | wtcsdisplaystring | read-only |
Manufacturer of this software element. This property is inherited from CIM_SoftwareElement. |
hwbiName | 1.3.6.1.4.1.9600.1.21.4.3.1.15 | wtcsdisplaystring | read-only |
Name used to identify this software element. This property is inherited from CIM_ManagedSystemElement. |
hwbiOtherTargetOS | 1.3.6.1.4.1.9600.1.21.4.3.1.16 | wtcsdisplaystring | read-only |
Records the manufacturer and operating system type for a software element when the TargetOperatingSystem property has a value of 1 (Other). When TargetOperatingSystem has a value of 1, OtherTargetOS must have a non-null value. For all other values of TargetOperatingSystem, OtherTargetOS is NULL. This property is inherited from CIM_SoftwareElement. |
hwbiPrimaryBIOS | 1.3.6.1.4.1.9600.1.21.4.3.1.17 | truthvalue | read-only |
If TRUE, this is the primary BIOS of the computer system. This property is inherited from CIM_BIOSElement. |
hwbiReleaseDate | 1.3.6.1.4.1.9600.1.21.4.3.1.18 | dateandtime | read-only |
Release date of the Windows BIOS in the Coordinated Universal Time (UTC) format of YYYYMMDDHHMMSS.MMMMMM(+-)OOO. |
hwbiSerialNumber | 1.3.6.1.4.1.9600.1.21.4.3.1.19 | wtcsdisplaystring | read-only |
Assigned serial number of the software element. This property is inherited from CIM_SoftwareElement. |
hwbiSMBIOSBIOSVersion | 1.3.6.1.4.1.9600.1.21.4.3.1.20 | wtcsdisplaystring | read-only |
BIOS version as reported by SMBIOS. |
hwbiSMBIOSMajorVersion | 1.3.6.1.4.1.9600.1.21.4.3.1.21 | integer32 | read-only |
Major SMBIOS version number. This property is NULL if SMBIOS is not found. |
hwbiSMBIOSMinorVersion | 1.3.6.1.4.1.9600.1.21.4.3.1.22 | integer32 | read-only |
Minor SMBIOS version number. This property is NULL if SMBIOS is not found. |
hwbiSMBIOSPresent | 1.3.6.1.4.1.9600.1.21.4.3.1.23 | truthvalue | read-only |
If true, the SMBIOS is available on this computer system. |
hwbiSoftwareElementID | 1.3.6.1.4.1.9600.1.21.4.3.1.24 | wtcsdisplaystring | read-only |
Identifier for this software element; designed to be used in conjunction with other keys to create a unique representation of this CIM_SoftwareElement instance. This property is inherited from CIM_SoftwareElement. |
hwbiSoftwareElementState | 1.3.6.1.4.1.9600.1.21.4.3.1.25 | integer | read-only |
State of a software element. This property is inherited from CIM_SoftwareElement. Enumeration: 'executable': 2, 'running': 3, 'installable': 1, 'deployable': 0. |
hwbiStatus | 1.3.6.1.4.1.9600.1.21.4.3.1.26 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwbiTargetOperatingSystem | 1.3.6.1.4.1.9600.1.21.4.3.1.27 | integer | read-only |
Target operating system of the owning software element. This property is inherited from CIM_SoftwareElement. Enumeration: 'dgux': 4, 'tandemNSK': 33, 'solaris': 29, 'win95': 16, 'u6000': 31, 'win98': 17, 'hpMPE': 54, 'dedicated': 59, 'ncr3000': 20, 'sunOS': 30, 'hpux': 8, 'beOS': 53, 'vse': 60, 'freeBSD': 42, 'linux': 36, 'aseries': 32, 'osf': 22, 'winnt': 18, 'scoUnixWare': 25, 'epoc': 49, 'unknown': 0, 'gnuHurd': 44, 'other': 1, 'mvs': 10, 'win3x': 15, 'os400': 11, 'windows2000': 58, 'os9': 45, 'netWare': 21, 'attunix': 3, 'os2': 12, 'qnx': 48, 'tandemNT': 34, 'openVMS': 7, 'msdos': 14, 'reliantUNIX': 24, 'wince': 19, 'rhapsody': 57, 'miNT': 52, 'inferno': 47, 'sequent': 27, 'nextStep': 55, 'tpf': 61, 'macos': 2, 'decnt': 5, 'vmESA': 39, 'aix': 9, 'machKernel': 46, 'scoOpenServer': 26, 'vxWorks': 51, 'javaVM': 13, 'irix': 28, 'xenix': 38, 'digitalUnix': 6, 'ixWorks': 50, 'dcOS': 23, 'bsdunix': 41, 'lynx': 37, 'interactiveUNIX': 40, 'bs2000': 35, 'palmPilot': 56, 'netBSD': 43. |
hwbiVersion | 1.3.6.1.4.1.9600.1.21.4.3.1.28 | wtcsdisplaystring | read-only |
Version of the BIOS. This string is created by the BIOS manufacturer. This property is inherited from CIM_SoftwareElement. |
win32BusTable | 1.3.6.1.4.1.9600.1.21.4.4 | no-access |
The Win32_Bus WMI class represents a physical bus as seen by a Windows operating system. Any instance of a Windows bus is a descendent (or member) of this class. |
|
1.3.6.1.4.1.9600.1.21.4.4.1 | no-access |
None |
||
hwbuIndex | 1.3.6.1.4.1.9600.1.21.4.4.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwbuAvailability | 1.3.6.1.4.1.9600.1.21.4.4.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwbuBusNum | 1.3.6.1.4.1.9600.1.21.4.4.1.3 | gauge32 | read-only |
Logical number assigned to the physical bus. Example: 1 |
hwbuBusType | 1.3.6.1.4.1.9600.1.21.4.4.1.4 | integer | read-only |
Type of the physical bus. This value will be one of the values in the INTERFACE_TYPE enumeration defined in Bus.h. Enumeration: 'mpiBus': 10, 'pcmciaBus': 8, 'vmeBus': 6, 'pnpISABus': 14, 'eisa': 2, 'mpsaBus': 11, 'turboChannel': 4, 'cBus': 9, 'internalPowerBus': 13, 'nuBus': 7, 'internalProcessor': 12, 'internal': 0, 'pnpBus': 15, 'microChannel': 3, 'isa': 1, 'maximumInterfaceType': 16, 'pciBus': 5. |
hwbuCaption | 1.3.6.1.4.1.9600.1.21.4.4.1.5 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwbuConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.4.1.6 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwbuConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.4.1.7 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwbuCreationClassName | 1.3.6.1.4.1.9600.1.21.4.4.1.8 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwbuDescription | 1.3.6.1.4.1.9600.1.21.4.4.1.9 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwbuDeviceID | 1.3.6.1.4.1.9600.1.21.4.4.1.10 | wtcsdisplaystring | read-only |
Unique name that identifies the bus. This property is inherited from CIM_LogicalDevice. |
hwbuErrorCleared | 1.3.6.1.4.1.9600.1.21.4.4.1.11 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwbuErrorDescription | 1.3.6.1.4.1.9600.1.21.4.4.1.12 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwbuInstallDate | 1.3.6.1.4.1.9600.1.21.4.4.1.13 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwbuLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.4.1.14 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwbuName | 1.3.6.1.4.1.9600.1.21.4.4.1.15 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, this property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwbuPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.4.1.16 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwbuPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.4.1.17 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwbuPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.4.1.18 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwbuStatus | 1.3.6.1.4.1.9600.1.21.4.4.1.19 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwbuStatusInfo | 1.3.6.1.4.1.9600.1.21.4.4.1.20 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwbuSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.4.1.21 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwbuSystemName | 1.3.6.1.4.1.9600.1.21.4.4.1.22 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
win32CacheMemoryTable | 1.3.6.1.4.1.9600.1.21.4.5 | no-access |
The Win32_CacheMemory WMI class represents internal and external cache memory on a computer system. |
|
1.3.6.1.4.1.9600.1.21.4.5.1 | no-access |
None |
||
hwcmIndex | 1.3.6.1.4.1.9600.1.21.4.5.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwcmAccess | 1.3.6.1.4.1.9600.1.21.4.5.1.2 | integer | read-only |
Type of access. This property is inherited from CIM_StorageExtent. Enumeration: 'writable': 2, 'unknown': 0, 'writeOnce': 4, 'readable': 1, 'readWriteSupported': 3. |
hwcmAdditionalErrorData | 1.3.6.1.4.1.9600.1.21.4.5.1.3 | wtcsdisplaystring | read-only |
Array of octets that hold additional error information. An example is ECC Syndrome or the return of the check bits if a CRC-based error methodology is used. In the latter case, if a single bit error is recognized and the CRC algorithm is known, it is possible to determine the exact bit that failed. This type of data (ECC Syndrome, Check Bit, Parity Bit data, or other vendor supplied information) is included in this field. If the ErrorInfo property is equal to 3 (OK), then this property has no meaning. This property is inherited from CIM_Memory. |
hwcmAssociativity | 1.3.6.1.4.1.9600.1.21.4.5.1.4 | integer | read-only |
An integer enumeration that defines the system cache associativity. This property is inherited from CIM_CacheMemory. Enumeration: 'unknown': 2, 'n2waySetAssociative': 4, 'directMapped': 3, 'other': 1, 'n4waySetAssociative': 5, 'fullyAssociative': 6, 'n8waySetAssociative': 7, 'n16waySetAssociative': 8. |
hwcmAvailability | 1.3.6.1.4.1.9600.1.21.4.5.1.5 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwcmBlockSize | 1.3.6.1.4.1.9600.1.21.4.5.1.6 | gauge32 | read-only |
Size in bytes of the blocks that form this storage extent. If unknown or if a block concept is not valid (for example, for aggregate extents, memory or logical disks), enter a 1. This property is inherited from CIM_StorageExtent. |
hwcmCacheSpeed | 1.3.6.1.4.1.9600.1.21.4.5.1.7 | gauge32 | read-only |
Speed of the cache. |
hwcmCacheType | 1.3.6.1.4.1.9600.1.21.4.5.1.8 | integer | read-only |
Type of cache. This property is inherited from CIM_CacheMemory. Enumeration: 'unknown': 2, 'other': 1, 'instruction': 3, 'unified': 5, 'data': 4. |
hwcmCaption | 1.3.6.1.4.1.9600.1.21.4.5.1.9 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwcmConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.5.1.10 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwcmConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.5.1.11 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwcmCorrectableError | 1.3.6.1.4.1.9600.1.21.4.5.1.12 | truthvalue | read-only |
If TRUE, the most recent error was correctable. If the ErrorInfo property is equal to 3 (OK), then this property has no meaning. This property is inherited from CIM_Memory. |
hwcmCreationClassName | 1.3.6.1.4.1.9600.1.21.4.5.1.13 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwcmCurrentSRAM | 1.3.6.1.4.1.9600.1.21.4.5.1.14 | wtcsdisplaystring | read-only |
Array of types of Static Random Access Memory (SRAM) being used for the cache memory. Value Meaning 0 Other 1 Unknown 2 Non-Burst 3 Burst 4 Pipeline Burst 5 Synchronous 6 Asynchronous |
hwcmDescription | 1.3.6.1.4.1.9600.1.21.4.5.1.15 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwcmDeviceID | 1.3.6.1.4.1.9600.1.21.4.5.1.16 | wtcsdisplaystring | read-only |
Unique identifier of the cache represented by an instance of Win32_CacheMemory. This property is inherited from CIM_LogicalDevice. Example: 'Cache Memory 1' |
hwcmEndingAddress | 1.3.6.1.4.1.9600.1.21.4.5.1.17 | gauge32 | read-only |
Ending address, referenced by an application or operating system and mapped by a memory controller, for this memory object. The ending address is specified in kilobytes. This property is inherited from CIM_Memory. |
hwcmErrorAccess | 1.3.6.1.4.1.9600.1.21.4.5.1.18 | integer | read-only |
Memory access operation that caused the last error. The type of error is described by the ErrorInfo property. If ErrorInfo is equal to 3 (OK), then this property has no meaning. This property is inherited from CIM_Memory. Enumeration: 'read': 3, 'unknown': 2, 'write': 4, 'other': 1, 'partialWrite': 5. |
hwcmErrorAddress | 1.3.6.1.4.1.9600.1.21.4.5.1.19 | gauge32 | read-only |
Address of the last memory error. The type of error is described by the ErrorInfo property. If ErrorInfo is equal to 3 (OK), then this property has no meaning. This property is inherited from CIM_Memory. |
hwcmErrorCleared | 1.3.6.1.4.1.9600.1.21.4.5.1.20 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwcmErrorCorrectType | 1.3.6.1.4.1.9600.1.21.4.5.1.21 | integer | read-only |
Error correction method used by the cache memory. Enumeration: 'singlebitECC': 5, 'parity': 4, 'none': 3, 'reserved': 0, 'unknown': 2, 'other': 1, 'multibitECC': 6. |
hwcmErrorData | 1.3.6.1.4.1.9600.1.21.4.5.1.22 | wtcsdisplaystring | read-only |
Array of data captured during the last erroneous memory access. The data occupies the first n octets of the array necessary to hold the number of bits specified by the ErrorTransferSize property. If ErrorTransferSize is 0, then this property has no meaning. This property is inherited from CIM_Memory. |
hwcmErrorDataOrder | 1.3.6.1.4.1.9600.1.21.4.5.1.23 | integer | read-only |
Ordering for data stored in the ErrorData property. If ErrorTransferSize is 0, then this property has no meaning. This property is inherited from CIM_Memory. Enumeration: 'unknown': 0, 'leastSignificantByteFirst': 1, 'mostSignificantByteFirst': 2. |
hwcmErrorDescription | 1.3.6.1.4.1.9600.1.21.4.5.1.24 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwcmErrorInfo | 1.3.6.1.4.1.9600.1.21.4.5.1.25 | integer | read-only |
Type of error that occurred most recently. The values 12-14 are undefined in the CIM schema because in DMI they mix the semantics of the type of error and whether it was correctable or not. The latter is indicated in the property CorrectableError. This property is inherited from CIM_Memory. Enumeration: 'parityError': 5, 'nibbleError': 9, 'ok': 3, 'unknown': 2, 'multiBitError': 8, 'other': 1, 'checksumError': 10, 'singleBitError': 6, 'crcError': 11, 'doubleBitError': 7, 'badRead': 4. |
hwcmErrorMethodology | 1.3.6.1.4.1.9600.1.21.4.5.1.26 | wtcsdisplaystring | read-only |
Details on the parity or CRC algorithms, ECC, or other mechanisms used. This property is inherited from CIM_Memory. |
hwcmErrorResolution | 1.3.6.1.4.1.9600.1.21.4.5.1.27 | gauge32 | read-only |
Range, in bytes, to which the last error can be resolved. For example, if error addresses are resolved to bit 11 (that is, on a typical page basis), then errors can be resolved to 4K boundaries and this property is set to 4000. If the ErrorInfo property is equal to 3 (OK), then this property has no meaning. This property is inherited from CIM_Memory. |
hwcmErrorTime | 1.3.6.1.4.1.9600.1.21.4.5.1.28 | dateandtime | read-only |
Time that the last memory error occurred. The type of error is described by the ErrorInfo property. If the ErrorInfo property is equal to 3 (OK), then this property has no meaning. This property is inherited from CIM_Memory. |
hwcmErrorTransferSize | 1.3.6.1.4.1.9600.1.21.4.5.1.29 | gauge32 | read-only |
Size of the data transfer in bits that caused the last error. 0 indicates no error. If the ErrorInfo property is equal to 3 (OK), then this property should be set to 0. This property is inherited from CIM_Memory. |
hwcmFlushTimer | 1.3.6.1.4.1.9600.1.21.4.5.1.30 | gauge32 | read-only |
Maximum amount of time, in seconds, dirty lines or buckets may remain in the cache before they are flushed. A value of 0 indicated that a cache flush is not controlled by a flushing timer. This property is inherited from CIM_CacheMemory. |
hwcmInstallDate | 1.3.6.1.4.1.9600.1.21.4.5.1.31 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwcmInstalledSize | 1.3.6.1.4.1.9600.1.21.4.5.1.32 | gauge32 | read-only |
Current size of the installed cache memory. |
hwcmLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.5.1.33 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwcmLevel | 1.3.6.1.4.1.9600.1.21.4.5.1.34 | integer | read-only |
Level of the cache. This property is inherited from CIM_CacheMemory. Enumeration: 'unknown': 2, 'primary': 3, 'notApplicable': 6, 'other': 1, 'tertiary': 5, 'secondary': 4. |
hwcmLineSize | 1.3.6.1.4.1.9600.1.21.4.5.1.35 | gauge32 | read-only |
Size, in bytes, of a single cache bucket or line. This property is inherited from CIM_CacheMemory. |
hwcmLocation | 1.3.6.1.4.1.9600.1.21.4.5.1.36 | integer | read-only |
Physical location of the cache memory. Enumeration: 'unknown': 3, 'internal': 0, 'reserved': 2, 'external': 1. |
hwcmMaxCacheSize | 1.3.6.1.4.1.9600.1.21.4.5.1.37 | gauge32 | read-only |
Maximum cache size installable to this particular cache memory. |
hwcmName | 1.3.6.1.4.1.9600.1.21.4.5.1.38 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwcmNumberOfBlocks | 1.3.6.1.4.1.9600.1.21.4.5.1.39 | gauge32 | read-only |
Total number of consecutive blocks, each block the size of the value contained in the BlockSize property, which form this storage extent. Total size of the storage extent can be calculated by multiplying the value of the BlockSize property by the value of this property. If the value of BlockSize is 1, this property is the total size of the storage extent. This property is inherited from CIM_StorageExtent. |
hwcmOtherErrorDescription | 1.3.6.1.4.1.9600.1.21.4.5.1.40 | wtcsdisplaystring | read-only |
Free-form string providing more information if the ErrorType property is set to 1, Other. Otherwise, this string has no meaning. This property is inherited from CIM_Memory. |
hwcmPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.5.1.41 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwcmPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.5.1.42 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwcmPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.5.1.43 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwcmPurpose | 1.3.6.1.4.1.9600.1.21.4.5.1.44 | wtcsdisplaystring | read-only |
Free-form string describing the media and/or its use. This property is inherited from CIM_StorageExtent. |
hwcmReadPolicy | 1.3.6.1.4.1.9600.1.21.4.5.1.45 | integer | read-only |
Policy that shall be employed by the cache for handling read requests. This property is inherited from CIM_CacheMemory. Enumeration: 'read': 3, 'unknown': 2, 'other': 1, 'determinationPerIO': 6, 'readAndReadAhead': 5, 'readAhead': 4. |
hwcmReplacementPolicy | 1.3.6.1.4.1.9600.1.21.4.5.1.46 | integer | read-only |
Algorithm to determine which cache lines or buckets should be re-used. This property is inherited from CIM_CacheMemory. Enumeration: 'leastFrequentlyUsed': 6, 'osDependentAlgorithms': 8, 'unknown': 2, 'firstInFirstOut': 4, 'mostFrequentlyUsed': 7, 'lastInFirstOut': 5, 'other': 1, 'leastRecentlyUsed': 3. |
hwcmStartingAddress | 1.3.6.1.4.1.9600.1.21.4.5.1.47 | gauge32 | read-only |
Beginning address, referenced by an application or operating system and mapped by a memory controller, for this memory object. The starting address is specified in kilobytes. This property is inherited from CIM_Memory. |
hwcmStatus | 1.3.6.1.4.1.9600.1.21.4.5.1.48 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwcmStatusInfo | 1.3.6.1.4.1.9600.1.21.4.5.1.49 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwcmSupportedSRAM | 1.3.6.1.4.1.9600.1.21.4.5.1.50 | wtcsdisplaystring | read-only |
Array of supported types of Static Random Access Memory (SRAM) that can be used for the cache memory. Value Meaning 0 Other 1 Unknown 2 Non-Burst 3 Burst 4 Pipeline Burst 5 Synchronous 6 Asynchronous |
hwcmSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.5.1.51 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwcmSystemLevelAddress | 1.3.6.1.4.1.9600.1.21.4.5.1.52 | truthvalue | read-only |
If TRUE, the address information in the property ErrorAddress is a system-level address. If FALSE, it is a physical address. If the ErrorInfo property is equal to 3, then this property has no meaning. This property is inherited from CIM_Memory. |
hwcmSystemName | 1.3.6.1.4.1.9600.1.21.4.5.1.53 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwcmWritePolicy | 1.3.6.1.4.1.9600.1.21.4.5.1.54 | integer | read-only |
Write policy definition. This property is inherited from CIM_CacheMemory. Enumeration: 'writeBack': 3, 'unknown': 2, 'variesWithAddress': 5, 'writeThrough': 4, 'other': 1, 'determinationPerIO': 6. |
win32DeviceMemoryAddressTable | 1.3.6.1.4.1.9600.1.21.4.6 | no-access |
The Win32_DeviceMemoryAddress WMI class represents a device memory address on a Windows system. |
|
1.3.6.1.4.1.9600.1.21.4.6.1 | no-access |
None |
||
hwdaIndex | 1.3.6.1.4.1.9600.1.21.4.6.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwdaCaption | 1.3.6.1.4.1.9600.1.21.4.6.1.2 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwdaCreationClassName | 1.3.6.1.4.1.9600.1.21.4.6.1.3 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_MemoryMappedIO. |
hwdaCSCreationClassName | 1.3.6.1.4.1.9600.1.21.4.6.1.4 | wtcsdisplaystring | read-only |
Name of the scoping computer system creation class. This property is inherited from CIM_MemoryMappedIO. |
hwdaCSName | 1.3.6.1.4.1.9600.1.21.4.6.1.5 | wtcsdisplaystring | read-only |
Name of the scoping computer system. This property is inherited from CIM_MemoryMappedIO. |
hwdaDescription | 1.3.6.1.4.1.9600.1.21.4.6.1.6 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwdaEndingAddress | 1.3.6.1.4.1.9600.1.21.4.6.1.7 | gauge32 | read-only |
Ending address of memory-mapped I/O. This property is inherited from CIM_MemoryMappedIO. |
hwdaInstallDate | 1.3.6.1.4.1.9600.1.21.4.6.1.8 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwdaMemoryType | 1.3.6.1.4.1.9600.1.21.4.6.1.9 | integer | read-only |
Characteristics of the memory resource on the Windows system. Enumeration: 'readWrite': 1, 'readOnly': 2, 'writeOnly': 3, 'prefetchable': 4. |
hwdaName | 1.3.6.1.4.1.9600.1.21.4.6.1.10 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwdaStartingAddress | 1.3.6.1.4.1.9600.1.21.4.6.1.11 | gauge32 | read-only |
Starting address of memory-mapped I/O. The hardware resource identifier property should be set to this value to construct the mapped I/O resource key. This property is inherited from CIM_MemoryMappedIO. |
hwdaStatus | 1.3.6.1.4.1.9600.1.21.4.6.1.12 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
win32DMAChannelTable | 1.3.6.1.4.1.9600.1.21.4.7 | no-access |
The Win32_DMAChannel WMI class represents a direct memory access (DMA) channel on a Windows computer system. DMA is a method of moving data from a device to memory (or vice versa) without the help of the microprocessor. The system board uses a DMA controller to handle a fixed number of channels, each of which can be used by one (and only one) device at a time. |
|
1.3.6.1.4.1.9600.1.21.4.7.1 | no-access |
None |
||
hwdmaIndex | 1.3.6.1.4.1.9600.1.21.4.7.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwdmaAddressSize | 1.3.6.1.4.1.9600.1.21.4.7.1.2 | integer32 | read-only |
DMA channel address size in bits. Permissible values are 8, 16, 32 or 64 bits. If unknown, enter 0 (zero). This property is inherited from CIM_DMA. |
hwdmaAvailability | 1.3.6.1.4.1.9600.1.21.4.7.1.3 | integer | read-only |
Availability of the DMA. This property is inherited from CIM_DMA. Enumeration: 'available': 3, 'unknown': 2, 'other': 1, 'inUseAndAvailableShareable': 5, 'inUseNotAvailable': 4. |
hwdmaBurstMode | 1.3.6.1.4.1.9600.1.21.4.7.1.4 | truthvalue | read-only |
Indicates whether or not the DMA channel supports burst mode. This property is inherited from CIM_DMA. |
hwdmaByteMode | 1.3.6.1.4.1.9600.1.21.4.7.1.5 | integer | read-only |
DMA execution mode. This property is inherited from CIM_DMA. Enumeration: 'unknown': 2, 'other': 1, 'doesNotExecuteIncountByByteMode': 3, 'executeIncountByByteMode': 4. |
hwdmaCaption | 1.3.6.1.4.1.9600.1.21.4.7.1.6 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwdmaChannelTiming | 1.3.6.1.4.1.9600.1.21.4.7.1.7 | integer | read-only |
DMA channel timing. This property is inherited from CIM_DMA. Enumeration: 'unknown': 2, 'isaCompatible': 3, 'typeF': 6, 'typeA': 4, 'typeB': 5, 'other': 1. |
hwdmaCreationClassName | 1.3.6.1.4.1.9600.1.21.4.7.1.8 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_DMA. |
hwdmaCSCreationClassName | 1.3.6.1.4.1.9600.1.21.4.7.1.9 | wtcsdisplaystring | read-only |
Name of the scoping computer system creation class. This property is inherited from CIM_DMA. |
hwdmaCSName | 1.3.6.1.4.1.9600.1.21.4.7.1.10 | wtcsdisplaystring | read-only |
Name of the scoping computer system. This property is inherited from CIM_DMA. |
hwdmaDescription | 1.3.6.1.4.1.9600.1.21.4.7.1.11 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwdmaDMAChannel | 1.3.6.1.4.1.9600.1.21.4.7.1.12 | gauge32 | read-only |
DMA channel number, part of the object's key value. This property is inherited from CIM_DMA. |
hwdmaInstallDate | 1.3.6.1.4.1.9600.1.21.4.7.1.13 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwdmaMaxTransferSize | 1.3.6.1.4.1.9600.1.21.4.7.1.14 | gauge32 | read-only |
Maximum number of bytes that can be transferred by this DMA channel. If unknown, enter 0 (zero). This property is inherited from CIM_DMA. |
hwdmaName | 1.3.6.1.4.1.9600.1.21.4.7.1.15 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwdmaPort | 1.3.6.1.4.1.9600.1.21.4.7.1.16 | gauge32 | read-only |
DMA port used by the host bus adapter. This is meaningful for MCA-type buses. Example: 12 |
hwdmaStatus | 1.3.6.1.4.1.9600.1.21.4.7.1.17 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwdmaTransferWidths | 1.3.6.1.4.1.9600.1.21.4.7.1.18 | wtcsdisplaystring | read-only |
Array of all the transfer widths (in bits) supported by this DMA channel. If unknown, enter 0 (zero). This property is inherited from CIM_DMA. |
hwdmaTypeCTiming | 1.3.6.1.4.1.9600.1.21.4.7.1.19 | integer | read-only |
Support for C type (burst) timing. This property is inherited from CIM_DMA. Enumeration: 'notSupported': 4, 'unknown': 2, 'isaCompatible': 3, 'other': 1, 'supported': 5. |
hwdmaWordMode | 1.3.6.1.4.1.9600.1.21.4.7.1.20 | integer | read-only |
DMA execution mode. This property is inherited from CIM_DMA. Enumeration: 'executeIncountByWordMode': 4, 'unknown': 2, 'other': 1, 'doesNotExecuteIncountByWordMode': 3. |
win32FloppyControllerTable | 1.3.6.1.4.1.9600.1.21.4.8 | no-access |
The Win32_FloppyController WMI class represents the capabilities and management capacity of a floppy disk drive controller. |
|
1.3.6.1.4.1.9600.1.21.4.8.1 | no-access |
None |
||
hwfcIndex | 1.3.6.1.4.1.9600.1.21.4.8.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwfcAvailability | 1.3.6.1.4.1.9600.1.21.4.8.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwfcCaption | 1.3.6.1.4.1.9600.1.21.4.8.1.3 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwfcConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.8.1.4 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwfcConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.8.1.5 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwfcCreationClassName | 1.3.6.1.4.1.9600.1.21.4.8.1.6 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwfcDescription | 1.3.6.1.4.1.9600.1.21.4.8.1.7 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwfcDeviceID | 1.3.6.1.4.1.9600.1.21.4.8.1.8 | wtcsdisplaystring | read-only |
Unique identifier of the floppy controller. This property is inherited from CIM_LogicalDevice. |
hwfcErrorCleared | 1.3.6.1.4.1.9600.1.21.4.8.1.9 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwfcErrorDescription | 1.3.6.1.4.1.9600.1.21.4.8.1.10 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information about any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwfcInstallDate | 1.3.6.1.4.1.9600.1.21.4.8.1.11 | dateandtime | read-only |
Date and time the object is installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwfcLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.8.1.12 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwfcManufacturer | 1.3.6.1.4.1.9600.1.21.4.8.1.13 | wtcsdisplaystring | read-only |
Name of the floppy controller manufacturer. Example: 'Microsoft' |
hwfcMaxNumberControlled | 1.3.6.1.4.1.9600.1.21.4.8.1.14 | gauge32 | read-only |
Maximum number of directly addressable entities that this controller supports. A value of 0 (zero) should be used if the number is unknown. This property is inherited from CIM_Controller. |
hwfcName | 1.3.6.1.4.1.9600.1.21.4.8.1.15 | wtcsdisplaystring | read-only |
Label for the object. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwfcPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.8.1.16 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier for the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwfcPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.8.1.17 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled, but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwfcPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.8.1.18 | truthvalue | read-only |
If TRUE, the device can be power-managed, which means that it can be put into suspend mode, and so on. The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwfcProtocolSupported | 1.3.6.1.4.1.9600.1.21.4.8.1.19 | integer | read-only |
Protocol that the controller uses to access controlled devices. This property is inherited from CIM_Controller. Enumeration: 'ieee802310BROAD36': 31, 'ieee8023100BASEVG': 32, 'eisa': 3, 'flexibleDiskette': 7, 'vme': 24, 'irBus': 47, 'vesa': 14, 'ipi': 25, 'pcmcia': 15, 'twowayInfrared': 44, 'scsiSerialBusProtocol2': 12, 'qic2': 41, 'ieee488': 26, 'unknown': 2, 'ieee80231BASES': 30, 'ieee802310BASE5': 28, 'pci': 5, 'scsiParallelInterface': 9, 'scsiSerialBusProtocol': 11, 'serialInfrared': 46, 'ieee802310BASE2': 29, 'scsiSerialStorageArchitecture': 13, 'st506': 39, 'multiBus': 23, 'fastInfrared': 45, 'power': 21, 'hippi': 22, 'parallelProtocol': 17, 'ansiX3T95FDDI': 34, 'scsiFibreChannelProtocol': 10, 'enhancedATAIDE': 42, 'ieee8025TokenRing': 33, 'mca': 35, 'diagnostic': 19, 'n1496': 8, 'universalSerialBus': 16, 'i2C': 20, 'dssi': 40, 'ataATAPI': 6, 'cmd': 38, 'esdi': 36, 'escon': 18, 'rs232': 27, 'isa': 4, 'ide': 37, 'other': 1, 'agp': 43. |
hwfcStatus | 1.3.6.1.4.1.9600.1.21.4.8.1.20 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwfcStatusInfo | 1.3.6.1.4.1.9600.1.21.4.8.1.21 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwfcSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.8.1.22 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwfcSystemName | 1.3.6.1.4.1.9600.1.21.4.8.1.23 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwfcTimeOfLastReset | 1.3.6.1.4.1.9600.1.21.4.8.1.24 | dateandtime | read-only |
Date and time the controller was last reset. This could mean the controller was powered down or reinitialized. This property is inherited from CIM_Controller. |
win32IDEControllerTable | 1.3.6.1.4.1.9600.1.21.4.9 | no-access |
The Win32_IDEController WMI class manages the capabilities of an integrated device electronics (IDE) controller device. |
|
1.3.6.1.4.1.9600.1.21.4.9.1 | no-access |
None |
||
hwideIndex | 1.3.6.1.4.1.9600.1.21.4.9.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwideAvailability | 1.3.6.1.4.1.9600.1.21.4.9.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwideCaption | 1.3.6.1.4.1.9600.1.21.4.9.1.3 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwideConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.9.1.4 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwideConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.9.1.5 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwideCreationClassName | 1.3.6.1.4.1.9600.1.21.4.9.1.6 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwideDescription | 1.3.6.1.4.1.9600.1.21.4.9.1.7 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwideDeviceID | 1.3.6.1.4.1.9600.1.21.4.9.1.8 | wtcsdisplaystring | read-only |
Unique identifier of the IDE controller with other devices on the system. This property is inherited from CIM_LogicalDevice. |
hwideErrorCleared | 1.3.6.1.4.1.9600.1.21.4.9.1.9 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwideErrorDescription | 1.3.6.1.4.1.9600.1.21.4.9.1.10 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode property, and information about any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwideInstallDate | 1.3.6.1.4.1.9600.1.21.4.9.1.11 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwideLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.9.1.12 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwideManufacturer | 1.3.6.1.4.1.9600.1.21.4.9.1.13 | wtcsdisplaystring | read-only |
Manufacturer of the IDE controller device. |
hwideMaxNumberControlled | 1.3.6.1.4.1.9600.1.21.4.9.1.14 | gauge32 | read-only |
Maximum number of directly addressable entities supportable by this controller. A value of 0 (zero) should be used if the number is unknown. This property is inherited from CIM_Controller. |
hwideName | 1.3.6.1.4.1.9600.1.21.4.9.1.15 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwidePNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.9.1.16 | wtcsdisplaystring | read-only |
Windows plug and play device ID of the logical device. This property is inherited from CIM_LogicalDevice. Example: *PNP030b |
hwidePowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.9.1.17 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled, but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle), and Time set to a specific date and time or interval for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwidePowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.9.1.18 | truthvalue | read-only |
If TRUE, the device can be power-managed put into suspend mode, and so on. The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwideProtocolSupported | 1.3.6.1.4.1.9600.1.21.4.9.1.19 | integer | read-only |
Protocol used by the controller to access controlled devices. This property is inherited from CIM_Controller. Enumeration: 'ieee802310BROAD36': 31, 'ieee8023100BASEVG': 32, 'eisa': 3, 'flexibleDiskette': 7, 'vme': 24, 'irBus': 47, 'vesa': 14, 'ipi': 25, 'scsiSerialBusProtocol1394': 12, 'pcmcia': 15, 'twowayInfrared': 44, 'qic2': 41, 'ieee488': 26, 'unknown': 2, 'ieee802310BASE5': 28, 'pci': 5, 'scsiParallelInterface': 9, 'scsiSerialBusProtocol': 11, 'serialInfrared': 46, 'ieee802310BASE2': 29, 'scsiSerialStorageArchitecture': 13, 'st506': 39, 'multiBus': 23, 'fastInfrared': 45, 'power': 21, 'hippi': 22, 'parallelProtocol': 17, 'ansiX3T95FDDI': 34, 'scsiFibreChannelProtocol': 10, 'ieee80231BASE5': 30, 'ieee8025TokenRing': 33, 'mca': 35, 'diagnostic': 19, 'n1496': 8, 'universalSerialBus': 16, 'i2C': 20, 'dssi': 40, 'ataATAPI': 6, 'cmd': 38, 'enhancedATAIDE': 42, 'esdi': 36, 'escon': 18, 'rs232': 27, 'isa': 4, 'ide': 37, 'other': 1, 'agp': 43. |
hwideStatus | 1.3.6.1.4.1.9600.1.21.4.9.1.20 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwideStatusInfo | 1.3.6.1.4.1.9600.1.21.4.9.1.21 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwideSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.9.1.22 | wtcsdisplaystring | read-only |
Value for the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwideSystemName | 1.3.6.1.4.1.9600.1.21.4.9.1.23 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwideTimeOfLastReset | 1.3.6.1.4.1.9600.1.21.4.9.1.24 | dateandtime | read-only |
Date and time this controller was last reset. This could mean the controller was powered down or reinitialized. This property is inherited from CIM_Controller. |
win32InfraredDeviceTable | 1.3.6.1.4.1.9600.1.21.4.10 | no-access |
The Win32_InfraredDevice WMI class represents the capabilities and management of an infrared device. |
|
1.3.6.1.4.1.9600.1.21.4.10.1 | no-access |
None |
||
hwidIndex | 1.3.6.1.4.1.9600.1.21.4.10.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwidAvailability | 1.3.6.1.4.1.9600.1.21.4.10.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwidCaption | 1.3.6.1.4.1.9600.1.21.4.10.1.3 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwidConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.10.1.4 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwidConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.10.1.5 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwidCreationClassName | 1.3.6.1.4.1.9600.1.21.4.10.1.6 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwidDescription | 1.3.6.1.4.1.9600.1.21.4.10.1.7 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwidDeviceID | 1.3.6.1.4.1.9600.1.21.4.10.1.8 | wtcsdisplaystring | read-only |
Unique identifier of the infrared device. This property is inherited from CIM_LogicalDevice. |
hwidErrorCleared | 1.3.6.1.4.1.9600.1.21.4.10.1.9 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwidErrorDescription | 1.3.6.1.4.1.9600.1.21.4.10.1.10 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information about any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwidInstallDate | 1.3.6.1.4.1.9600.1.21.4.10.1.11 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwidLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.10.1.12 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwidManufacturer | 1.3.6.1.4.1.9600.1.21.4.10.1.13 | wtcsdisplaystring | read-only |
Manufacturer of the device. |
hwidMaxNumberControlled | 1.3.6.1.4.1.9600.1.21.4.10.1.14 | gauge32 | read-only |
Maximum number of directly addressable entities supportable by this device. A value of 0 (zero) should be used if the number is unknown. This property is inherited from CIM_Controller. |
hwidName | 1.3.6.1.4.1.9600.1.21.4.10.1.15 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwidPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.10.1.16 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwidPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.10.1.17 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwidPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.10.1.18 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwidProtocolSupported | 1.3.6.1.4.1.9600.1.21.4.10.1.19 | integer | read-only |
Protocol used by the controller to access controlled devices. This property is inherited from CIM_Controller. Enumeration: 'ieee802310BROAD36': 31, 'ieee8023100BASEVG': 32, 'eisa': 3, 'flexibleDiskette': 7, 'vme': 24, 'irBus': 47, 'vesa': 14, 'ipi': 25, 'scsiSerialBusProtocol1394': 12, 'pcmcia': 15, 'twowayInfrared': 44, 'qic2': 41, 'ieee488': 26, 'unknown': 2, 'ieee802310BASE5': 28, 'pci': 5, 'scsiParallelInterface': 9, 'scsiSerialBusProtocol': 11, 'serialInfrared': 46, 'ieee802310BASE2': 29, 'scsiSerialStorageArchitecture': 13, 'st506': 39, 'multiBus': 23, 'fastInfrared': 45, 'power': 21, 'hippi': 22, 'parallelProtocol': 17, 'ansiX3T95FDDI': 34, 'scsiFibreChannelProtocol': 10, 'ieee80231BASE5': 30, 'ieee8025TokenRing': 33, 'mca': 35, 'diagnostic': 19, 'n1496': 8, 'universalSerialBus': 16, 'i2C': 20, 'dssi': 40, 'ataATAPI': 6, 'cmd': 38, 'enhancedATAIDE': 42, 'esdi': 36, 'escon': 18, 'rs232': 27, 'isa': 4, 'ide': 37, 'other': 1, 'agp': 43. |
hwidStatus | 1.3.6.1.4.1.9600.1.21.4.10.1.20 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwidStatusInfo | 1.3.6.1.4.1.9600.1.21.4.10.1.21 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwidSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.10.1.22 | wtcsdisplaystring | read-only |
Value for the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwidSystemName | 1.3.6.1.4.1.9600.1.21.4.10.1.23 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwidTimeOfLastReset | 1.3.6.1.4.1.9600.1.21.4.10.1.24 | dateandtime | read-only |
Date and time the controller was last reset. This could mean the controller was powered down, or reinitialized. This property is inherited from CIM_Controller. |
win32IRQResourceTable | 1.3.6.1.4.1.9600.1.21.4.11 | no-access |
The Win32_IRQResource WMI class represents an interrupt request line (IRQ) number on a Windows computer system. An interrupt request is a signal sent to the CPU by a device or program for time critical events. IRQ can be hardware or software-based. |
|
1.3.6.1.4.1.9600.1.21.4.11.1 | no-access |
None |
||
hwirqIndex | 1.3.6.1.4.1.9600.1.21.4.11.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwirqAvailability | 1.3.6.1.4.1.9600.1.21.4.11.1.2 | integer | read-only |
Availability of the IRQ. This property is inherited from CIM_IRQ. Enumeration: 'available': 2, 'unknown': 1, 'other': 0, 'inUseAndAvailableShareable': 4, 'inUseNotAvailable': 3. |
hwirqCaption | 1.3.6.1.4.1.9600.1.21.4.11.1.3 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwirqCreationClassName | 1.3.6.1.4.1.9600.1.21.4.11.1.4 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_IRQ. |
hwirqCSCreationClassName | 1.3.6.1.4.1.9600.1.21.4.11.1.5 | wtcsdisplaystring | read-only |
Name of the scoping computer system creation class. This property is inherited from CIM_IRQ. |
hwirqCSName | 1.3.6.1.4.1.9600.1.21.4.11.1.6 | wtcsdisplaystring | read-only |
Name of the scoping computer system. This property is inherited from CIM_IRQ. |
hwirqDescription | 1.3.6.1.4.1.9600.1.21.4.11.1.7 | wtcsdisplaystring | read-only |
Textual description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwirqHardware | 1.3.6.1.4.1.9600.1.21.4.11.1.8 | truthvalue | read-only |
If TRUE, the interrupt is hardware or software based. A hardware IRQ is a physical wire from the peripheral to the programmable interrupt controller (PIC) chip through which the CPU can be notified of time-critical events. Some IRQ lines are reserved for standard devices such as the keyboard, floppy disk drives, and the system clock. A software interrupt allows applications to get the attention of the processor. |
hwirqInstallDate | 1.3.6.1.4.1.9600.1.21.4.11.1.9 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwirqIRQNumber | 1.3.6.1.4.1.9600.1.21.4.11.1.10 | gauge32 | read-only |
Part of the object's key value. This property is inherited from CIM_IRQ. |
hwirqName | 1.3.6.1.4.1.9600.1.21.4.11.1.11 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwirqShareable | 1.3.6.1.4.1.9600.1.21.4.11.1.12 | truthvalue | read-only |
If TRUE, the IRQ can be shared. This property is inherited from CIM_IRQ. |
hwirqStatus | 1.3.6.1.4.1.9600.1.21.4.11.1.13 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwirqTriggerLevel | 1.3.6.1.4.1.9600.1.21.4.11.1.14 | integer | read-only |
IRQ trigger level indicating whether the interrupt is triggered by the hardware signal going high (4) or low (3). This property is inherited from CIM_IRQ. Enumeration: 'unknown': 2, 'other': 1, 'activeHigh': 4, 'activeLow': 3. |
hwirqTriggerType | 1.3.6.1.4.1.9600.1.21.4.11.1.15 | integer | read-only |
IRQ trigger type indicating whether edge- (4) or level-triggered (3) interrupts occur. This property is inherited from CIM_IRQ. Enumeration: 'unknown': 2, 'other': 1, 'edge': 4, 'level': 3. |
hwirqVector | 1.3.6.1.4.1.9600.1.21.4.11.1.16 | gauge32 | read-only |
Vector of the Windows IRQ resource. A vector contains the memory address to the function that will execute once the interrupt request is acknowledged by the CPU. |
win32MemoryArrayTable | 1.3.6.1.4.1.9600.1.21.4.12 | no-access |
The Win32_MemoryArray WMI class represents the properties of the computer system memory array and mapped addresses. |
|
1.3.6.1.4.1.9600.1.21.4.12.1 | no-access |
None |
||
hwmaIndex | 1.3.6.1.4.1.9600.1.21.4.12.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwmaAccess | 1.3.6.1.4.1.9600.1.21.4.12.1.2 | integer | read-only |
Type of media access available. This property is inherited from CIM_StorageExtent. Enumeration: 'writable': 2, 'unknown': 0, 'writeOnce': 4, 'readable': 1, 'readWriteSupported': 3. |
hwmaAdditionalErrorData | 1.3.6.1.4.1.9600.1.21.4.12.1.3 | wtcsdisplaystring | read-only |
Array of additional error information. An example is Error Checking and Correcting (ECC) Syndrome, or the return of the check bits if a cyclical redundancy check (CRC) based ErrorMethodology value is used. In the latter case, if a single bit error is recognized and the CRC algorithm is known, it is possible to determine the exact bit that failed. This type of data (ECC Syndrome, Check Bit, Parity Bit data, or other vendor-supplied information) is included in this field. This property is used only when the ErrorInfo property is not equal to 3. This property is inherited from Win32_SMBIOSMemory. |
hwmaAvailability | 1.3.6.1.4.1.9600.1.21.4.12.1.4 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwmaBlockSize | 1.3.6.1.4.1.9600.1.21.4.12.1.5 | gauge32 | read-only |
Size in bytes of the blocks that form this storage extent. If unknown or if a block concept is not valid (for example, for aggregate extents, memory or logical disks), enter a 1. This property is inherited from CIM_StorageExtent. |
hwmaCaption | 1.3.6.1.4.1.9600.1.21.4.12.1.6 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwmaConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.12.1.7 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwmaConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.12.1.8 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwmaCorrectableError | 1.3.6.1.4.1.9600.1.21.4.12.1.9 | truthvalue | read-only |
If TRUE, the most recent error was correctable. This property is not used if ErrorInfo is set to 3. This property is inherited from Win32_SMBIOSMemory. |
hwmaCreationClassName | 1.3.6.1.4.1.9600.1.21.4.12.1.10 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwmaDescription | 1.3.6.1.4.1.9600.1.21.4.12.1.11 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwmaDeviceID | 1.3.6.1.4.1.9600.1.21.4.12.1.12 | wtcsdisplaystring | read-only |
Unique identifier of the memory array. This property is inherited from CIM_LogicalDevice. Example: 'Memory Array 1' |
hwmaEndingAddress | 1.3.6.1.4.1.9600.1.21.4.12.1.13 | gauge32 | read-only |
Ending address referenced by an application or operating system. This memory address is mapped by a memory controller for this memory object. This property is inherited from Win32_SMBIOSMemory. |
hwmaErrorAccess | 1.3.6.1.4.1.9600.1.21.4.12.1.14 | integer | read-only |
Type of memory access operation that caused the last error. This property is valid only when ErrorInfo is not set to 3. This property is inherited from Win32_SMBIOSMemory. Enumeration: 'read': 3, 'unknown': 2, 'write': 4, 'other': 1, 'partialWrite': 5. |
hwmaErrorAddress | 1.3.6.1.4.1.9600.1.21.4.12.1.15 | gauge32 | read-only |
Address of the last memory error. This property is used only when ErrorInfo is not set to 3. This property is inherited from Win32_SMBIOSMemory. |
hwmaErrorCleared | 1.3.6.1.4.1.9600.1.21.4.12.1.16 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwmaErrorData | 1.3.6.1.4.1.9600.1.21.4.12.1.17 | wtcsdisplaystring | read-only |
Array of data captured from the last memory access with an error. The data occupies the first n octets of the array necessary to hold the number of bits specified by the ErrorTransferSize property. If ErrorTransferSize is 0 (zero), then this property is not used. This property is inherited from Win32_SMBIOSMemory. |
hwmaErrorDataOrder | 1.3.6.1.4.1.9600.1.21.4.12.1.18 | integer | read-only |
Ordering for data stored in the ErrorData property. This property is used only when ErrorTransferSize is 0 (zero). This property is inherited from Win32_SMBIOSMemory. Enumeration: 'unknown': 0, 'leastSignificantByteFirst': 1, 'mostSignificantByteFirst': 2. |
hwmaErrorDescription | 1.3.6.1.4.1.9600.1.21.4.12.1.19 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information about any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwmaErrorGranularity | 1.3.6.1.4.1.9600.1.21.4.12.1.20 | integer | read-only |
Level where the error can be resolved. Enumeration: 'unknown': 2, 'other': 1, 'memoryPartitionLevel': 4, 'deviceLevel': 3. |
hwmaErrorInfo | 1.3.6.1.4.1.9600.1.21.4.12.1.21 | integer | read-only |
Type of error that occurred most recently. The values 12-14, which indicate whether an error is correctable, are not used with this property but this information is found in the CorrectableError property. This property is inherited from Win32_SMBIOSMemory. Enumeration: 'parityError': 5, 'nibbleError': 9, 'ok': 3, 'unknown': 2, 'correctedSinglebitError': 12, 'multiBitError': 8, 'other': 1, 'checksumError': 10, 'uncorrectableError': 14, 'singleBitError': 6, 'crcError': 11, 'doubleBitError': 7, 'badRead': 4, 'correctedError': 13. |
hwmaErrorMethodology | 1.3.6.1.4.1.9600.1.21.4.12.1.22 | integer | read-only |
Types of error checking used by the memory hardware. This property is inherited from CIM_StorageExtent. Enumeration: 'singleBitECC': 5, 'parity': 4, 'none': 3, 'unknown': 2, 'crc': 7, 'other': 1, 'multiBitECC': 6. |
hwmaErrorResolution | 1.3.6.1.4.1.9600.1.21.4.12.1.23 | gauge32 | read-only |
Amount of data actually determined to cause the error. This property is unused when the ErrorInfo property is set to 3. This property is inherited from Win32_SMBIOSMemory. |
hwmaErrorTime | 1.3.6.1.4.1.9600.1.21.4.12.1.24 | dateandtime | read-only |
Time that the last memory error occurred. This property is valid only when ErrorInfo is not set to 3. This property is inherited from Win32_SMBIOSMemory. |
hwmaErrorTransferSize | 1.3.6.1.4.1.9600.1.21.4.12.1.25 | gauge32 | read-only |
Size of the data (containing the last error) being transferred. This property is set to 0 (zero) if there is no error. This property is inherited from Win32_SMBIOSMemory. |
hwmaInstallDate | 1.3.6.1.4.1.9600.1.21.4.12.1.26 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwmaLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.12.1.27 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwmaName | 1.3.6.1.4.1.9600.1.21.4.12.1.28 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwmaNumberOfBlocks | 1.3.6.1.4.1.9600.1.21.4.12.1.29 | gauge32 | read-only |
Total number of consecutive blocks, each block the size of the value contained in the BlockSize property, which form this storage extent. Total size of the storage extent can be calculated by multiplying the value of the BlockSize property by the value of this property. If the value of BlockSize is 1, this property is the total size of the storage extent. This property is inherited from CIM_StorageExtent. |
hwmaOtherErrorDescription | 1.3.6.1.4.1.9600.1.21.4.12.1.30 | wtcsdisplaystring | read-only |
More information when the ErrorInfo property is set to 1. This property is inherited from Win32_SMBIOSMemory. |
hwmaPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.12.1.31 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwmaPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.12.1.32 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwmaPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.12.1.33 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwmaPurpose | 1.3.6.1.4.1.9600.1.21.4.12.1.34 | wtcsdisplaystring | read-only |
Free-form string describing the media and/or its use. This property is inherited from CIM_StorageExtent. |
hwmaStartingAddress | 1.3.6.1.4.1.9600.1.21.4.12.1.35 | gauge32 | read-only |
Beginning address referenced by an application or the operating system. This memory address is mapped by a memory controller for this memory object. This property is inherited from Win32_SMBIOSMemory. |
hwmaStatus | 1.3.6.1.4.1.9600.1.21.4.12.1.36 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwmaStatusInfo | 1.3.6.1.4.1.9600.1.21.4.12.1.37 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwmaSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.12.1.38 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwmaSystemLevelAddress | 1.3.6.1.4.1.9600.1.21.4.12.1.39 | truthvalue | read-only |
If TRUE, the address information in the ErrorAddress property is a system-level address. If FALSE, it is a physical address. This property is used only when ErrorInfo is not set to 3. This property is inherited from Win32_SMBIOSMemory. |
hwmaSystemName | 1.3.6.1.4.1.9600.1.21.4.12.1.40 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
win32MemoryDeviceTable | 1.3.6.1.4.1.9600.1.21.4.13 | no-access |
The Win32_MemoryDevice WMI class represents the properties of a computer system memory device and its associated mapped addresses. |
|
1.3.6.1.4.1.9600.1.21.4.13.1 | no-access |
None |
||
hwmmIndex | 1.3.6.1.4.1.9600.1.21.4.13.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwmmAccess | 1.3.6.1.4.1.9600.1.21.4.13.1.2 | integer | read-only |
Media access available. This property is inherited from CIM_StorageExtent. Enumeration: 'writable': 2, 'unknown': 0, 'writeOnce': 4, 'readable': 1, 'readWriteSupported': 3. |
hwmmAdditionalErrorData | 1.3.6.1.4.1.9600.1.21.4.13.1.3 | wtcsdisplaystring | read-only |
Array of additional error information. An example is Error Checking and Correcting (ECC) Syndrome, or the return of the check bits if a cyclical redundancy check (CRC) based error methodology is used. In the latter case, if a single bit error is recognized and the CRC algorithm is known, it is possible to determine the exact bit that failed. This type of data (ECC Syndrome, Check Bit, Parity Bit data, or other vendor-supplied information) is included in this field. This property is used only when the ErrorInfo property is not equal to 3. This property is inherited from Win32_SMBIOSMemory. |
hwmmAvailability | 1.3.6.1.4.1.9600.1.21.4.13.1.4 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwmmBlockSize | 1.3.6.1.4.1.9600.1.21.4.13.1.5 | gauge32 | read-only |
Size in bytes of the blocks that form this storage extent. If unknown or if a block concept is not valid (for example, for aggregate extents, memory or logical disks), enter a 1. This property is inherited from CIM_StorageExtent. |
hwmmCaption | 1.3.6.1.4.1.9600.1.21.4.13.1.6 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwmmConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.13.1.7 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwmmConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.13.1.8 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwmmCorrectableError | 1.3.6.1.4.1.9600.1.21.4.13.1.9 | truthvalue | read-only |
If TRUE, the most recent error was correctable. This property is not used if ErrorInfo is set to 3. This property is inherited from Win32_SMBIOSMemory. |
hwmmCreationClassName | 1.3.6.1.4.1.9600.1.21.4.13.1.10 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwmmDescription | 1.3.6.1.4.1.9600.1.21.4.13.1.11 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwmmDeviceID | 1.3.6.1.4.1.9600.1.21.4.13.1.12 | wtcsdisplaystring | read-only |
Unique identifier of the memory device. This property is inherited from CIM_LogicalDevice. Example: 'Memory Device 1' |
hwmmEndingAddress | 1.3.6.1.4.1.9600.1.21.4.13.1.13 | gauge32 | read-only |
Ending address referenced by an application or operating system. This memory address is mapped by a memory controller for this memory object. This property is inherited from Win32_SMBIOSMemory. |
hwmmErrorAccess | 1.3.6.1.4.1.9600.1.21.4.13.1.14 | integer | read-only |
Type of memory access operation that caused the last error. This property is valid only when ErrorInfo is not set to 3. This property is inherited from Win32_SMBIOSMemory. Enumeration: 'read': 3, 'unknown': 2, 'write': 4, 'other': 1, 'partialWrite': 5. |
hwmmErrorAddress | 1.3.6.1.4.1.9600.1.21.4.13.1.15 | gauge32 | read-only |
Address of the last memory error. This property is used only when ErrorInfo is not set to 3. This property is inherited from Win32_SMBIOSMemory. |
hwmmErrorCleared | 1.3.6.1.4.1.9600.1.21.4.13.1.16 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwmmErrorData | 1.3.6.1.4.1.9600.1.21.4.13.1.17 | wtcsdisplaystring | read-only |
Array of data captured from the last memory access with an error. The data occupies the first n octets of the array necessary to hold the number of bits specified by the ErrorTransferSize property. If ErrorTransferSize is 0 (zero), then this property is not used. This property is inherited from Win32_SMBIOSMemory. |
hwmmErrorDataOrder | 1.3.6.1.4.1.9600.1.21.4.13.1.18 | integer | read-only |
Ordering for data stored in the ErrorData property. This property is used only when ErrorTransferSize is 0 (zero). This property is inherited from Win32_SMBIOSMemory. Enumeration: 'unknown': 0, 'leastSignificantByteFirst': 1, 'mostSignificantByteFirst': 2. |
hwmmErrorDescription | 1.3.6.1.4.1.9600.1.21.4.13.1.19 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information about any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwmmErrorGranularity | 1.3.6.1.4.1.9600.1.21.4.13.1.20 | integer | read-only |
Level where the error can be resolved. Enumeration: 'unknown': 2, 'other': 1, 'memoryPartitionLevel': 4, 'deviceLevel': 3. |
hwmmErrorInfo | 1.3.6.1.4.1.9600.1.21.4.13.1.21 | integer | read-only |
Type of error that occurred most recently. The values 12-14, indicating whether an error is correctable, are not used with this property but this information is found in the CorrectableError property. This property is inherited from Win32_SMBIOSMemory. Enumeration: 'parityError': 5, 'nibbleError': 9, 'ok': 3, 'unknown': 2, 'correctedSinglebitError': 12, 'multiBitError': 8, 'other': 1, 'checksumError': 10, 'uncorrectableError': 14, 'singleBitError': 6, 'crcError': 11, 'doubleBitError': 7, 'badRead': 4, 'correctedError': 13. |
hwmmErrorMethodology | 1.3.6.1.4.1.9600.1.21.4.13.1.22 | integer | read-only |
Types of error checking used by the memory hardware. This property is inherited from CIM_StorageExtent. Enumeration: 'singleBitECC': 5, 'parity': 4, 'name': 3, 'unknown': 2, 'crc': 7, 'other': 1, 'multiBitECC': 6. |
hwmmErrorResolution | 1.3.6.1.4.1.9600.1.21.4.13.1.23 | gauge32 | read-only |
Amount of data actually determined to cause the error. This property is unused when the ErrorInfo property is set to 3. This property is inherited from Win32_SMBIOSMemory. |
hwmmErrorTime | 1.3.6.1.4.1.9600.1.21.4.13.1.24 | dateandtime | read-only |
Time that the last memory error occurred. This property is valid only when ErrorInfo is not set to 3. This property is inherited from Win32_SMBIOSMemory. |
hwmmErrorTransferSize | 1.3.6.1.4.1.9600.1.21.4.13.1.25 | gauge32 | read-only |
Size of the data (containing the last error) being transferred. This property is set to 0 (zero) if there is no error. This property is inherited from Win32_SMBIOSMemory. |
hwmmInstallDate | 1.3.6.1.4.1.9600.1.21.4.13.1.26 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwmmLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.13.1.27 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwmmName | 1.3.6.1.4.1.9600.1.21.4.13.1.28 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwmmNumberOfBlocks | 1.3.6.1.4.1.9600.1.21.4.13.1.29 | gauge32 | read-only |
Total number of consecutive blocks, each block the size of the value contained in the BlockSize property, which form this storage extent. Total size of the storage extent can be calculated by multiplying the value of the BlockSize property by the value of this property. If the value of BlockSize is 1, this property is the total size of the storage extent. This property is inherited from CIM_StorageExtent. |
hwmmOtherErrorDescription | 1.3.6.1.4.1.9600.1.21.4.13.1.30 | wtcsdisplaystring | read-only |
More information when the ErrorInfo property is set to 1. This property is inherited from Win32_SMBIOSMemory. |
hwmmPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.13.1.31 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwmmPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.13.1.32 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwmmPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.13.1.33 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwmmPurpose | 1.3.6.1.4.1.9600.1.21.4.13.1.34 | wtcsdisplaystring | read-only |
Free-form string describing the media and/or its use. This property is inherited from CIM_StorageExtent. |
hwmmStartingAddress | 1.3.6.1.4.1.9600.1.21.4.13.1.35 | gauge32 | read-only |
Beginning address referenced by an application or the operating system. This memory address is mapped by a memory controller for this memory object. This property is inherited from Win32_SMBIOSMemory. |
hwmmStatus | 1.3.6.1.4.1.9600.1.21.4.13.1.36 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwmmStatusInfo | 1.3.6.1.4.1.9600.1.21.4.13.1.37 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwmmSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.13.1.38 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwmmSystemLevelAddress | 1.3.6.1.4.1.9600.1.21.4.13.1.39 | truthvalue | read-only |
If TRUE, the address information in the ErrorAddress property is a system-level address. If FALSE, it is a physical address. This property is used only when ErrorInfo is not set to 3. This property is inherited from Win32_SMBIOSMemory. |
hwmmSystemName | 1.3.6.1.4.1.9600.1.21.4.13.1.40 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
win32MotherboardDeviceTable | 1.3.6.1.4.1.9600.1.21.4.14 | no-access |
The Win32_MotherboardDevice WMI class represents a device that contains the central components of the Windows computer system. |
|
1.3.6.1.4.1.9600.1.21.4.14.1 | no-access |
None |
||
hwmbIndex | 1.3.6.1.4.1.9600.1.21.4.14.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwmbAvailability | 1.3.6.1.4.1.9600.1.21.4.14.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwmbCaption | 1.3.6.1.4.1.9600.1.21.4.14.1.3 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwmbConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.14.1.4 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwmbConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.14.1.5 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwmbCreationClassName | 1.3.6.1.4.1.9600.1.21.4.14.1.6 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwmbDescription | 1.3.6.1.4.1.9600.1.21.4.14.1.7 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwmbDeviceID | 1.3.6.1.4.1.9600.1.21.4.14.1.8 | wtcsdisplaystring | read-only |
Unique identifier of this motherboard. This property is inherited from CIM_LogicalDevice. |
hwmbErrorCleared | 1.3.6.1.4.1.9600.1.21.4.14.1.9 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwmbErrorDescription | 1.3.6.1.4.1.9600.1.21.4.14.1.10 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information about any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwmbInstallDate | 1.3.6.1.4.1.9600.1.21.4.14.1.11 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwmbLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.14.1.12 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwmbName | 1.3.6.1.4.1.9600.1.21.4.14.1.13 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwmbPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.14.1.14 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwmbPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.14.1.15 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwmbPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.14.1.16 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwmbPrimaryBusType | 1.3.6.1.4.1.9600.1.21.4.14.1.17 | wtcsdisplaystring | read-only |
Primary bus type of the motherboard. Example: 'PCI' |
hwmbRevisionNumber | 1.3.6.1.4.1.9600.1.21.4.14.1.18 | wtcsdisplaystring | read-only |
Revision number of the motherboard. Example: '00' |
hwmbSecondaryBusType | 1.3.6.1.4.1.9600.1.21.4.14.1.19 | wtcsdisplaystring | read-only |
Secondary bus type of the motherboard. Example: 'ISA' |
hwmbStatus | 1.3.6.1.4.1.9600.1.21.4.14.1.20 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwmbStatusInfo | 1.3.6.1.4.1.9600.1.21.4.14.1.21 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwmbSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.14.1.22 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwmbSystemName | 1.3.6.1.4.1.9600.1.21.4.14.1.23 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
win32OnBoardDeviceTable | 1.3.6.1.4.1.9600.1.21.4.15 | no-access |
The Win32_OnBoardDevice WMI class represents common adapter devices built into the motherboard (system board). |
|
1.3.6.1.4.1.9600.1.21.4.15.1 | no-access |
None |
||
hwobIndex | 1.3.6.1.4.1.9600.1.21.4.15.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwobCaption | 1.3.6.1.4.1.9600.1.21.4.15.1.2 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwobCreationClassName | 1.3.6.1.4.1.9600.1.21.4.15.1.3 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_PhysicalElement. |
hwobDescription | 1.3.6.1.4.1.9600.1.21.4.15.1.4 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwobDeviceType | 1.3.6.1.4.1.9600.1.21.4.15.1.5 | integer | read-only |
Type of device being represented. Enumeration: 'sound': 7, 'unknown': 2, 'tokenRing': 6, 'other': 1, 'video': 3, 'scsiController': 4, 'ethernet': 5. |
hwobEnabled | 1.3.6.1.4.1.9600.1.21.4.15.1.6 | truthvalue | read-only |
If TRUE, the on-board device is available for use. |
hwobHotSwappable | 1.3.6.1.4.1.9600.1.21.4.15.1.7 | truthvalue | read-only |
If TRUE, a physical package can be hot-swapped (if it is possible to replace the element with a physically different but equivalent one while the containing package has power applied to it). For example, a disk drive package inserted using SCA connectors is removable and can be hot-swapped. All packages that can be hot-swapped are inherently removable and replaceable. This property is inherited from CIM_PhysicalComponent. |
hwobInstallDate | 1.3.6.1.4.1.9600.1.21.4.15.1.8 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwobManufacturer | 1.3.6.1.4.1.9600.1.21.4.15.1.9 | wtcsdisplaystring | read-only |
Name of the organization responsible for producing the physical element. This property is inherited from CIM_PhysicalElement. |
hwobModel | 1.3.6.1.4.1.9600.1.21.4.15.1.10 | wtcsdisplaystring | read-only |
Name by which the physical element is generally known. This property is inherited from CIM_PhysicalElement. |
hwobName | 1.3.6.1.4.1.9600.1.21.4.15.1.11 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwobOtherIdentifyingInfo | 1.3.6.1.4.1.9600.1.21.4.15.1.12 | wtcsdisplaystring | read-only |
Additional data, beyond asset tag information, that could be used to identify a physical element. One example is bar code data associated with an element that also has an asset tag. Note that if only bar code data is available and is unique/able to be used as an element key, this property would be NULL and the bar code data used as the class key, in the tag property. This property is inherited from CIM_PhysicalElement. |
hwobPartNumber | 1.3.6.1.4.1.9600.1.21.4.15.1.13 | wtcsdisplaystring | read-only |
Part number assigned by the organization responsible for producing or manufacturing the physical element. This property is inherited from CIM_PhysicalElement. |
hwobPoweredOn | 1.3.6.1.4.1.9600.1.21.4.15.1.14 | truthvalue | read-only |
If TRUE, the physical element is powered on. This property is inherited from CIM_PhysicalElement. |
hwobRemovable | 1.3.6.1.4.1.9600.1.21.4.15.1.15 | truthvalue | read-only |
If TRUE, a physical package is removable (if it is designed to be taken in and out of the physical container in which it is normally found, without impairing the function of the overall packaging). A package can still be removable if power must be 'off' to perform the removal. If power can be 'on' and the package removed, then the element is removable and can be hot-swapped. For example, an extra battery in a laptop is removable, as is a disk drive package inserted using SCA connectors. However, the latter can be hot-swapped. A laptop's display is not removable, nor is a non-redundant power supply. Removing these components would affect the function of the overall packaging or is impossible due to the tight integration of the package. This property is inherited from CIM_PhysicalComponent. |
hwobReplaceable | 1.3.6.1.4.1.9600.1.21.4.15.1.16 | truthvalue | read-only |
If TRUE, a physical package is replaceable (if it is possible to replace, FRU or upgrade, the element with a physically different one). For example, some computer systems allow the main processor chip to be upgraded to one of a higher clock rating. In this case, the processor is said to be replaceable. Another example is a power supply package mounted on sliding rails. All removable packages are inherently replaceable. This property is inherited from CIM_PhysicalComponent. |
hwobSerialNumber | 1.3.6.1.4.1.9600.1.21.4.15.1.17 | wtcsdisplaystring | read-only |
Manufacturer-allocated number used to identify the physical element. This property is inherited from CIM_PhysicalElement. |
hwobSKU | 1.3.6.1.4.1.9600.1.21.4.15.1.18 | wtcsdisplaystring | read-only |
Stock-keeping unit number for the physical element. This property is inherited from CIM_PhysicalElement. |
hwobStatus | 1.3.6.1.4.1.9600.1.21.4.15.1.19 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwobTag | 1.3.6.1.4.1.9600.1.21.4.15.1.20 | wtcsdisplaystring | read-only |
Unique identifier of the on-board device connected to the system. This property is inherited from CIM_PhysicalElement. Example: 'On Board Device 1' |
hwobVersion | 1.3.6.1.4.1.9600.1.21.4.15.1.21 | wtcsdisplaystring | read-only |
Version of the physical element. This property is inherited from CIM_PhysicalElement. |
win32ParallelPortTable | 1.3.6.1.4.1.9600.1.21.4.16 | no-access |
The Win32_ParallelPort WMI class represents the properties of a parallel port on a Windows computer system. |
|
1.3.6.1.4.1.9600.1.21.4.16.1 | no-access |
None |
||
hwppIndex | 1.3.6.1.4.1.9600.1.21.4.16.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwppAvailability | 1.3.6.1.4.1.9600.1.21.4.16.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwppCapabilities | 1.3.6.1.4.1.9600.1.21.4.16.1.3 | wtcsdisplaystring | read-only |
Array of the capabilities of the parallel controller. This property is inherited from CIM_ParallelController. Value (dec/hex) Meaning 1 0x1 Unknown 2 0x2 Other 3 0x3 XT/AT Compatible 4 0x4 PS/2 Compatible 5 0x5 ECP 6 0x6 EPP 7 0x7 PC-98 8 0x8 PC-98-Hireso 9 0x9 PC-H98 |
hwppCapabilityDescriptions | 1.3.6.1.4.1.9600.1.21.4.16.1.4 | wtcsdisplaystring | read-only |
Array of more detailed explanations for any of the parallel controller features indicated in the Capabilities array. Each entry of this array is related to the entry in the Capabilities array that is located at the same index. This property is inherited from CIM_ParallelController. |
hwppCaption | 1.3.6.1.4.1.9600.1.21.4.16.1.5 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwppConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.16.1.6 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwppConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.16.1.7 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwppCreationClassName | 1.3.6.1.4.1.9600.1.21.4.16.1.8 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwppDescription | 1.3.6.1.4.1.9600.1.21.4.16.1.9 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwppDeviceID | 1.3.6.1.4.1.9600.1.21.4.16.1.10 | wtcsdisplaystring | read-only |
Identifier of the parallel port. This property is inherited from CIM_LogicalDevice. |
hwppDMASupport | 1.3.6.1.4.1.9600.1.21.4.16.1.11 | truthvalue | read-only |
If TRUE, the parallel port supports DMA. This property is inherited from CIM_ParallelController. |
hwppErrorCleared | 1.3.6.1.4.1.9600.1.21.4.16.1.12 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is cleared. This property is inherited from CIM_LogicalDevice. |
hwppErrorDescription | 1.3.6.1.4.1.9600.1.21.4.16.1.13 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information about corrective actions that might be taken. This property is inherited from CIM_LogicalDevice. |
hwppInstallDate | 1.3.6.1.4.1.9600.1.21.4.16.1.14 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwppLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.16.1.15 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwppMaxNumberControlled | 1.3.6.1.4.1.9600.1.21.4.16.1.16 | gauge32 | read-only |
Maximum number of directly addressable entities supportable by this controller. A value of 0 (zero) should be used if the number is unknown. This property is inherited from CIM_Controller. |
hwppName | 1.3.6.1.4.1.9600.1.21.4.16.1.17 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwppOSAutoDiscovered | 1.3.6.1.4.1.9600.1.21.4.16.1.18 | truthvalue | read-only |
If TRUE, the parallel port was automatically detected by the operating system. If FALSE, the port was detected by other means (such as being manually added through the Control Panel). |
hwppPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.16.1.19 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwppPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.16.1.20 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value (dec/hex) Meaning 0 0x0 Unknown 1 0x1 Not Supported 2 0x2 Disabled 3 0x3 Enabled 4 0x4 Power Saving Modes Entered Automatically 5 0x5 Power State Settable 6 0x6 Power Cycling Supported 7 0x7 Timed Power On Supported |
hwppPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.16.1.21 | truthvalue | read-only |
If TRUE, the device can be power-managed, which means that it can be put into suspend mode, and so on. The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwppProtocolSupported | 1.3.6.1.4.1.9600.1.21.4.16.1.22 | integer | read-only |
Protocol used by the controller to access controlled devices. This property is inherited from CIM_Controller. Enumeration: 'ieee802310BROAD36': 31, 'ieee8023100BASEVG': 32, 'eisa': 3, 'flexibleDiskette': 7, 'vme': 24, 'irBus': 47, 'vesa': 14, 'ipi': 25, 'scsiSerialBusProtocol1394': 12, 'pcmcia': 15, 'twowayInfrared': 44, 'qic2': 41, 'ieee488': 26, 'unknown': 2, 'ieee80231BASES': 30, 'ieee802310BASE5': 28, 'pci': 5, 'scsiParallelInterface': 9, 'scsiSerialBusProtocol': 11, 'serialInfrared': 46, 'ieee802310BASE2': 29, 'scsiSerialStorageArchitecture': 13, 'st506': 39, 'multiBus': 23, 'fastInfrared': 45, 'power': 21, 'hippi': 22, 'parallelProtocol': 17, 'ansiX3T95FDDI': 34, 'scsiFibreChannelProtocol': 10, 'enhancedATAIDE': 42, 'ieee8025TokenRing': 33, 'mca': 35, 'diagnostic': 19, 'n1496': 8, 'universalSerialBus': 16, 'i2C': 20, 'dssi': 40, 'ataATAPI': 6, 'cmd': 38, 'esdi': 36, 'escon': 18, 'rs232': 27, 'isa': 4, 'ide': 37, 'other': 1, 'agp': 43. |
hwppStatus | 1.3.6.1.4.1.9600.1.21.4.16.1.23 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwppStatusInfo | 1.3.6.1.4.1.9600.1.21.4.16.1.24 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwppSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.16.1.25 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwppSystemName | 1.3.6.1.4.1.9600.1.21.4.16.1.26 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwppTimeOfLastReset | 1.3.6.1.4.1.9600.1.21.4.16.1.27 | dateandtime | read-only |
Date and time the controller was last reset. This could mean the controller was powered down, or reinitialized. This property is inherited from CIM_Controller. |
win32PCMCIAControllerTable | 1.3.6.1.4.1.9600.1.21.4.17 | no-access |
The Win32_PCMCIAController WMI class manages the capabilities of a Personal Computer Memory Card Interface Adapter (PCMCIA of PC card) controller device. |
|
1.3.6.1.4.1.9600.1.21.4.17.1 | no-access |
None |
||
hwpcmIndex | 1.3.6.1.4.1.9600.1.21.4.17.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwpcmAvailability | 1.3.6.1.4.1.9600.1.21.4.17.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwpcmCaption | 1.3.6.1.4.1.9600.1.21.4.17.1.3 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwpcmConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.17.1.4 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwpcmConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.17.1.5 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwpcmCreationClassName | 1.3.6.1.4.1.9600.1.21.4.17.1.6 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwpcmDescription | 1.3.6.1.4.1.9600.1.21.4.17.1.7 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwpcmDeviceID | 1.3.6.1.4.1.9600.1.21.4.17.1.8 | wtcsdisplaystring | read-only |
Unique identifier of this device with other peripherals using the Plug and Play BIOS. This property is derived from CIM_LogicalDevice. |
hwpcmErrorCleared | 1.3.6.1.4.1.9600.1.21.4.17.1.9 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwpcmErrorDescription | 1.3.6.1.4.1.9600.1.21.4.17.1.10 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwpcmInstallDate | 1.3.6.1.4.1.9600.1.21.4.17.1.11 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwpcmLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.17.1.12 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwpcmManufacturer | 1.3.6.1.4.1.9600.1.21.4.17.1.13 | wtcsdisplaystring | read-only |
Name of the PCMCIA controller manufacturer. This property is inherited from CIM_PCMCIAController. Example: 'Acme' |
hwpcmMaxNumberControlled | 1.3.6.1.4.1.9600.1.21.4.17.1.14 | gauge32 | read-only |
Maximum number of directly addressable entities supportable by this controller. A value of 0 should be used if the number is unknown. This property is inherited from CIM_Controller. |
hwpcmName | 1.3.6.1.4.1.9600.1.21.4.17.1.15 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwpcmPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.17.1.16 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwpcmPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.17.1.17 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwpcmPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.17.1.18 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwpcmProtocolSupported | 1.3.6.1.4.1.9600.1.21.4.17.1.19 | integer | read-only |
Protocol used by the controller to access 'controlled' devices. This property is inherited from CIM_Controller. Enumeration: 'ieee802310BROAD36': 31, 'ieee8023100BASEVG': 32, 'eisa': 3, 'flexibleDiskette': 7, 'vme': 24, 'irBus': 47, 'vesa': 14, 'ipi': 25, 'scsiSerialBusProtocol1394': 12, 'pcmcia': 15, 'qic2': 41, 'ieee488': 26, 'unknown': 2, 'ieee802310BASE5': 28, 'pci': 5, 'scsiParallelInterface': 9, 'scsiSerialBusProtocol': 11, 'twoWayInfrared': 44, 'serialInfrared': 46, 'ieee802310BASE2': 29, 'scsiSerialStorageArchitecture': 13, 'st506': 39, 'multiBus': 23, 'fastInfrared': 45, 'power': 21, 'hippi': 22, 'parallelProtocol': 17, 'ansiX3T95FDDI': 34, 'scsiFibreChannelProtocol': 10, 'ieee80231BASE5': 30, 'ieee8025TokenRing': 33, 'mca': 35, 'diagnostic': 19, 'n1496': 8, 'universalSerialBus': 16, 'i2C': 20, 'dssi': 40, 'ataATAPI': 6, 'cmd': 38, 'enhancedATAIDE': 42, 'esdi': 36, 'escon': 18, 'rs232': 27, 'isa': 4, 'ide': 37, 'other': 1, 'agp': 43. |
hwpcmStatus | 1.3.6.1.4.1.9600.1.21.4.17.1.20 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwpcmStatusInfo | 1.3.6.1.4.1.9600.1.21.4.17.1.21 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwpcmSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.17.1.22 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwpcmSystemName | 1.3.6.1.4.1.9600.1.21.4.17.1.23 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwpcmTimeOfLastReset | 1.3.6.1.4.1.9600.1.21.4.17.1.24 | dateandtime | read-only |
Date and time the controller was last reset. This could mean the controller was powered down, or reinitialized. This property is inherited from CIM_Controller. |
win32PhysicalMemoryTable | 1.3.6.1.4.1.9600.1.21.4.18 | no-access |
The Win32_PhysicalMemory WMI class represents a physical memory device located on a computer system and available to the operating system. |
|
1.3.6.1.4.1.9600.1.21.4.18.1 | no-access |
None |
||
hwpmmIndex | 1.3.6.1.4.1.9600.1.21.4.18.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwpmmBankLabel | 1.3.6.1.4.1.9600.1.21.4.18.1.2 | wtcsdisplaystring | read-only |
Physically-labeled bank where the memory is located. This property is inherited from CIM_PhysicalMemory. Examples: 'Bank 0', 'Bank A' |
hwpmmCapacity | 1.3.6.1.4.1.9600.1.21.4.18.1.3 | gauge32 | read-only |
Total capacity of the physical memory in bytes. This property is inherited from CIM_PhysicalMemory. |
hwpmmCaption | 1.3.6.1.4.1.9600.1.21.4.18.1.4 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwpmmCreationClassName | 1.3.6.1.4.1.9600.1.21.4.18.1.5 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_PhysicalElement. |
hwpmmDataWidth | 1.3.6.1.4.1.9600.1.21.4.18.1.6 | integer32 | read-only |
Data width of the physical memory in bits. A data width of 0 (zero) and a total width of 8 indicates that the memory is used solely to provide error correction bits. This property is inherited from CIM_PhysicalMemory. |
hwpmmDescription | 1.3.6.1.4.1.9600.1.21.4.18.1.7 | wtcsdisplaystring | read-only |
Description of an object. This property is inherited from CIM_ManagedSystemElement. |
hwpmmDeviceLocator | 1.3.6.1.4.1.9600.1.21.4.18.1.8 | wtcsdisplaystring | read-only |
Label of the socket or circuit board that holds the memory. Example: 'SIMM 3' |
hwpmmFormFactor | 1.3.6.1.4.1.9600.1.21.4.18.1.9 | integer | read-only |
Implementation form factor for the chip. This property is inherited from CIM_Chip. Enumeration: 'proprietary': 6, 'fpbga': 22, 'soic': 18, 'pga': 10, 'soj': 5, 'tsop': 9, 'simm': 7, 'plcc': 20, 'sip': 2, 'zip': 4, 'unknown': 0, 'other': 1, 'smd': 14, 'lga': 23, 'ssmp': 15, 'dimm': 8, 'lcc': 19, 'srimm': 13, 'tqfp': 17, 'rimm': 11, 'bga': 21, 'qfp': 16, 'dip': 3, 'sodimm': 12. |
hwpmmHotSwappable | 1.3.6.1.4.1.9600.1.21.4.18.1.10 | truthvalue | read-only |
If TRUE, a physical component can be hot-swapped if it is possible to replace the element with a physically different but equivalent one while the containing package has power applied to it, is 'on'. For example, a fan component may be designed to be hot-swapped. All components that can be hot-swapped are inherently removable and replaceable. This property is inherited from CIM_PhysicalComponent. |
hwpmmInstallDate | 1.3.6.1.4.1.9600.1.21.4.18.1.11 | dateandtime | read-only |
Date and time the object is installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwpmmInterleaveDataDepth | 1.3.6.1.4.1.9600.1.21.4.18.1.12 | integer32 | read-only |
Unsigned 16-bit integer maximum number of consecutive rows of data that are accessed in a single interleaved transfer from the memory device. If the value is 0 (zero), the memory is not interleaved. |
hwpmmInterleavePosition | 1.3.6.1.4.1.9600.1.21.4.18.1.13 | integer | read-only |
Position of the physical memory in an interleave. For example, in a 2:1 interleave, a value of '1' indicates that the memory is in the 'even' position. This property is inherited from CIM_PhysicalMemory. Enumeration: 'secondPosition': 2, 'noninterleaved': 0, 'firstPosition': 1. |
hwpmmManufacturer | 1.3.6.1.4.1.9600.1.21.4.18.1.14 | wtcsdisplaystring | read-only |
Name of the organization responsible for producing the physical element. This property is inherited from CIM_PhysicalElement. |
hwpmmMemoryType | 1.3.6.1.4.1.9600.1.21.4.18.1.15 | integer | read-only |
Type of physical memory. This property is inherited from CIM_PhysicalMemory. Enumeration: 'edram': 6, 'sdram': 17, 'flash': 11, 'synchronousDRAM': 3, 'rom': 10, 'sgram': 18, 'feprom': 13, 'unknown': 0, 'ram': 9, 'edo': 5, 'eprom': 14, 'rdram': 19, 'ddr': 20, 'cdram': 15, 'other': 1, 'sram': 8, 'dram': 2, 'vram': 7, 'n3DRAM': 16, 'eeprom': 12, 'cacheDRAM': 4. |
hwpmmModel | 1.3.6.1.4.1.9600.1.21.4.18.1.16 | wtcsdisplaystring | read-only |
Name for the physical element. This property is inherited from CIM_PhysicalElement. |
hwpmmName | 1.3.6.1.4.1.9600.1.21.4.18.1.17 | wtcsdisplaystring | read-only |
Label for the object. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwpmmOtherIdentifyingInfo | 1.3.6.1.4.1.9600.1.21.4.18.1.18 | wtcsdisplaystring | read-only |
Additional data, beyond asset tag information, that can be used to identify a physical element. One example is bar code data associated with an element that also has an asset tag. If only bar code data is available and unique or able to be used as an element key, this property is be NULL and the bar code data is used as the class key in the tag property. This property is inherited from CIM_PhysicalElement. |
hwpmmPartNumber | 1.3.6.1.4.1.9600.1.21.4.18.1.19 | wtcsdisplaystring | read-only |
Part number assigned by the organization responsible for producing or manufacturing the physical element. This property is inherited from CIM_PhysicalElement. |
hwpmmPositionInRow | 1.3.6.1.4.1.9600.1.21.4.18.1.20 | gauge32 | read-only |
Position of the physical memory in a row. For example, if it takes two 8-bit memory devices to form a 16-bit row, then a value of 2 means that this memory is the second device 0 (zero) is an invalid value for this property. This property is inherited from CIM_PhysicalMemory. |
hwpmmPoweredOn | 1.3.6.1.4.1.9600.1.21.4.18.1.21 | truthvalue | read-only |
If TRUE, the physical element is powered on. This property is inherited from CIM_PhysicalElement. |
hwpmmRemovable | 1.3.6.1.4.1.9600.1.21.4.18.1.22 | truthvalue | read-only |
If TRUE, a physical component is removable (if it is designed to be taken in and out of the physical container in which it is normally found, without impairing the function of the overall packaging). A component can still be removable if power must be 'off' in order to perform the removal. If power can be 'on' and the component removed, then the element is removable and can be hot-swapped. For example, an upgradable processor chip is removable. This property is inherited from CIM_PhysicalComponent. |
hwpmmReplaceable | 1.3.6.1.4.1.9600.1.21.4.18.1.23 | truthvalue | read-only |
If TRUE, a physical component is replaceable (if it is possible to replace, FRU or upgrade, the element with a physically different one). For example, some computer systems allow the main processor chip to be upgraded to one of a higher clock rating. In this case, the processor is said to be replaceable. All removable components are inherently replaceable. This property is inherited from CIM_PhysicalComponent. |
hwpmmSerialNumber | 1.3.6.1.4.1.9600.1.21.4.18.1.24 | wtcsdisplaystring | read-only |
Manufacturer-allocated number to identify the physical element. This property is inherited from CIM_PhysicalElement. |
hwpmmSKU | 1.3.6.1.4.1.9600.1.21.4.18.1.25 | wtcsdisplaystring | read-only |
Stock-keeping unit number for the physical element. This property is inherited from CIM_PhysicalElement. |
hwpmmSpeed | 1.3.6.1.4.1.9600.1.21.4.18.1.26 | gauge32 | read-only |
Speed of the physical memory in nanoseconds. This property is inherited from CIM_PhysicalMemory. |
hwpmmStatus | 1.3.6.1.4.1.9600.1.21.4.18.1.27 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwpmmTag | 1.3.6.1.4.1.9600.1.21.4.18.1.28 | wtcsdisplaystring | read-only |
Unique identifier for the physical memory device that is represented by an instance of Win32_PhysicalMemory. This property is inherited from CIM_PhysicalElement. Example: 'Physical Memory 1' |
hwpmmTotalWidth | 1.3.6.1.4.1.9600.1.21.4.18.1.29 | integer32 | read-only |
Total width, in bits, of the physical memory, including check or error correction bits. If there are no error correction bits, the value in this property should match what is specified for the DataWidth property. This property is inherited from CIM_PhysicalMemory. |
hwpmmTypeDetail | 1.3.6.1.4.1.9600.1.21.4.18.1.30 | integer | read-only |
Type of physical memory represented. Enumeration: 'reserved': 1, 'fastpaged': 8, 'unknown': 4, 'windowDRAM': 1024, 'synchronous': 128, 'edo': 512, 'staticColumn': 16, 'nonvolatile': 4096, 'other': 2, 'pseudostatic': 32, 'rambus': 64, 'cmos': 256, 'cacheDRAM': 2048. |
hwpmmVersion | 1.3.6.1.4.1.9600.1.21.4.18.1.31 | wtcsdisplaystring | read-only |
Version of the physical element. This property is inherited from CIM_PhysicalElement. |
win32PhysicalMemoryArrayTable | 1.3.6.1.4.1.9600.1.21.4.19 | no-access |
The Win32_PhysicalMemoryArray WMI class represents details about the computer system physical memory. This includes the number of memory devices, memory capacity available, and memory type for example, system or video memory. |
|
1.3.6.1.4.1.9600.1.21.4.19.1 | no-access |
None |
||
hwpmaIndex | 1.3.6.1.4.1.9600.1.21.4.19.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwpmaCaption | 1.3.6.1.4.1.9600.1.21.4.19.1.2 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwpmaCreationClassName | 1.3.6.1.4.1.9600.1.21.4.19.1.3 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_PhysicalElement. |
hwpmaDepth | 1.3.6.1.4.1.9600.1.21.4.19.1.4 | integer32 | read-only |
Depth of the physical package in inches. This property is inherited from CIM_PhysicalPackage. |
hwpmaDescription | 1.3.6.1.4.1.9600.1.21.4.19.1.5 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwpmaHeight | 1.3.6.1.4.1.9600.1.21.4.19.1.6 | integer32 | read-only |
Height of the physical package in inches. This property is inherited from CIM_PhysicalPackage. |
hwpmaHotSwappable | 1.3.6.1.4.1.9600.1.21.4.19.1.7 | truthvalue | read-only |
If TRUE, a physical package can be hot-swapped (if it is possible to replace the element with a physically different but equivalent one while the containing package has power applied to it, is 'on'). For example, a disk drive package inserted using SCA connectors is removable and can be hot-swapped. All packages that can be hot-swapped are inherently removable and replaceable. This property is inherited from CIM_PhysicalPackage. |
hwpmaInstallDate | 1.3.6.1.4.1.9600.1.21.4.19.1.8 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwpmaLocation | 1.3.6.1.4.1.9600.1.21.4.19.1.9 | integer | read-only |
Physical location of the memory array. Enumeration: 'proprietaryAddonCard': 9, 'pc98C20AddonCard': 11, 'mcaAddonCard': 7, 'reserved': 0, 'eisaAddonCard': 5, 'unknown': 2, 'isaAddonCard': 4, 'pc98EAddonCard': 13, 'systemBoardOrMotherboard': 3, 'nuBus': 10, 'pcmciaAddonCard': 8, 'other': 1, 'pc98LocalBusAddonCard': 14, 'pciAddonCard': 6, 'pc98C24AddonCard': 12. |
hwpmaManufacturer | 1.3.6.1.4.1.9600.1.21.4.19.1.10 | wtcsdisplaystring | read-only |
Name of the organization responsible for producing the physical element. This property is inherited from CIM_PhysicalElement. |
hwpmaMaxCapacity | 1.3.6.1.4.1.9600.1.21.4.19.1.11 | gauge32 | read-only |
Maximum memory size (in bytes) installable for this particular memory array. If the size is unknown, the property is given a value of 0 (zero). |
hwpmaMemoryDevices | 1.3.6.1.4.1.9600.1.21.4.19.1.12 | integer32 | read-only |
Number of physical slots or sockets available in this memory array. |
hwpmaMemoryErrorCorrection | 1.3.6.1.4.1.9600.1.21.4.19.1.13 | integer | read-only |
Type of error correction used by the memory array. Enumeration: 'singlebitECC': 5, 'parity': 4, 'none': 3, 'reserved': 0, 'unknown': 2, 'crc': 7, 'other': 1, 'multibitECC': 6. |
hwpmaModel | 1.3.6.1.4.1.9600.1.21.4.19.1.14 | wtcsdisplaystring | read-only |
Name by which the physical element is generally known. This property is inherited from CIM_PhysicalElement. |
hwpmaName | 1.3.6.1.4.1.9600.1.21.4.19.1.15 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwpmaOtherIdentifyingInfo | 1.3.6.1.4.1.9600.1.21.4.19.1.16 | wtcsdisplaystring | read-only |
Additional data, beyond asset tag information, that could be used to identify a physical element. One example is bar code data associated with an element that also has an asset tag. Note that if only bar code data is available and is unique/able to be used as an element key, this property would be NULL and the bar code data used as the class key, in the tag property. This property is inherited from CIM_PhysicalElement. |
hwpmaPartNumber | 1.3.6.1.4.1.9600.1.21.4.19.1.17 | wtcsdisplaystring | read-only |
Part number assigned by the organization responsible for producing or manufacturing the physical element. This property is inherited from CIM_PhysicalElement. |
hwpmaPoweredOn | 1.3.6.1.4.1.9600.1.21.4.19.1.18 | truthvalue | read-only |
If TRUE, the physical element is powered on. This property is inherited from CIM_PhysicalElement. |
hwpmaRemovable | 1.3.6.1.4.1.9600.1.21.4.19.1.19 | truthvalue | read-only |
If TRUE, a physical package is removable (if it is designed to be taken in and out of the physical container in which it is normally found, without impairing the function of the overall packaging). A package can still be removable if power must be 'off' in order to perform the removal. If power can be 'on' and the package removed, then the element is removable and can be hot-swapped. For example, an extra battery in a laptop is removable, as is a disk drive package inserted using SCA connectors. However, the latter can be hot-swapped. A laptop's display is not removable, nor is a non-redundant power supply. Removing these components would affect the function of the overall packaging or is impossible due to the tight integration of the package. This property is inherited from CIM_PhysicalPackage. |
hwpmaReplaceable | 1.3.6.1.4.1.9600.1.21.4.19.1.20 | truthvalue | read-only |
If TRUE, a physical package is replaceable (if it is possible to replace, FRU or upgrade, the element with a physically different one). For example, some computer systems allow the main processor chip to be upgraded to one of a higher clock rating. In this case, the processor is said to be replaceable. Another example is a power supply package mounted on sliding rails. All removable packages are inherently replaceable. This property is inherited from CIM_PhysicalPackage. |
hwpmaSerialNumber | 1.3.6.1.4.1.9600.1.21.4.19.1.21 | wtcsdisplaystring | read-only |
Manufacturer-allocated number used to identify the physical element. This property is inherited from CIM_PhysicalElement. |
hwpmaSKU | 1.3.6.1.4.1.9600.1.21.4.19.1.22 | wtcsdisplaystring | read-only |
Stockkeeping unit number for the physical element. This property is inherited from CIM_PhysicalElement. |
hwpmaStatus | 1.3.6.1.4.1.9600.1.21.4.19.1.23 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwpmaTag | 1.3.6.1.4.1.9600.1.21.4.19.1.24 | wtcsdisplaystring | read-only |
Unique identifier of the physical memory array. This property is inherited from CIM_PhysicalElement. Example: 'Physical Memory Array 1' |
hwpmaUse | 1.3.6.1.4.1.9600.1.21.4.19.1.25 | integer | read-only |
How memory is used in the computer system. Enumeration: 'cacheMemory': 7, 'systemMemory': 3, 'reserved': 0, 'unknown': 2, 'other': 1, 'flashMemory': 5, 'nonvolatileRAM': 6, 'videoMemory': 4. |
hwpmaVersion | 1.3.6.1.4.1.9600.1.21.4.19.1.26 | wtcsdisplaystring | read-only |
Version of the physical element. This property is inherited from CIM_PhysicalElement. |
hwpmaWeight | 1.3.6.1.4.1.9600.1.21.4.19.1.27 | integer32 | read-only |
Weight of the physical package in pounds. This property is inherited from CIM_PhysicalPackage. |
hwpmaWidth | 1.3.6.1.4.1.9600.1.21.4.19.1.28 | integer32 | read-only |
Width of the physical package in inches. This property is inherited from CIM_PhysicalPackage. |
win32PnPEntityTable | 1.3.6.1.4.1.9600.1.21.4.20 | no-access |
The Win32_PnPEntity WMI class represents the properties of a Plug and Play device. Plug and Play entities are shown as entries in the Device Manager located in Control Panel. |
|
1.3.6.1.4.1.9600.1.21.4.20.1 | no-access |
None |
||
hwpnpIndex | 1.3.6.1.4.1.9600.1.21.4.20.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwpnpAvailability | 1.3.6.1.4.1.9600.1.21.4.20.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwpnpCaption | 1.3.6.1.4.1.9600.1.21.4.20.1.3 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwpnpClassGuid | 1.3.6.1.4.1.9600.1.21.4.20.1.4 | wtcsdisplaystring | read-only |
Globally unique identifier (GUID) of this Plug and Play device. |
hwpnpConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.20.1.5 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwpnpConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.20.1.6 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwpnpCreationClassName | 1.3.6.1.4.1.9600.1.21.4.20.1.7 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwpnpDescription | 1.3.6.1.4.1.9600.1.21.4.20.1.8 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwpnpDeviceID | 1.3.6.1.4.1.9600.1.21.4.20.1.9 | wtcsdisplaystring | read-only |
Identifier of the Plug and Play device. This property is inherited from CIM_LogicalDevice. |
hwpnpErrorCleared | 1.3.6.1.4.1.9600.1.21.4.20.1.10 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwpnpErrorDescription | 1.3.6.1.4.1.9600.1.21.4.20.1.11 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwpnpInstallDate | 1.3.6.1.4.1.9600.1.21.4.20.1.12 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwpnpLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.20.1.13 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwpnpManufacturer | 1.3.6.1.4.1.9600.1.21.4.20.1.14 | wtcsdisplaystring | read-only |
Name of the manufacturer of the Plug and Play device. Example: 'Acme' |
hwpnpName | 1.3.6.1.4.1.9600.1.21.4.20.1.15 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwpnpPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.20.1.16 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwpnpPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.20.1.17 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwpnpPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.20.1.18 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwpnpService | 1.3.6.1.4.1.9600.1.21.4.20.1.19 | wtcsdisplaystring | read-only |
Name of the service that supports this Plug and Play device. For more information, see Win32_SystemDriverPnPEntity. Example: 'atapi' |
hwpnpStatus | 1.3.6.1.4.1.9600.1.21.4.20.1.20 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwpnpStatusInfo | 1.3.6.1.4.1.9600.1.21.4.20.1.21 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwpnpSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.20.1.22 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwpnpSystemName | 1.3.6.1.4.1.9600.1.21.4.20.1.23 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
win32PnPSignedDriverTable | 1.3.6.1.4.1.9600.1.21.4.21 | no-access |
The Win32_PnPSignedDriver WMI class provides digital signature information about drivers. |
|
1.3.6.1.4.1.9600.1.21.4.21.1 | no-access |
None |
||
hwpsdIndex | 1.3.6.1.4.1.9600.1.21.4.21.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwpsdClassGuid | 1.3.6.1.4.1.9600.1.21.4.21.1.2 | wtcsdisplaystring | read-only |
GUID of the device class. Example: '{71A27CDD-11D0-BEC7-08002BE2092F}' |
hwpsdCompatID | 1.3.6.1.4.1.9600.1.21.4.21.1.3 | wtcsdisplaystring | read-only |
Compatibility identifier for the driver. Example: 'DETECTEDInternal\ftdisk' |
hwpsdDescription | 1.3.6.1.4.1.9600.1.21.4.21.1.4 | wtcsdisplaystring | read-only |
Description of the driver. |
hwpsdDeviceClass | 1.3.6.1.4.1.9600.1.21.4.21.1.5 | wtcsdisplaystring | read-only |
Device class of the driver. Example: 'SYSTEM' |
hwpsdDeviceID | 1.3.6.1.4.1.9600.1.21.4.21.1.6 | wtcsdisplaystring | read-only |
Device identifier of the device. Example: 'ROOT\FTDISK\0000' |
hwpsdDeviceName | 1.3.6.1.4.1.9600.1.21.4.21.1.7 | wtcsdisplaystring | read-only |
Name of the device. |
hwpsdDevLoader | 1.3.6.1.4.1.9600.1.21.4.21.1.8 | wtcsdisplaystring | read-only |
Device loader for the device. |
hwpsdDriverDate | 1.3.6.1.4.1.9600.1.21.4.21.1.9 | wtcsdisplaystring | read-only |
Build date of the driver (from the manufacturer). Example: '1-25-2001' |
hwpsdDriverName | 1.3.6.1.4.1.9600.1.21.4.21.1.10 | wtcsdisplaystring | read-only |
Name of the driver. |
hwpsdDriverVersion | 1.3.6.1.4.1.9600.1.21.4.21.1.11 | wtcsdisplaystring | read-only |
Version of the driver. Example: '5.1.2427.1' |
hwpsdFriendlyName | 1.3.6.1.4.1.9600.1.21.4.21.1.12 | wtcsdisplaystring | read-only |
Friendly name of the driver. Example: 'Communications Port (COM2)' |
hwpsdHardWareID | 1.3.6.1.4.1.9600.1.21.4.21.1.13 | wtcsdisplaystring | read-only |
Hardware identifier for the driver. Example: 'ROOT\FTDISK' |
hwpsdInfName | 1.3.6.1.4.1.9600.1.21.4.21.1.14 | wtcsdisplaystring | read-only |
Name of the .inf file which installed the device. Example: 'machine.inf' |
hwpsdInstallDate | 1.3.6.1.4.1.9600.1.21.4.21.1.15 | dateandtime | read-only |
Date the driver was installed. Lack of value does not indicate that the driver is not installed. This property is inherited from CIM_ManagedSystemElement. |
hwpsdIsSigned | 1.3.6.1.4.1.9600.1.21.4.21.1.16 | truthvalue | read-only |
If TRUE, the driver is signed. |
hwpsdLocation | 1.3.6.1.4.1.9600.1.21.4.21.1.17 | wtcsdisplaystring | read-only |
Location of the driver. |
hwpsdManufacturer | 1.3.6.1.4.1.9600.1.21.4.21.1.18 | wtcsdisplaystring | read-only |
Manufacturer of the driver. Example: 'Microsoft' |
hwpsdName | 1.3.6.1.4.1.9600.1.21.4.21.1.19 | wtcsdisplaystring | read-only |
Name of the driver. This property is inherited from CIM_ManagedSystemElement. |
hwpsdPDO | 1.3.6.1.4.1.9600.1.21.4.21.1.20 | wtcsdisplaystring | read-only |
Physical device object (PDO). PDOs represent individual devices on a bus. Other drivers for the device attach on top of the PDO. It is always at the bottom of the device stack. Example: '\Device\00000002' |
hwpsdProviderName | 1.3.6.1.4.1.9600.1.21.4.21.1.21 | wtcsdisplaystring | read-only |
Provider of the driver. Example: 'Microsoft' |
hwpsdSigner | 1.3.6.1.4.1.9600.1.21.4.21.1.22 | wtcsdisplaystring | read-only |
Signer of driver, if it is signed. Example: 'ntbuild' |
hwpsdStarted | 1.3.6.1.4.1.9600.1.21.4.21.1.23 | truthvalue | read-only |
If TRUE, the driver is started. This property is inherited from CIM_Service. |
hwpsdStartMode | 1.3.6.1.4.1.9600.1.21.4.21.1.24 | wtcsdisplaystring | read-only |
Start mode of the driver. This property is inherited from CIM_Service. |
hwpsdStatus | 1.3.6.1.4.1.9600.1.21.4.21.1.25 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwpsdSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.21.1.26 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_Service. |
hwpsdSystemName | 1.3.6.1.4.1.9600.1.21.4.21.1.27 | wtcsdisplaystring | read-only |
System name. This property is inherited from CIM_Service. |
win32PortConnectorTable | 1.3.6.1.4.1.9600.1.21.4.22 | no-access |
The Win32_PortConnector WMI class represents physical connection ports, such as DB-25 pin male, Centronics, or PS/2. |
|
1.3.6.1.4.1.9600.1.21.4.22.1 | no-access |
None |
||
hwpcIndex | 1.3.6.1.4.1.9600.1.21.4.22.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwpcCaption | 1.3.6.1.4.1.9600.1.21.4.22.1.2 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwpcConnectorPinout | 1.3.6.1.4.1.9600.1.21.4.22.1.3 | wtcsdisplaystring | read-only |
Pin configuration and signal usage of a physical connector. This property is inherited from CIM_PhysicalConnector. |
hwpcConnectorType | 1.3.6.1.4.1.9600.1.21.4.22.1.4 | wtcsdisplaystring | read-only |
Array of physical attributes of the connector used by this port. This property is inherited from CIM_PhysicalConnector. Values are the following: Value Meaning 0 Unknown 1 Other 2 Male 3 Female 4 Shielded 5 Unshielded 6 SCSI (A) High-Density (50 pins) 7 SCSI (A) Low-Density (50 pins) 8 SCSI (P) High-Density (68 pins) 9 SCSI SCA-I (80 pins) 10 SCSI SCA-II (80 pins) 11 SCSI Fibre Channel (DB-9, Copper) 12 SCSI Fibre Channel (Fibre) 13 SCSI Fibre Channel SCA-II (40 pins) 14 SCSI Fibre Channel SCA-II (20 pins) 15 SCSI Fibre Channel BNC 16 ATA 3-1/2 Inch (40 pins) 17 ATA 2-1/2 Inch (44 pins) 18 ATA-2 19 ATA-3 20 ATA/66 21 DB-9 22 DB-15 23 DB-25 24 DB-36 25 RS-232C 26 RS-422 27 RS-423 28 RS-485 29 RS-449 30 V.35 31 X.21 32 IEEE-488 33 AUI 34 UTP Category 3 35 UTP Category 4 36 UTP Category 5 37 BNC 38 RJ11 39 RJ45 40 Fiber MIC 41 Apple AUI 42 Apple GeoPort 43 PCI 44 ISA 45 EISA 46 VESA 47 PCMCIA 48 PCMCIA Type I 49 PCMCIA Type II 50 PCMCIA Type III 51 ZV Port 52 CardBus 53 USB 54 IEEE 1394 55 HIPPI 56 HSSDC (6 pins) 57 GBIC 58 DIN 59 Mini-DIN 60 Micro-DIN 61 PS/2 62 Infrared 63 HP-HIL 64 Access.bus 65 NuBus 66 Centronics 67 Mini-Centronics 68 Mini-Centronics Type-14 69 Mini-Centronics Type-20 70 Mini-Centronics Type-26 71 Bus Mouse 72 ADB 73 AGP 74 VME Bus 75 VME64 76 Proprietary 77 Proprietary Processor Card Slot 78 Proprietary Memory Card Slot 79 Proprietary I/O Riser Slot 80 PCI-66MHZ 81 AGP2X 82 AGP4X 83 PC-98 84 PC-98-Hireso 85 PC-H98 86 PC-98Note 87 PC-98Full 88 SSA SCSI 89 Circular 90 On Board IDE Connector 91 On Board Floppy Connector 92 9 Pin Dual Inline 93 25 Pin Dual Inline 94 50 Pin Dual Inline 95 68 Pin Dual Inline 96 On Board Sound Connector 97 Mini-jack 98 PCI-X 99 Sbus IEEE 1396-1993 32 bit 100 Sbus IEEE 1396-1993 64 bit 101 MCA 102 GIO 103 XIO 104 HIO 105 NGIO 106 PMC 107 MTRJ 108 VF-45 109 Future I/O 110 SC 111 SG 112 Electrical 113 Optical 114 Ribbon 115 GLM 116 1x9 117 Mini SG 118 LC 119 HSSC 120 VHDCI Shielded (68 pins) 121 InfiniBand |
hwpcCreationClassName | 1.3.6.1.4.1.9600.1.21.4.22.1.5 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_PhysicalElement. |
hwpcDescription | 1.3.6.1.4.1.9600.1.21.4.22.1.6 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwpcExternalReferenceDesignator | 1.3.6.1.4.1.9600.1.21.4.22.1.7 | wtcsdisplaystring | read-only |
External reference designator of the port. External reference designators are identifiers that determine the type and use of the port. Example: 'COM1' |
hwpcInstallDate | 1.3.6.1.4.1.9600.1.21.4.22.1.8 | dateandtime | read-only |
Date and time the object is installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwpcInternalReferenceDesignator | 1.3.6.1.4.1.9600.1.21.4.22.1.9 | wtcsdisplaystring | read-only |
Internal reference designator of the port. Internal reference designators are specific to the manufacturer, and identify the circuit board location or use of the port. Example: 'J101' |
hwpcManufacturer | 1.3.6.1.4.1.9600.1.21.4.22.1.10 | wtcsdisplaystring | read-only |
Name of the organization responsible for producing the physical element. This property is inherited from CIM_PhysicalElement. |
hwpcModel | 1.3.6.1.4.1.9600.1.21.4.22.1.11 | wtcsdisplaystring | read-only |
Name for the physical element. This property is inherited from CIM_PhysicalElement. |
hwpcName | 1.3.6.1.4.1.9600.1.21.4.22.1.12 | wtcsdisplaystring | read-only |
Label for the object. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwpcOtherIdentifyingInfo | 1.3.6.1.4.1.9600.1.21.4.22.1.13 | wtcsdisplaystring | read-only |
Additional data, beyond asset tag information, that can be used to identify a physical element. One example is bar code data associated with an element that also has an asset tag. If only bar code data is available and unique or able to be used as an element key, this property is NULL and the bar code data is used as the class key in the tag property. This property is inherited from CIM_PhysicalElement. |
hwpcPartNumber | 1.3.6.1.4.1.9600.1.21.4.22.1.14 | wtcsdisplaystring | read-only |
Part number assigned by the organization responsible for producing or manufacturing the physical element. This property is inherited from CIM_PhysicalElement. |
hwpcPortType | 1.3.6.1.4.1.9600.1.21.4.22.1.15 | integer | read-only |
Function of the port. Enumeration: 'keyboardPort': 13, 'parallelPortEPP': 4, 'serialPortXTATCompatible': 6, 'scsiII': 22, 'joyStickPort': 12, 'n8251FIFOCompatible': 31, 'pc98': 24, 'midiPort': 11, 'cardbus': 20, 'n8251Compatible': 30, 'ssaSCSI': 15, 'parallelPortECPEPP': 5, 'audioPort': 27, 'scsiPort': 10, 'networkPort': 29, 'fireWire': 17, 'parallelPortXTATCompatible': 1, 'accessBusPort': 21, 'pcH98': 26, 'pcmciaTypeII': 18, 'serialPort16550ACompatible': 9, 'parallelPortPS2': 2, 'mousePort': 14, 'serialPort16450Compatible': 7, 'none': 0, 'parallelPortECP': 3, 'scsiWide': 23, 'pcmciaTypeII2': 19, 'serialPort16550Compatible': 8, 'modemPort': 28, 'usb': 16, 'pc98Hireso': 25. |
hwpcPoweredOn | 1.3.6.1.4.1.9600.1.21.4.22.1.16 | truthvalue | read-only |
If TRUE, the physical element is powered on. This property is inherited from CIM_PhysicalElement. |
hwpcSerialNumber | 1.3.6.1.4.1.9600.1.21.4.22.1.17 | wtcsdisplaystring | read-only |
Manufacturer-allocated number used to identify a physical element. This property is inherited from CIM_PhysicalElement. |
hwpcSKU | 1.3.6.1.4.1.9600.1.21.4.22.1.18 | wtcsdisplaystring | read-only |
Stock-keeping unit number for a physical element. This property is inherited from CIM_PhysicalElement. |
hwpcStatus | 1.3.6.1.4.1.9600.1.21.4.22.1.19 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwpcTag | 1.3.6.1.4.1.9600.1.21.4.22.1.20 | wtcsdisplaystring | read-only |
Unique identifier of a port connection on the computer system. This property is inherited from CIM_PhysicalElement. Example: 'Port Connector 1' |
hwpcVersion | 1.3.6.1.4.1.9600.1.21.4.22.1.21 | wtcsdisplaystring | read-only |
Version of the physical element. This property is inherited from CIM_PhysicalElement. |
win32PortResourceTable | 1.3.6.1.4.1.9600.1.21.4.23 | no-access |
The Win32_PortResource WMI class represents an I/O port on a Windows computer system. |
|
1.3.6.1.4.1.9600.1.21.4.23.1 | no-access |
None |
||
hwpreIndex | 1.3.6.1.4.1.9600.1.21.4.23.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwpreAlias | 1.3.6.1.4.1.9600.1.21.4.23.1.2 | truthvalue | read-only |
If TRUE, this instance represents one of the ranges with an alias. If FALSE, the instance represents a base port address. A base port address is a predetermined port address dedicated to a specific service or device. A port alias address is one that a device responds to as if it were the actual address of an I/O port. |
hwpreCaption | 1.3.6.1.4.1.9600.1.21.4.23.1.3 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwpreCreationClassName | 1.3.6.1.4.1.9600.1.21.4.23.1.4 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_MemoryMappedIO. |
hwpreCSCreationClassName | 1.3.6.1.4.1.9600.1.21.4.23.1.5 | wtcsdisplaystring | read-only |
Creation class name of the scoping computer system. This property is inherited from CIM_MemoryMappedIO. |
hwpreCSName | 1.3.6.1.4.1.9600.1.21.4.23.1.6 | wtcsdisplaystring | read-only |
Name of the scoping computer system. This property is inherited from CIM_MemoryMappedIO. |
hwpreDescription | 1.3.6.1.4.1.9600.1.21.4.23.1.7 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwpreEndingAddress | 1.3.6.1.4.1.9600.1.21.4.23.1.8 | gauge32 | read-only |
Ending address of memory mapped I/O. This property is inherited from CIM_MemoryMappedIO. |
hwpreInstallDate | 1.3.6.1.4.1.9600.1.21.4.23.1.9 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwpreName | 1.3.6.1.4.1.9600.1.21.4.23.1.10 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwpreStartingAddress | 1.3.6.1.4.1.9600.1.21.4.23.1.11 | gauge32 | read-only |
Starting address of memory mapped I/O. The hardware resource identifier property should be set to this value to construct the mapped I/O resource key. This property is inherited from CIM_MemoryMappedIO. |
hwpreStatus | 1.3.6.1.4.1.9600.1.21.4.23.1.12 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
win32ProcessorTable | 1.3.6.1.4.1.9600.1.21.4.24 | no-access |
The Win32_Processor WMI class represents a device that can interpret a sequence of machine instructions on a computer running a Windows operating system. On a multiprocessor machine, one instance of the Win32_Processor class exists for each processor. |
|
1.3.6.1.4.1.9600.1.21.4.24.1 | no-access |
None |
||
hwcpuIndex | 1.3.6.1.4.1.9600.1.21.4.24.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwcpuAddressWidth | 1.3.6.1.4.1.9600.1.21.4.24.1.2 | integer32 | read-only |
Processor address width in bits. This property is inherited from CIM_Processor. |
hwcpuArchitecture | 1.3.6.1.4.1.9600.1.21.4.24.1.3 | integer | read-only |
Processor architecture that the platform uses. Enumeration: 'ia64': 6, 'mips': 1, 'powerPC': 3, 'x86': 0, 'alpha': 2. |
hwcpuAvailability | 1.3.6.1.4.1.9600.1.21.4.24.1.4 | integer | read-only |
Availability and status of a device. Power Save - Unknown indicates that a device is in a power save mode, but the status is unknown; Power Save - Low Power Mode indicates that a device is in a power save mode, but still functioning in a degraded performance state; Power Save - Standby indicates that a device is not functioning, but can be brought to full power quickly; and Power Save - Warning indicates that a device is in a warning and power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'runningOrFullPower': 3, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwcpuCaption | 1.3.6.1.4.1.9600.1.21.4.24.1.5 | wtcsdisplaystring | read-only |
Qualifier: MaxLen(64) Short description of an object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwcpuConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.24.1.6 | integer | read-only |
Error code for the Windows Configuration Manager. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwcpuConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.24.1.7 | truthvalue | read-only |
If TRUE, the device is using a configuration that the user defines. This property is inherited from CIM_LogicalDevice. |
hwcpuCpuStatus | 1.3.6.1.4.1.9600.1.21.4.24.1.8 | integer | read-only |
Current status of the processor. Status changes indicate processor usage, not the physical condition of the processor. Enumeration: 'cpuIsIdle': 4, 'reserved': 5, 'unknown': 0, 'other': 7, 'cpuDisabledByUserViaBIOSSetup': 2, 'cpuEnabled': 1, 'cpuDisabledByBIOS': 3, 'reserved2': 6. |
hwcpuCreationClassName | 1.3.6.1.4.1.9600.1.21.4.24.1.9 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used to create an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwcpuCurrentClockSpeed | 1.3.6.1.4.1.9600.1.21.4.24.1.10 | gauge32 | read-only |
Current speed of the processor in MHz. This property is inherited from CIM_Processor. |
hwcpuCurrentVoltage | 1.3.6.1.4.1.9600.1.21.4.24.1.11 | integer32 | read-only |
Voltage of the processor. Bits 0-6 of the field contain the current voltage of the processor times 10. This value is only set when SMBIOS designates a voltage value. For specific values, see VoltageCaps. Example: field value for a processor voltage of 1.8 volts is 92h = 80h + (1.8 x 10) = 80h + 18 = 80h + 12h |
hwcpuDataWidth | 1.3.6.1.4.1.9600.1.21.4.24.1.12 | integer32 | read-only |
Processor data width in bits. This property is inherited from CIM_Processor. |
hwcpuDescription | 1.3.6.1.4.1.9600.1.21.4.24.1.13 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwcpuDeviceID | 1.3.6.1.4.1.9600.1.21.4.24.1.14 | wtcsdisplaystring | read-only |
Unique identifier of a processor on the system. This property is inherited from CIM_LogicalDevice. |
hwcpuErrorCleared | 1.3.6.1.4.1.9600.1.21.4.24.1.15 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is clear. This property is inherited from CIM_LogicalDevice. |
hwcpuErrorDescription | 1.3.6.1.4.1.9600.1.21.4.24.1.16 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information about corrective actions that can be taken. This property is inherited from CIM_LogicalDevice. |
hwcpuExtClock | 1.3.6.1.4.1.9600.1.21.4.24.1.17 | gauge32 | read-only |
External clock frequency in MHz. If the frequency is unknown, this property is set to NULL. |
hwcpuFamily | 1.3.6.1.4.1.9600.1.21.4.24.1.18 | integer | read-only |
Processor family type. This property is inherited from CIM_Processor. Enumeration: 'amdAthlonMPFamily': 183, 'powerPC603plus': 35, 'celeron': 15, 'crusoeTM3000Family': 121, 'n68030': 101, 'sh3': 260, 'sh4': 261, 'intelXeonProcessorMP': 181, 'm1Family': 18, 'alpha21264': 54, 'n8087': 7, 'n8086': 3, 'pentiumPro': 12, 'videoProcessor': 500, 'pentiumIIXeon': 16, 'g5': 202, 'g4': 201, 'amd2900Family': 30, 'as400Family': 180, 'i860': 250, 'mipsR10000': 69, 'mipsR4600': 68, 'v30Family': 160, 'alpha21064': 49, 'paRISC7100LC': 149, 'n68040': 96, 'amdOpteronFamily': 185, 'k62plus': 31, 'microSPARCIIep': 83, 'sparcFamily': 80, 'n80387': 9, 'n80386': 5, 'alpha21066': 50, 'superSPARC': 81, 'pentium4': 178, 'arm': 280, 'm2Family': 19, 'dsp': 350, 'paRISC7200': 148, 'weitek': 128, 'strongARM': 281, 'amdDuronProcessor': 29, 'powerPCX704': 38, 'pentiumIIIXeon': 176, 'ultraSPARCIIi': 86, 'k62': 26, 'k63': 27, 'ultraSPARCIIIi': 88, 'paRISCFamily': 144, 'ultraSPARCIII': 87, 'n6x86': 300, 'intelItanium2': 184, 'pentiumII': 13, 'intelXeon': 179, 'hobbitFamily': 112, 'itaniumProcessor': 130, 'paRISC8000': 146, 'powerPC604': 36, 'pentiumBrand': 11, 'powerPC601': 33, 'powerPC603': 34, 'n80286': 4, 'n80287': 8, 'alpha21164a': 53, 'pentiumIII': 17, 'unknown': 2, 'alphaFamily': 48, 'paRISC8500': 145, 'amdAthlonProcessorFamily': 28, 'ultraSPARCII': 85, 'n68000': 98, 'microSPARCII': 82, 'i960': 251, 'powerPC620': 37, 'ultraSPARC': 84, 'alpha21164PC': 52, 'mipsR4400': 67, 'ibm390Family': 200, 'n68xxxFamily': 97, 'n68010': 99, 'mipsR4200': 66, 'pentiumProcessorMMX': 14, 'k6Family': 25, 'amdAthlonXPFamily': 182, 'mipsR4000': 65, 'mii': 302, 'powerPCFamily': 32, 'other': 1, 'k7': 190, 'crusoeTM5000Family': 120, 'mipsFamily': 64, 'paRISC7300LC': 147, 'paRISC7100': 150, 'winChip': 320, 'n80486': 6, 'n80487': 10, 'k5Family': 24, 'mediaGX': 301, 'n68020': 100, 'alpha21164': 51, 'powerPC750': 39, 'pentiumIIIProcessorSpeedStep': 177, 'alpha21364': 55. |
hwcpuInstallDate | 1.3.6.1.4.1.9600.1.21.4.24.1.19 | dateandtime | read-only |
Date and time the object is installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwcpuL2CacheSize | 1.3.6.1.4.1.9600.1.21.4.24.1.20 | gauge32 | read-only |
Size of the Level 2 processor cache. A Level 2 cache is an external memory area that has a faster access time than the main RAM memory. |
hwcpuL2CacheSpeed | 1.3.6.1.4.1.9600.1.21.4.24.1.21 | gauge32 | read-only |
Clock speed of the Level 2 processor cache. A Level 2 cache is an external memory area that has a faster access time than the main RAM memory. |
hwcpuLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.24.1.22 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwcpuLevel | 1.3.6.1.4.1.9600.1.21.4.24.1.23 | integer32 | read-only |
Definition of the processor type. The value depends on the architecture of the processor. |
hwcpuLoadPercentage | 1.3.6.1.4.1.9600.1.21.4.24.1.24 | integer32 | read-only |
Load capacity of each processor, averaged to the last second. Processor loading refers to the total computing burden for each processor at one time. This property is inherited from CIM_Processor. |
hwcpuManufacturer | 1.3.6.1.4.1.9600.1.21.4.24.1.25 | wtcsdisplaystring | read-only |
Name of the processor manufacturer. Example: A. Datum Corporation |
hwcpuMaxClockSpeed | 1.3.6.1.4.1.9600.1.21.4.24.1.26 | gauge32 | read-only |
Maximum speed of the processor in MHz. This property is inherited from CIM_Processor. |
hwcpuName | 1.3.6.1.4.1.9600.1.21.4.24.1.27 | wtcsdisplaystring | read-only |
Label by which the object is known. When this property is a subclass, it can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwcpuOtherFamilyDescription | 1.3.6.1.4.1.9600.1.21.4.24.1.28 | wtcsdisplaystring | read-only |
Processor family type. Used when the Family property is set to 1, which means Other. This string should be set to NULL when the Family property is a value that is not 1. This property is inherited from CIM_Processor. |
hwcpuPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.24.1.29 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: *PNP030b |
hwcpuPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.24.1.30 | wtcsdisplaystring | read-only |
Specific power capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled, but the exact setting is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5. Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 and Time set to a specific date and time, or interval to power ON. This property is inherited from CIM_UnitaryComputerSystem. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwcpuPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.24.1.31 | truthvalue | read-only |
If TRUE, the power of the device can be managed, which means that it can be put into suspend mode, and so on. The property does not indicate that power management features are enabled, but it does indicate that the logical device power can be managed. This property is inherited from CIM_LogicalDevice. |
hwcpuProcessorId | 1.3.6.1.4.1.9600.1.21.4.24.1.32 | wtcsdisplaystring | read-only |
Processor information that describes the processor features. For an x86 class CPU, the field format depends on the processor support of the CPUID instruction. If the instruction is supported, the property contains 2 (two) DWORD formatted values. The first is an offset of 08h-0Bh, which is the EAX value that a CPUID instruction returns with input EAX set to 1. The second is an offset of 0Ch-0Fh, which is the EDX value that the instruction returns. Only the first two bytes of the property are significant and contain the contents of the DX register at CPU reset all others are set to 0 (zero), and the contents are in DWORD format. |
hwcpuProcessorType | 1.3.6.1.4.1.9600.1.21.4.24.1.33 | integer | read-only |
Primary function of the processor. Enumeration: 'unknown': 2, 'centralProcessor': 3, 'mathProcessor': 4, 'dspProcessor': 5, 'other': 1, 'videoProcessor': 6. |
hwcpuRevision | 1.3.6.1.4.1.9600.1.21.4.24.1.34 | integer32 | read-only |
System revision level that depends on the architecture. The system revision level contains the same values as the Version property, but in a numerical format. |
hwcpuRole | 1.3.6.1.4.1.9600.1.21.4.24.1.35 | wtcsdisplaystring | read-only |
Role of the processor. This property is inherited from CIM_Processor. Examples: Central Processor or Math Processor |
hwcpuSocketDesignation | 1.3.6.1.4.1.9600.1.21.4.24.1.36 | wtcsdisplaystring | read-only |
Type of chip socket used on the circuit. Example: J202 |
hwcpuStatus | 1.3.6.1.4.1.9600.1.21.4.24.1.37 | integer | read-only |
Current status of an object. Various operational and non-operational statuses can be defined. Operational statuses include: OK, Degraded, and Pred Fail, which is an element such as a SMART-enabled hard drive that may be functioning properly, but predicts a failure in the near future. Non-operational statuses include: Error, Starting, Stopping, and Service, which can apply during mirror resilvering of a disk, reloading a user permissions list, or other administrative work. Not all status work is online, but the managed element is not OK or in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwcpuStatusInfo | 1.3.6.1.4.1.9600.1.21.4.24.1.38 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, use the value 5, which means Not Applicable. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwcpuStepping | 1.3.6.1.4.1.9600.1.21.4.24.1.39 | wtcsdisplaystring | read-only |
Revision level of the processor in the processor family. This property is inherited from CIM_Processor. |
hwcpuSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.24.1.40 | wtcsdisplaystring | read-only |
Value of the CreationClassName property for the scoping computer. This property is inherited from CIM_LogicalDevice. |
hwcpuSystemName | 1.3.6.1.4.1.9600.1.21.4.24.1.41 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwcpuUniqueId | 1.3.6.1.4.1.9600.1.21.4.24.1.42 | wtcsdisplaystring | read-only |
Globally unique identifier for the processor. This identifier may only be unique within a processor family. This property is inherited from CIM_Processor. |
hwcpuUpgradeMethod | 1.3.6.1.4.1.9600.1.21.4.24.1.43 | integer | read-only |
Method by which this processor can be upgraded, if upgrades are supported. This property is an integer enumeration. This property is inherited from CIM_Processor. Enumeration: 'zifSocket': 4, 'none': 6, 'n370PinSocket': 10, 'slotM': 12, 'slotA': 11, 'unknown': 2, 'replacementPiggyBack': 5, 'other': 1, 'slot1': 8, 'daughterBoard': 3, 'slot2': 9, 'lifSocket': 7. |
hwcpuVersion | 1.3.6.1.4.1.9600.1.21.4.24.1.44 | wtcsdisplaystring | read-only |
Processor revision number that depends on the architecture. This property is not used in Windows 95. Example: Model 2, Stepping 12 |
hwcpuVoltageCaps | 1.3.6.1.4.1.9600.1.21.4.24.1.45 | integer | read-only |
Voltage capabilities of the processor. Bits 0-3 of the field represent specific voltages that the processor socket can accept. All other bits should be set to 0 (zero). The socket is configurable if multiple bits are set. For a range of voltages, see CurrentVoltage. If the property is NULL, then the voltage capabilities are unknown. Enumeration: 'n29': 4, 'n33': 2, 'n5': 1. |
hwcpuL3CacheSize | 1.3.6.1.4.1.9600.1.21.4.24.1.46 | gauge32 | read-only |
Size of the Level 3 processor cache. A Level 3 cache is an external memory area that has a faster access time than the main RAM memory. |
hwcpuL3CacheSpeed | 1.3.6.1.4.1.9600.1.21.4.24.1.47 | gauge32 | read-only |
Clockspeed of the Level 3 property cache. A Level 3 cache is an external memory area that has a faster access time than the main RAM memory. |
hwcpuNumberOfCores | 1.3.6.1.4.1.9600.1.21.4.24.1.48 | gauge32 | read-only |
Number of cores for the current instance of the processor. A core is a physical processor on the integrated circuit. For example, in a dual-core processor this property has a value of 2. To determine if hyperthreading is enabled for the processor, compare NumberOfLogicalProcessors and NumberOfCores. If hyperthreading is enabled in the BIOS for the processor, then NumberOfCores is less than NumberOfLogicalProcessors. For example, a dual processor system that contains two processors enabled for hyperthreading can run four threads or programs or simultaneously. In this case, NumberOfCores is 2 and NumberOfLogicalProcessors is 4. |
hwcpuNumberOfLogicalProcessors | 1.3.6.1.4.1.9600.1.21.4.24.1.49 | gauge32 | read-only |
Number of logical processors for the current instance of the processor. For processors capable of hyperthreading, this value includes only the processors which have hyperthreading enabled. To determine if hyperthreading is enabled for the processor, compare NumberOfLogicalProcessors and NumberOfCores. If hyperthreading is enabled in the BIOS for the processor, then NumberOfCores is less than NumberOfLogicalProcessors. For example, a dual processor system that contains two processors enabled for hyperthreading can run four threads or programs or simultaneously. In this case, NumberOfCores is 2 and NumberOfLogicalProcessors is 4. |
win32SCSIControllerTable | 1.3.6.1.4.1.9600.1.21.4.25 | no-access |
The Win32_SCSIController WMI class represents a SCSI controller on a Windows system. |
|
1.3.6.1.4.1.9600.1.21.4.25.1 | no-access |
None |
||
hwscsiIndex | 1.3.6.1.4.1.9600.1.21.4.25.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwscsiAvailability | 1.3.6.1.4.1.9600.1.21.4.25.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwscsiCaption | 1.3.6.1.4.1.9600.1.21.4.25.1.3 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwscsiConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.25.1.4 | integer | read-only |
Windows Configuration Manager error code. . This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwscsiConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.25.1.5 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwscsiControllerTimeouts | 1.3.6.1.4.1.9600.1.21.4.25.1.6 | gauge32 | read-only |
Number of timeouts that have occurred after the TimeOfLastReset value. This property is inherited from CIM_SCSIController. |
hwscsiCreationClassName | 1.3.6.1.4.1.9600.1.21.4.25.1.7 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwscsiDescription | 1.3.6.1.4.1.9600.1.21.4.25.1.8 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwscsiDeviceID | 1.3.6.1.4.1.9600.1.21.4.25.1.9 | wtcsdisplaystring | read-only |
Unique identifier of the SCSI controller with other devices on the system. This property is inherited from CIM_LogicalDevice. |
hwscsiDeviceMap | 1.3.6.1.4.1.9600.1.21.4.25.1.10 | wtcsdisplaystring | read-only |
Order in which devices are listed with this SCSI controller. |
hwscsiDriverName | 1.3.6.1.4.1.9600.1.21.4.25.1.11 | wtcsdisplaystring | read-only |
Driver file name of the SCSI controller. Example: 'Adaptec' |
hwscsiErrorCleared | 1.3.6.1.4.1.9600.1.21.4.25.1.12 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwscsiErrorDescription | 1.3.6.1.4.1.9600.1.21.4.25.1.13 | wtcsdisplaystring | read-only |
Free-form string supplying more information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwscsiHardwareVersion | 1.3.6.1.4.1.9600.1.21.4.25.1.14 | wtcsdisplaystring | read-only |
Hardware version number of the SCSI controller. Example: '1.25' |
hwscsiRegistryIndex | 1.3.6.1.4.1.9600.1.21.4.25.1.15 | gauge32 | read-only |
Index number of the SCSI controller in the system registry. Example: 0 |
hwscsiInstallDate | 1.3.6.1.4.1.9600.1.21.4.25.1.16 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwscsiLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.25.1.17 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwscsiManufacturer | 1.3.6.1.4.1.9600.1.21.4.25.1.18 | wtcsdisplaystring | read-only |
Name of the SCSI controller manufacturer. Example: 'Adaptec' |
hwscsiMaxDataWidth | 1.3.6.1.4.1.9600.1.21.4.25.1.19 | gauge32 | read-only |
Maximum data width (in bits) supported by the SCSI controller. This property is inherited from CIM_SCSIController. |
hwscsiMaxNumberControlled | 1.3.6.1.4.1.9600.1.21.4.25.1.20 | gauge32 | read-only |
Maximum number of directly addressable entities supportable by this controller. A value of 0 should be used if the number is unknown. This property is inherited from CIM_Controller. |
hwscsiMaxTransferRate | 1.3.6.1.4.1.9600.1.21.4.25.1.21 | gauge32 | read-only |
Maximum transfer rate (in bits per second) supported by the SCSI controller. This property is inherited from CIM_SCSIController. |
hwscsiName | 1.3.6.1.4.1.9600.1.21.4.25.1.22 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwscsiPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.25.1.23 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwscsiPowerManagementCapability | 1.3.6.1.4.1.9600.1.21.4.25.1.24 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwscsiPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.25.1.25 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwscsiProtectionManagement | 1.3.6.1.4.1.9600.1.21.4.25.1.26 | integer | read-only |
Support of the SCSI controller for redundancy or protection against device failures. This property is inherited from CIM_SCSIController. Enumeration: 'unknown': 2, 'unprotected': 3, 'other': 1, 'protectedThroughSCC2': 6, 'protectedThroughSCC': 5, 'protected': 4. |
hwscsiProtocolSupported | 1.3.6.1.4.1.9600.1.21.4.25.1.27 | integer | read-only |
Protocol used by the controller to access 'controlled' devices. This property is inherited from CIM_Controller. Enumeration: 'ieee802310BROAD36': 30, 'ieee8023100BASEVG': 31, 'eisa': 2, 'flexibleDiskette': 6, 'vme': 23, 'irBus': 46, 'vesa': 13, 'ipi': 24, 'scsiSerialBusProtocol1394': 11, 'pcmcia': 14, 'twowayInfrared': 43, 'qic2': 40, 'ieee488': 25, 'unknown': 1, 'ieee802310BASE5': 27, 'pci': 4, 'scsiParallelInterface': 8, 'scsiSerialBusProtocol': 10, 'serialInfrared': 45, 'ieee802310BASE2': 28, 'scsiSerialStorageArchitecture': 12, 'st506': 38, 'multiBus': 22, 'fastInfrared': 44, 'power': 20, 'hippi': 21, 'parallelProtocol': 16, 'ansiX3T95FDDI': 33, 'scsiFibreChannelProtocol': 9, 'ieee80231BASE5': 29, 'ieee8025TokenRing': 32, 'mca': 34, 'diagnostic': 18, 'n1496': 7, 'universalSerialBus': 15, 'i2C': 19, 'dssi': 39, 'ataATAPI': 5, 'cmd': 37, 'enhancedATAIDE': 41, 'esdi': 35, 'escon': 17, 'rs232': 26, 'isa': 3, 'ide': 36, 'other': 0, 'agp': 42. |
hwscsiStatus | 1.3.6.1.4.1.9600.1.21.4.25.1.28 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwscsiStatusInfo | 1.3.6.1.4.1.9600.1.21.4.25.1.29 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwscsiSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.25.1.30 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwscsiSystemName | 1.3.6.1.4.1.9600.1.21.4.25.1.31 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwscsiTimeOfLastReset | 1.3.6.1.4.1.9600.1.21.4.25.1.32 | dateandtime | read-only |
Date and time this controller was last reset. This could mean the controller was powered down, or reinitialized. This property is inherited from CIM_Controller. |
win32SerialPortTable | 1.3.6.1.4.1.9600.1.21.4.26 | no-access |
The Win32_SerialPort WMI class represents a serial port on a Windows system. |
|
1.3.6.1.4.1.9600.1.21.4.26.1 | no-access |
None |
||
hwspIndex | 1.3.6.1.4.1.9600.1.21.4.26.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwspAvailability | 1.3.6.1.4.1.9600.1.21.4.26.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwspBinary | 1.3.6.1.4.1.9600.1.21.4.26.1.3 | truthvalue | read-only |
If TRUE, the serial port is configured for binary data transfer. Because the Windows API does not support non-binary mode transfers, this property must be TRUE. |
hwspCapabilities | 1.3.6.1.4.1.9600.1.21.4.26.1.4 | wtcsdisplaystring | read-only |
Array of chip-level compatibility for the serial controller. This property describes the buffering and other capabilities of the serial controller that may be inherent in the chip hardware. The property is an enumerated integer. This property is inherited from CIM_SerialController. Value Meaning 1 Other 2 Unknown 3 XT/AT Compatible 4 16450 Compatible 5 16550 Compatible 6 16550A Compatible 160 8251 Compatible 161 8251FIFO Compatible |
hwspCapabilityDescriptions | 1.3.6.1.4.1.9600.1.21.4.26.1.5 | wtcsdisplaystring | read-only |
Array of free-form strings providing more detailed explanations for any of the serial controller features indicated in the Capabilities array. Note, each entry of this array is related to the entry in the Capabilities array that is located at the same index. This property is inherited from CIM_SerialController. |
hwspCaption | 1.3.6.1.4.1.9600.1.21.4.26.1.6 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwspConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.26.1.7 | integer | read-only |
Windows Configuration Manager error code. . This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwspConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.26.1.8 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwspCreationClassName | 1.3.6.1.4.1.9600.1.21.4.26.1.9 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwspDescription | 1.3.6.1.4.1.9600.1.21.4.26.1.10 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwspDeviceID | 1.3.6.1.4.1.9600.1.21.4.26.1.11 | wtcsdisplaystring | read-only |
Unique identifier of the serial port with other devices on the system. This property is inherited from CIM_LogicalDevice. |
hwspErrorCleared | 1.3.6.1.4.1.9600.1.21.4.26.1.12 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwspErrorDescription | 1.3.6.1.4.1.9600.1.21.4.26.1.13 | wtcsdisplaystring | read-only |
Free-form string supplying more information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwspInstallDate | 1.3.6.1.4.1.9600.1.21.4.26.1.14 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwspLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.26.1.15 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwspMaxBaudRate | 1.3.6.1.4.1.9600.1.21.4.26.1.16 | gauge32 | read-only |
Maximum baud rate (in bits per second) supported by the serial controller. This property is inherited from CIM_SerialController. |
hwspMaximumInputBufferSize | 1.3.6.1.4.1.9600.1.21.4.26.1.17 | gauge32 | read-only |
Maximum size of the serial port driver's internal input buffer. A value of 0 indicates that no maximum value is imposed by the serial provider. |
hwspMaximumOutputBufferSize | 1.3.6.1.4.1.9600.1.21.4.26.1.18 | gauge32 | read-only |
Maximum size of the serial port driver's internal output buffer. A value of 0 indicates that no maximum value is imposed by the serial provider. |
hwspMaxNumberControlled | 1.3.6.1.4.1.9600.1.21.4.26.1.19 | gauge32 | read-only |
Maximum number of directly addressable entities supportable by this controller. A value of 0 should be used if the number is unknown. This property is inherited from CIM_Controller. |
hwspName | 1.3.6.1.4.1.9600.1.21.4.26.1.20 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwspOSAutoDiscovered | 1.3.6.1.4.1.9600.1.21.4.26.1.21 | truthvalue | read-only |
If TRUE, the instances of this class were automatically discovered by the operating system. If, for example, hardware was added through the Control Panel, the operating system finds instances of this class by querying hardware from the instances of this class. |
hwspPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.26.1.22 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwspPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.26.1.23 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwspPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.26.1.24 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. |
hwspProtocolSupported | 1.3.6.1.4.1.9600.1.21.4.26.1.25 | integer | read-only |
Protocol used by the controller to access 'controlled' devices. This property is inherited from CIM_Controller. Enumeration: 'ieee802310BROAD36': 30, 'ieee8023100BASEVG': 31, 'eisa': 2, 'flexibleDiskette': 6, 'vme': 23, 'irBus': 46, 'vesa': 13, 'ipi': 24, 'scsiSerialBusProtocol1394': 11, 'pcmcia': 14, 'twowayInfrared': 43, 'qic2': 40, 'ieee488': 25, 'unknown': 1, 'ieee802310BASE5': 27, 'pci': 4, 'scsiParallelInterface': 8, 'scsiSerialBusProtocol': 10, 'serialInfrared': 45, 'ieee802310BASE2': 28, 'scsiSerialStorageArchitecture': 12, 'st506': 38, 'multiBus': 22, 'fastInfrared': 44, 'power': 20, 'hippi': 21, 'parallelProtocol': 16, 'ansiX3T95FDDI': 33, 'scsiFibreChannelProtocol': 9, 'ieee80231BASE5': 29, 'ieee8025TokenRing': 32, 'mca': 34, 'diagnostic': 18, 'n1496': 7, 'universalSerialBus': 15, 'i2C': 19, 'dssi': 39, 'ataATAPI': 5, 'cmd': 37, 'enhancedATAIDE': 41, 'esdi': 35, 'escon': 17, 'rs232': 26, 'isa': 3, 'ide': 36, 'other': 0, 'agp': 42. |
hwspProviderType | 1.3.6.1.4.1.9600.1.21.4.26.1.26 | wtcsdisplaystring | read-only |
Communications provider type. Values are: 'FAX Device' 'LAT Protocol' 'Modem Device' 'Network Bridge' 'Parallel Port' 'RS232 Serial Port' 'RS422 Port' 'RS423 Port' 'RS449 Port' 'Scanner Device' 'TCP/IP TelNet' 'X.25' 'Unspecified' |
hwspSettableBaudRate | 1.3.6.1.4.1.9600.1.21.4.26.1.27 | truthvalue | read-only |
If TRUE, the baud rate can be changed for this serial port. |
hwspSettableDataBits | 1.3.6.1.4.1.9600.1.21.4.26.1.28 | truthvalue | read-only |
If TRUE, data bits can be set for this serial port. |
hwspSettableFlowControl | 1.3.6.1.4.1.9600.1.21.4.26.1.29 | truthvalue | read-only |
If TRUE, flow control can be set for this serial port. |
hwspSettableParity | 1.3.6.1.4.1.9600.1.21.4.26.1.30 | truthvalue | read-only |
If TRUE, parity can be set for this serial port. |
hwspSettableParityCheck | 1.3.6.1.4.1.9600.1.21.4.26.1.31 | truthvalue | read-only |
If TRUE, parity checking can be set for this serial port (if parity checking is supported). |
hwspSettableRLSD | 1.3.6.1.4.1.9600.1.21.4.26.1.32 | truthvalue | read-only |
If TRUE, Received Line Signal Detect (RLSD) can be set for this serial port (if RLSD is supported). |
hwspSettableStopBits | 1.3.6.1.4.1.9600.1.21.4.26.1.33 | truthvalue | read-only |
If TRUE, stop bits can be set for this serial port. |
hwspStatus | 1.3.6.1.4.1.9600.1.21.4.26.1.34 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwspStatusInfo | 1.3.6.1.4.1.9600.1.21.4.26.1.35 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwspSupports16BitMode | 1.3.6.1.4.1.9600.1.21.4.26.1.36 | truthvalue | read-only |
If TRUE, 16-bit mode is supported on this serial port. |
hwspSupportsDTRDSR | 1.3.6.1.4.1.9600.1.21.4.26.1.37 | truthvalue | read-only |
If TRUE, Data Terminal Ready (DTR) and Data Set Ready (DSR) signals are supported on this serial port. |
hwspSupportsElapsedTimeouts | 1.3.6.1.4.1.9600.1.21.4.26.1.38 | truthvalue | read-only |
If TRUE, elapsed timeouts are supported on this serial port. Elapsed timeouts track the total amount of time between data transmissions. |
hwspSupportsIntTimeouts | 1.3.6.1.4.1.9600.1.21.4.26.1.39 | truthvalue | read-only |
If TRUE, interval timeouts are supported. An interval timeout is the amount of time allowed to elapse between the arrival of each piece of data. |
hwspSupportsParityCheck | 1.3.6.1.4.1.9600.1.21.4.26.1.40 | truthvalue | read-only |
If TRUE, parity checking is supported on this serial port. |
hwspSupportsRLSD | 1.3.6.1.4.1.9600.1.21.4.26.1.41 | truthvalue | read-only |
If TRUE, Received Line Signal Detect (RLSD) is supported on this serial port. |
hwspSupportsRTSCTS | 1.3.6.1.4.1.9600.1.21.4.26.1.42 | truthvalue | read-only |
If TRUE, Ready To Send (RTS) and Clear To Send (CTS) signals are supported on this serial port. |
hwspSupportsSpecialCharacters | 1.3.6.1.4.1.9600.1.21.4.26.1.43 | truthvalue | read-only |
If TRUE, serial port control characters are supported. These characters signal events rather than data. These characters are not displayable and are set by the driver. They include EofChar, ErrorChar, BreakChar, EventChar, XonChar, and XoffChar. |
hwspSupportsXOnXOff | 1.3.6.1.4.1.9600.1.21.4.26.1.44 | truthvalue | read-only |
If TRUE, XON/XOFF flow control is supported on this serial port. |
hwspSupportsXOnXOffSet | 1.3.6.1.4.1.9600.1.21.4.26.1.45 | truthvalue | read-only |
If TRUE, the communications provider supports configuration of the XON/XOFF flow control setting. |
hwspSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.26.1.46 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwspSystemName | 1.3.6.1.4.1.9600.1.21.4.26.1.47 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwspTimeOfLastReset | 1.3.6.1.4.1.9600.1.21.4.26.1.48 | dateandtime | read-only |
Date and time this controller was last reset. This could mean the controller was powered down, or reinitialized. This property is inherited from CIM_Controller. |
win32SerialPortConfigTable | 1.3.6.1.4.1.9600.1.21.4.27 | no-access |
The Win32_SerialPortConfiguration WMI class represents the settings for data transmission on a Windows serial port. This includes configurations for establishing a connection and error checking. |
|
1.3.6.1.4.1.9600.1.21.4.27.1 | no-access |
None |
||
hwspcIndex | 1.3.6.1.4.1.9600.1.21.4.27.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwspcAbortReadWriteOnError | 1.3.6.1.4.1.9600.1.21.4.27.1.2 | truthvalue | read-only |
If TRUE, read and write operations are terminated if an error occurs. If TRUE, the driver terminates all read and write operations with an error status if an error occurs. The driver will not accept any further communications operations until the application acknowledges the error. |
hwspcBaudRate | 1.3.6.1.4.1.9600.1.21.4.27.1.3 | gauge32 | read-only |
Baud (bits per second) rate at which the communications device operates. Example: 9600 |
hwspcBinaryModeEnabled | 1.3.6.1.4.1.9600.1.21.4.27.1.4 | truthvalue | read-only |
If TRUE, binary-mode data transfers are enabled for the serial port. Windows systems only allow binary transfers through serial ports, so this value is always TRUE. |
hwspcBitsPerByte | 1.3.6.1.4.1.9600.1.21.4.27.1.5 | gauge32 | read-only |
Number of bits transmitted and received for each byte of data for the Windows serial port. The number may vary with control and error correction bits, such as parity bits. Example: 8 |
hwspcCaption | 1.3.6.1.4.1.9600.1.21.4.27.1.6 | wtcsdisplaystring | read-only |
Short description (one-line string) of the CIM_Setting object. This property is inherited from CIM_Setting. |
hwspcContinueXMitOnXOff | 1.3.6.1.4.1.9600.1.21.4.27.1.7 | truthvalue | read-only |
If TRUE, data transmissions continue when the input buffer has come within XOffXMitThreshold bytes of being full and the driver has transmitted the XOffChararcter value to stop receiving bytes. If FALSE, transmission does not continue until the input buffer is within XOnXMitThreshold bytes of being empty and the driver has transmitted the XOnCharacter value to resume reception. |
hwspcCTSOutflowControl | 1.3.6.1.4.1.9600.1.21.4.27.1.8 | truthvalue | read-only |
If TRUE, the Clear To Send (CTS) signal is checked before transmitting data. CTS signals that both devices on the serial connection are ready to transfer data. Data transmission is suspended until the CTS signal is given. |
hwspcDescription | 1.3.6.1.4.1.9600.1.21.4.27.1.9 | wtcsdisplaystring | read-only |
Description of the CIM_Setting object. This property is inherited from CIM_Setting. |
hwspcDiscardNULLBytes | 1.3.6.1.4.1.9600.1.21.4.27.1.10 | truthvalue | read-only |
If TRUE, NULL bytes (characters) are discarded when they are received. |
hwspcDSROutflowControl | 1.3.6.1.4.1.9600.1.21.4.27.1.11 | truthvalue | read-only |
If TRUE, data outflow control is enabled when there is a Data Set Ready (DSR) condition. DSR signals that the connection has been established by the devices on the serial connection. DSR data transmission is suspended until DSR signal is given. |
hwspcDSRSensitivity | 1.3.6.1.4.1.9600.1.21.4.27.1.12 | truthvalue | read-only |
If TRUE, the communications driver is sensitive to the state of the DSR signal. The driver ignores any bytes received, unless the DSR modem input line is high. |
hwspcDTRFlowControlType | 1.3.6.1.4.1.9600.1.21.4.27.1.13 | integer | read-only |
Use of the data-terminal-ready (DTR) flow control after a connection has been established. Enumeration: 'handshake': 3, 'enable': 1, 'disable': 2. |
hwspcEOFCharacter | 1.3.6.1.4.1.9600.1.21.4.27.1.14 | gauge32 | read-only |
Value of the character used to signal the end of data. Example: ^Z |
hwspcErrorReplaceCharacter | 1.3.6.1.4.1.9600.1.21.4.27.1.15 | gauge32 | read-only |
Value of the character used to replace bytes received with a parity error. Example: ^C |
hwspcErrorReplacementEnabled | 1.3.6.1.4.1.9600.1.21.4.27.1.16 | truthvalue | read-only |
If TRUE, bytes received with parity errors are replaced with the ErrorReplaceCharacter value. Characters with parity errors are only replaced if this property is TRUE and the parity is enabled. |
hwspcEventCharacter | 1.3.6.1.4.1.9600.1.21.4.27.1.17 | gauge32 | read-only |
Value of the control character that is used to signal an event, such as end of file. Example: ^e |
hwspcIsBusy | 1.3.6.1.4.1.9600.1.21.4.27.1.18 | truthvalue | read-only |
If TRUE, the serial port is busy. |
hwspcName | 1.3.6.1.4.1.9600.1.21.4.27.1.19 | wtcsdisplaystring | read-only |
Name of the Windows serial port. Example: 'COM1' |
hwspcParity | 1.3.6.1.4.1.9600.1.21.4.27.1.20 | wtcsdisplaystring | read-only |
Method of parity checking to be used. Parity is used as an error checking technique where an extra parity bit is included with every unit of data. The receiver can then verify the validity of the data by counting the bits that are set. Value Meaning 'None' Parity checking not used 'Odd' Sets the parity bit so that the count of bits set is an odd number 'Even' Sets the parity bit so that the count of bits set is an even number 'Mark' Leaves the parity bit set to 1 'Space' Leaves the parity bit set to 0 |
hwspcParityCheckEnabled | 1.3.6.1.4.1.9600.1.21.4.27.1.21 | truthvalue | read-only |
If TRUE, parity checking is enabled. |
hwspcRTSFlowControlType | 1.3.6.1.4.1.9600.1.21.4.27.1.22 | wtcsdisplaystring | read-only |
Request-to-send (RTS) flow control. RTS is used to signal that data is available for transmission. Value Meaning 'Enable' RTS is left on for the data transfer session 'Disable' RTS is ignored after the first RTS signal is received 'Handshake' RTS is turned off if the transmission buffer is more than three-quarters full, and RTS is turned on when the buffer is less than one-half full 'Toggle' RTS is turned on if there is any data buffered for transmission |
hwspcSettingID | 1.3.6.1.4.1.9600.1.21.4.27.1.23 | wtcsdisplaystring | read-only |
Identifier by which the CIM_Setting instance is known. This property is inherited from CIM_Setting. |
hwspcStopBits | 1.3.6.1.4.1.9600.1.21.4.27.1.24 | wtcsdisplaystring | read-only |
Number of stop bits to be used. Stop bits separate each unit of data on an asynchronous serial connection. They are also sent continuously when no data is available for transmission. Values are: '1' '1.5' '2' |
hwspcXOffCharacter | 1.3.6.1.4.1.9600.1.21.4.27.1.25 | gauge32 | read-only |
Value of the XOFF character for both transmission and reception. XOFF is a software control to stop the transmission of data (whereas RTS and CTS are hardware controls). XON resumes the transmission. |
hwspcXOffXMitThreshold | 1.3.6.1.4.1.9600.1.21.4.27.1.26 | gauge32 | read-only |
Maximum number of bytes allowed in the input buffer before the XOFF character is sent. |
hwspcXOnCharacter | 1.3.6.1.4.1.9600.1.21.4.27.1.27 | gauge32 | read-only |
Value of the XON character for both transmission and reception. XON is a software control to resume the transmission of data (whereas RTS and CTS are hardware controls). XOFF stops the transmission. |
hwspcXOnXMitThreshold | 1.3.6.1.4.1.9600.1.21.4.27.1.28 | gauge32 | read-only |
Minimum number of bytes allowed in the input buffer before the XON character is sent. This property works in conjunction with XOffXMitThreshold to regulate the rate at which data is transferred. |
hwspcXOnXOffInFlowControl | 1.3.6.1.4.1.9600.1.21.4.27.1.29 | integer | read-only |
If TRUE, XON/XOFF flow control is used during reception. If TRUE, the XOffCharacter value is sent when the input buffer comes within XOffXMitThreshold bytes of being full, and the XOnCharacter value is sent when the input buffer comes within XOnXMitThreshold bytes of being empty. Enumeration: 'true': 1, 'false': 0. |
hwspcXOnXOffOutFlowControl | 1.3.6.1.4.1.9600.1.21.4.27.1.30 | gauge32 | read-only |
The XOnXOffOutFlowControl specifies whether XON/XOFF flow control is used during transmission. If TRUE, transmission stops when the XOffCharacter value is received and starts again when the XOnCharacter value is received. |
win32SMBIOSMemoryTable | 1.3.6.1.4.1.9600.1.21.4.28 | no-access |
The Win32_SMBIOSMemory abstract WMI class represents the properties of a computer system memory as seen through the System Management BIOS (SMBIOS) interface. The SMBIOS interface does not distinguish between non-volatile, volatile, and flash memories. The CIM_Memory class is the parent class of all types of memory. |
|
1.3.6.1.4.1.9600.1.21.4.28.1 | no-access |
None |
||
hwsbmIndex | 1.3.6.1.4.1.9600.1.21.4.28.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwsbmAccess | 1.3.6.1.4.1.9600.1.21.4.28.1.2 | integer | read-only |
Type of access. This property is inherited from CIM_StorageExtent. Enumeration: 'writable': 2, 'unknown': 0, 'writeOnce': 4, 'readable': 1, 'readWriteSupported': 3. |
hwsbmAdditionalErrorData | 1.3.6.1.4.1.9600.1.21.4.28.1.3 | wtcsdisplaystring | read-only |
Array of octets that hold additional error information. An example is Error Checking and Correcting (ECC) Syndrome, or the return of the check bits if a CRC-based error methodology is used. In the latter case, if a single bit error is recognized and the cyclical redundancy check (CRC) algorithm is known, it is possible to determine the exact bit that failed. This type of data (ECC Syndrome, Check Bit or Parity Bit data, or other vendor supplied information) is included in this field. If the ErrorInfo property is equal to 3 (OK), then this property has no meaning. |
hwsbmAvailability | 1.3.6.1.4.1.9600.1.21.4.28.1.4 | integer | read-only |
Availability and status of the device. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwsbmBlockSize | 1.3.6.1.4.1.9600.1.21.4.28.1.5 | gauge32 | read-only |
Size in bytes of the blocks that form this storage extent. If unknown or if a block concept is not valid (for example, for aggregate extents, memory or logical disks), enter a 1. This property is inherited from CIM_StorageExtent. |
hwsbmCaption | 1.3.6.1.4.1.9600.1.21.4.28.1.6 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwsbmConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.28.1.7 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwsbmConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.28.1.8 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwsbmCorrectableError | 1.3.6.1.4.1.9600.1.21.4.28.1.9 | truthvalue | read-only |
If TRUE, the most recent error was correctable. If the ErrorInfo property is equal to 3 (OK), then this property has no meaning. |
hwsbmCreationClassName | 1.3.6.1.4.1.9600.1.21.4.28.1.10 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwsbmDescription | 1.3.6.1.4.1.9600.1.21.4.28.1.11 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwsbmDeviceID | 1.3.6.1.4.1.9600.1.21.4.28.1.12 | wtcsdisplaystring | read-only |
Unique identifier of the logical device. This property is inherited from CIM_LogicalDevice. |
hwsbmEndingAddress | 1.3.6.1.4.1.9600.1.21.4.28.1.13 | gauge32 | read-only |
Ending address, referenced by an application or operating system and mapped by a memory controller for this memory object. The ending address is specified in kilobytes. |
hwsbmErrorAccess | 1.3.6.1.4.1.9600.1.21.4.28.1.14 | integer | read-only |
Memory access operation that caused the last error. The type of error is described by the ErrorInfo property. If ErrorInfo is equal to 3 (OK), then this property has no meaning. Enumeration: 'read': 3, 'unknown': 2, 'write': 4, 'other': 1, 'partialWrite': 5. |
hwsbmErrorAddress | 1.3.6.1.4.1.9600.1.21.4.28.1.15 | gauge32 | read-only |
Address of the last memory error. The type of error is described by the ErrorInfo property. If ErrorInfo is equal to 3 (OK), then this property has no meaning. |
hwsbmErrorCleared | 1.3.6.1.4.1.9600.1.21.4.28.1.16 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwsbmErrorData | 1.3.6.1.4.1.9600.1.21.4.28.1.17 | wtcsdisplaystring | read-only |
Array of data captured during the last erroneous memory access. The data occupies the first n octets of the array necessary to hold the number of bits specified by the ErrorTransferSize property. If ErrorTransferSize is 0 (zero), then this property has no meaning. |
hwsbmErrorDataOrder | 1.3.6.1.4.1.9600.1.21.4.28.1.18 | integer | read-only |
Ordering for data stored in the ErrorData property. If ErrorTransferSize is 0 (zero), then this property has no meaning. Enumeration: 'unknown': 0, 'leastSignificantByteFirst': 1, 'mostSignificantByteFirst': 2. |
hwsbmErrorDescription | 1.3.6.1.4.1.9600.1.21.4.28.1.19 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information about any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwsbmErrorInfo | 1.3.6.1.4.1.9600.1.21.4.28.1.20 | integer | read-only |
Type of error that occurred most recently. The values 12 through 14 are unused. The ability to be corrected is indicated in the property CorrectableError. Enumeration: 'parityError': 5, 'nibbleError': 9, 'ok': 3, 'unknown': 2, 'correctedSinglebitError': 12, 'multiBitError': 8, 'other': 1, 'checksumError': 10, 'uncorrectableError': 14, 'singleBitError': 6, 'crcError': 11, 'doubleBitError': 7, 'badRead': 4, 'correctedError': 13. |
hwsbmErrorMethodology | 1.3.6.1.4.1.9600.1.21.4.28.1.21 | integer | read-only |
Details on the parity or CRC algorithms, ECC or other mechanisms used. This property is inherited from CIM_StorageExtent. Enumeration: 'singleBitECC': 5, 'parity': 4, 'none': 3, 'unknown': 2, 'crc': 7, 'other': 1, 'multiBitECC': 6. |
hwsbmErrorResolution | 1.3.6.1.4.1.9600.1.21.4.28.1.22 | gauge32 | read-only |
Range, in bytes, to which the last error can be resolved. For example, if error addresses are resolved to bit 11 (that is, on a typical page basis), then errors can be resolved to 4 KB boundaries and this property is set to 4000. If the ErrorInfo property is equal to 3 (OK), then this property has no meaning. |
hwsbmErrorTime | 1.3.6.1.4.1.9600.1.21.4.28.1.23 | dateandtime | read-only |
Time that the last memory error occurred. The type of error is described by the ErrorInfo property. If the ErrorInfo property is equal to 3 (OK), then this property has no meaning. |
hwsbmErrorTransferSize | 1.3.6.1.4.1.9600.1.21.4.28.1.24 | gauge32 | read-only |
Size of the data transfer in bits that caused the last error 0 (zero) indicates no error. If the ErrorInfo property is equal to 3 (OK), then this property should be set to 0 (zero). |
hwsbmInstallDate | 1.3.6.1.4.1.9600.1.21.4.28.1.25 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwsbmLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.28.1.26 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwsbmName | 1.3.6.1.4.1.9600.1.21.4.28.1.27 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwsbmNumberOfBlocks | 1.3.6.1.4.1.9600.1.21.4.28.1.28 | gauge32 | read-only |
Total number of consecutive blocks, each block the size of the value contained in the BlockSize property, which form this storage extent. Total size of the storage extent can be calculated by multiplying the value of the BlockSize property by the value of this property. If the value of BlockSize is 1, this property is the total size of the storage extent. This property is inherited from CIM_StorageExtent. |
hwsbmOtherErrorDescription | 1.3.6.1.4.1.9600.1.21.4.28.1.29 | wtcsdisplaystring | read-only |
Free-form string that provides more information if the ErrorType property is set to 1; otherwise, this string has no meaning. |
hwsbmPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.28.1.30 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwsbmPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.28.1.31 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwsbmPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.28.1.32 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwsbmPurpose | 1.3.6.1.4.1.9600.1.21.4.28.1.33 | wtcsdisplaystring | read-only |
Free-form string describing the media and/or its use. This property is inherited from CIM_StorageExtent. |
hwsbmStartingAddress | 1.3.6.1.4.1.9600.1.21.4.28.1.34 | gauge32 | read-only |
Beginning address that is referenced by an application or operating system, and mapped by a memory controller for this memory object. The starting address is specified in kilobytes. |
hwsbmStatus | 1.3.6.1.4.1.9600.1.21.4.28.1.35 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwsbmStatusInfo | 1.3.6.1.4.1.9600.1.21.4.28.1.36 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwsbmSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.28.1.37 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwsbmSystemLevelAddress | 1.3.6.1.4.1.9600.1.21.4.28.1.38 | truthvalue | read-only |
If TRUE, the address information in the ErrorAddress property is a system-level address. If FALSE, it is a physical address. If the ErrorInfo property is equal to 3 (OK), then this property has no meaning. |
hwsbmSystemName | 1.3.6.1.4.1.9600.1.21.4.28.1.39 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
win32SoundDeviceTable | 1.3.6.1.4.1.9600.1.21.4.29 | no-access |
The Win32_SoundDevice WMI class represents the properties of a sound device on a Windows computer system. |
|
1.3.6.1.4.1.9600.1.21.4.29.1 | no-access |
None |
||
hwsndIndex | 1.3.6.1.4.1.9600.1.21.4.29.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwsndAvailability | 1.3.6.1.4.1.9600.1.21.4.29.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwsndCaption | 1.3.6.1.4.1.9600.1.21.4.29.1.3 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwsndConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.29.1.4 | integer | read-only |
Windows Configuration Manager error code. . This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwsndConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.29.1.5 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwsndCreationClassName | 1.3.6.1.4.1.9600.1.21.4.29.1.6 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwsndDescription | 1.3.6.1.4.1.9600.1.21.4.29.1.7 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwsndDeviceID | 1.3.6.1.4.1.9600.1.21.4.29.1.8 | wtcsdisplaystring | read-only |
Unique identifier of the sound device. This property is inherited from CIM_LogicalDevice. |
hwsndDMABufferSize | 1.3.6.1.4.1.9600.1.21.4.29.1.9 | integer32 | read-only |
Size of the Direct Memory Access buffer. Example: 4 |
hwsndErrorCleared | 1.3.6.1.4.1.9600.1.21.4.29.1.10 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwsndErrorDescription | 1.3.6.1.4.1.9600.1.21.4.29.1.11 | wtcsdisplaystring | read-only |
Free-form string supplying more information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwsndInstallDate | 1.3.6.1.4.1.9600.1.21.4.29.1.12 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwsndLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.29.1.13 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwsndManufacturer | 1.3.6.1.4.1.9600.1.21.4.29.1.14 | wtcsdisplaystring | read-only |
Manufacturer of the sound device. Example: 'Creative Labs' |
hwsndMPU401Address | 1.3.6.1.4.1.9600.1.21.4.29.1.15 | gauge32 | read-only |
Starting I/O address assigned to the MPU-401 port of the sound device. Example: 300 |
hwsndName | 1.3.6.1.4.1.9600.1.21.4.29.1.16 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwsndPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.29.1.17 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwsndPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.29.1.18 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwsndPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.29.1.19 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwsndProductName | 1.3.6.1.4.1.9600.1.21.4.29.1.20 | wtcsdisplaystring | read-only |
Product name of the sound device. Example: 'Creative Labs SoundBlaster AWE64PNP' |
hwsndStatus | 1.3.6.1.4.1.9600.1.21.4.29.1.21 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwsndStatusInfo | 1.3.6.1.4.1.9600.1.21.4.29.1.22 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwsndSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.29.1.23 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwsndSystemName | 1.3.6.1.4.1.9600.1.21.4.29.1.24 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
win32SystemEnclosureTable | 1.3.6.1.4.1.9600.1.21.4.30 | no-access |
The Win32_SystemEnclosure WMI class represents the properties associated with a physical system enclosure. |
|
1.3.6.1.4.1.9600.1.21.4.30.1 | no-access |
None |
||
hwseIndex | 1.3.6.1.4.1.9600.1.21.4.30.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwseAudibleAlarm | 1.3.6.1.4.1.9600.1.21.4.30.1.2 | truthvalue | read-only |
If TRUE, the frame is equipped with an audible alarm. This property is inherited from CIM_PhysicalFrame. |
hwseBreachDescription | 1.3.6.1.4.1.9600.1.21.4.30.1.3 | wtcsdisplaystring | read-only |
Free-form string that provides more information if the SecurityBreach property indicates that a breach or some other security-related event occurred. This property is inherited from CIM_PhysicalFrame. |
hwseCableManagementStrategy | 1.3.6.1.4.1.9600.1.21.4.30.1.4 | wtcsdisplaystring | read-only |
Free-form string that contains information about how the various cables are connected and bundled for the frame. With many networking, storage-related, and power cables, cable management can be a complex and challenging endeavor. The property contains information to aid in assembly and service of the frame. This property is inherited from CIM_PhysicalFrame. |
hwseCaption | 1.3.6.1.4.1.9600.1.21.4.30.1.5 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwseChassisTypes | 1.3.6.1.4.1.9600.1.21.4.30.1.6 | wtcsdisplaystring | read-only |
Array of chassis types. This property is inherited from CIM_Chassis. Value Meaning 1 Other 2 Unknown 3 Desktop 4 Low Profile Desktop 5 Pizza Box 6 Mini Tower 7 Tower 8 Portable 9 Laptop 10 Notebook 11 Hand Held 12 Docking Station 13 All in One 14 Sub Notebook 15 Space-Saving 16 Lunch Box 17 Main System Chassis 18 Expansion Chassis 19 SubChassis 20 Bus Expansion Chassis 21 Peripheral Chassis 22 Storage Chassis 23 Rack Mount Chassis 24 Sealed-Case PC |
hwseCreationClassName | 1.3.6.1.4.1.9600.1.21.4.30.1.7 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_PhysicalElement. |
hwseCurrentRequiredOrProduced | 1.3.6.1.4.1.9600.1.21.4.30.1.8 | integer32 | read-only |
Current required by the chassis at 120V. If power is provided by the chassis as in the case of an uninterruptible power supply (UPS) this property may indicate the amperage produced (as a negative number). This property is inherited from CIM_Chassis. |
hwseDepth | 1.3.6.1.4.1.9600.1.21.4.30.1.9 | integer32 | read-only |
Depth of the physical package in inches. This property is inherited from CIM_PhysicalPackage. |
hwseDescription | 1.3.6.1.4.1.9600.1.21.4.30.1.10 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwseHeatGeneration | 1.3.6.1.4.1.9600.1.21.4.30.1.11 | integer32 | read-only |
Amount of heat generated by the chassis in BTU/hour. This property is inherited from CIM_Chassis. |
hwseHeight | 1.3.6.1.4.1.9600.1.21.4.30.1.12 | integer32 | read-only |
Height of the physical package in inches. This property is inherited from CIM_PhysicalPackage. |
hwseHotSwappable | 1.3.6.1.4.1.9600.1.21.4.30.1.13 | truthvalue | read-only |
If TRUE, a physical package can be hot-swapped (if it is possible to replace the element with a physically different but equivalent one while the containing package has power applied to it). For example, a disk drive package inserted using SCA connectors is removable and can be hot-swapped. All packages that can be hot-swapped are inherently removable and replaceable. This property is inherited from CIM_PhysicalPackage. |
hwseInstallDate | 1.3.6.1.4.1.9600.1.21.4.30.1.14 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwseLockPresent | 1.3.6.1.4.1.9600.1.21.4.30.1.15 | truthvalue | read-only |
If TRUE, the frame is protected with a lock. This property is inherited from CIM_PhysicalFrame. |
hwseManufacturer | 1.3.6.1.4.1.9600.1.21.4.30.1.16 | wtcsdisplaystring | read-only |
Name of the organization responsible for producing the physical element. This property is inherited from CIM_PhysicalElement. |
hwseModel | 1.3.6.1.4.1.9600.1.21.4.30.1.17 | wtcsdisplaystring | read-only |
Name by which the physical element is generally known. This property is inherited from CIM_PhysicalElement. |
hwseName | 1.3.6.1.4.1.9600.1.21.4.30.1.18 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwseNumberOfPowerCords | 1.3.6.1.4.1.9600.1.21.4.30.1.19 | integer32 | read-only |
Number of power cords that must be connected to the chassis for all the components to operate. This property is inherited from CIM_Chassis. |
hwseOtherIdentifyingInfo | 1.3.6.1.4.1.9600.1.21.4.30.1.20 | wtcsdisplaystring | read-only |
Additional data, beyond asset tag information, that can be used to identify a physical element. One example is bar code data associated with an element that also has an asset tag. Note that if only bar code data is available and is unique/able to be used as an element key, this property would be NULL and the bar code data used as the class key, in the tag property. This property is inherited from CIM_PhysicalElement. |
hwsePartNumber | 1.3.6.1.4.1.9600.1.21.4.30.1.21 | wtcsdisplaystring | read-only |
Part number assigned by the organization responsible for producing or manufacturing the physical element. This property is inherited from CIM_PhysicalElement. |
hwsePoweredOn | 1.3.6.1.4.1.9600.1.21.4.30.1.22 | truthvalue | read-only |
If TRUE, the physical element is powered ON. This property is inherited from CIM_PhysicalElement. |
hwseRemovable | 1.3.6.1.4.1.9600.1.21.4.30.1.23 | truthvalue | read-only |
If TRUE, a physical package is removable (if it is designed to be taken in and out of the physical container in which it is normally found, without impairing the function of the overall packaging). A package can still be removable if power must be 'off' in order to perform the removal. If power can be ON and the package removed, then the element is removable and can be hot-swapped. For example, an extra battery in a laptop is removable, as is a disk drive package inserted using SCA connectors. However, the latter can be hot swapped. A laptop's display is not removable, nor is a non-redundant power supply. Removing these components would affect the function of the overall packaging or is impossible due to the tight integration of the package. This property is inherited from CIM_PhysicalPackage. |
hwseReplaceable | 1.3.6.1.4.1.9600.1.21.4.30.1.24 | truthvalue | read-only |
If TRUE, a physical package is replaceable (if it is possible to replace field replaceable unit (FRU) or upgrade the element with a physically different one). For example, some computer systems allow the main processor chip to be upgraded to one of a higher clock rating. In this case, the processor is replaceable. Another example is a power supply package mounted on sliding rails. All removable packages are inherently replaceable. This property is inherited from CIM_PhysicalPackage. |
hwseSecurityBreach | 1.3.6.1.4.1.9600.1.21.4.30.1.25 | integer | read-only |
Status of a physical breach of the frame. This property is inherited from CIM_PhysicalFrame. Enumeration: 'unknown': 2, 'noBreach': 3, 'other': 1, 'breachAttempted': 4, 'breachSuccessful': 5. |
hwseSecurityStatus | 1.3.6.1.4.1.9600.1.21.4.30.1.26 | integer | read-only |
Security setting for external input for example, a keyboard to this computer. Enumeration: 'unknown': 2, 'none': 3, 'other': 1, 'externalInterfaceLockedOut': 4, 'externalInterfaceEnabled': 5. |
hwseSerialNumber | 1.3.6.1.4.1.9600.1.21.4.30.1.27 | wtcsdisplaystring | read-only |
Manufacturer-allocated number used to identify the physical element. This property is inherited from CIM_PhysicalElement. |
hwseServiceDescriptions | 1.3.6.1.4.1.9600.1.21.4.30.1.28 | wtcsdisplaystring | read-only |
Array of more detailed explanations for any of the entries in the ServicePhilosophy array. Note that each entry of this array is related to the entry in ServicePhilosophy that is located at the same index. This property is inherited from CIM_PhysicalFrame. |
hwseServicePhilosophy | 1.3.6.1.4.1.9600.1.21.4.30.1.29 | wtcsdisplaystring | read-only |
Array that includes whether the frame is serviced from the top, front, back, or side; whether the frame has sliding trays or removable sides; and whether the frame is moveable for example, having rollers. This property is inherited from CIM_PhysicalFrame. Value Meaning 0 Unknown 1 Other 2 Service From Top 3 Service From Front 4 Service From Back 5 Service From Side 6 Sliding Trays 7 Removable Sides 8 Moveable |
hwseSKU | 1.3.6.1.4.1.9600.1.21.4.30.1.30 | wtcsdisplaystring | read-only |
Stock keeping unit number for the physical element. This property is inherited from CIM_PhysicalElement. |
hwseSMBIOSAssetTag | 1.3.6.1.4.1.9600.1.21.4.30.1.31 | wtcsdisplaystring | read-only |
Asset tag number of the system enclosure. |
hwseStatus | 1.3.6.1.4.1.9600.1.21.4.30.1.32 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwseTag | 1.3.6.1.4.1.9600.1.21.4.30.1.33 | wtcsdisplaystring | read-only |
Unique identifier of the system enclosure. This property is inherited from CIM_PhysicalElement. Example: 'System Enclosure 1' |
hwseTypeDescriptions | 1.3.6.1.4.1.9600.1.21.4.30.1.34 | wtcsdisplaystring | read-only |
Array of more information about the ChassisTypes array entries. Note that each entry of this array is related to the entry in ChassisTypes that is located at the same index. This property is inherited from CIM_Chassis. |
hwseVersion | 1.3.6.1.4.1.9600.1.21.4.30.1.35 | wtcsdisplaystring | read-only |
Version of the physical element. This property is inherited from CIM_PhysicalElement. |
hwseVisibleAlarm | 1.3.6.1.4.1.9600.1.21.4.30.1.36 | truthvalue | read-only |
If TRUE, the equipment includes a visible alarm. This property is inherited from CIM_PhysicalFrame. |
hwseWeight | 1.3.6.1.4.1.9600.1.21.4.30.1.37 | integer32 | read-only |
Weight of the physical package in pounds. This property is inherited from CIM_PhysicalPackage. |
hwseWidth | 1.3.6.1.4.1.9600.1.21.4.30.1.38 | integer32 | read-only |
Width of the physical package in inches. This property is inherited from CIM_PhysicalPackage. |
win32SystemMemoryResourceTable | 1.3.6.1.4.1.9600.1.21.4.31 | no-access |
The Win32_SystemMemoryResource abstract WMI class represents a system memory resource on a Windows operating system. |
|
1.3.6.1.4.1.9600.1.21.4.31.1 | no-access |
None |
||
hwsmrIndex | 1.3.6.1.4.1.9600.1.21.4.31.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwsmrCaption | 1.3.6.1.4.1.9600.1.21.4.31.1.2 | wtcsdisplaystring | read-only |
Short description of an object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwsmrCreationClassName | 1.3.6.1.4.1.9600.1.21.4.31.1.3 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with other key properties of a class, the property allows all instances of the class and its subclasses to be identified uniquely. This property is inherited from CIM_MemoryMappedIO. |
hwsmrCSCreationClassName | 1.3.6.1.4.1.9600.1.21.4.31.1.4 | wtcsdisplaystring | read-only |
Creation class name of the scoping computer system. This property is inherited from CIM_MemoryMappedIO. |
hwsmrCSName | 1.3.6.1.4.1.9600.1.21.4.31.1.5 | wtcsdisplaystring | read-only |
Name of the scoping computer system. This property is inherited from CIM_MemoryMappedIO. |
hwsmrDescription | 1.3.6.1.4.1.9600.1.21.4.31.1.6 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwsmrEndingAddress | 1.3.6.1.4.1.9600.1.21.4.31.1.7 | gauge32 | read-only |
Ending address of memory mapped I/O. This property is inherited from CIM_MemoryMappedIO. |
hwsmrInstallDate | 1.3.6.1.4.1.9600.1.21.4.31.1.8 | dateandtime | read-only |
Date and time an object is installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwsmrName | 1.3.6.1.4.1.9600.1.21.4.31.1.9 | wtcsdisplaystring | read-only |
Label for the object. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwsmrStartingAddress | 1.3.6.1.4.1.9600.1.21.4.31.1.10 | gauge32 | read-only |
Starting address of memory mapped I/O. The hardware resource identifier property should be set to this value to construct the mapped I/O resource key. This property is inherited from CIM_MemoryMappedIO. |
hwsmrStatus | 1.3.6.1.4.1.9600.1.21.4.31.1.11 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
win32SystemSlotTable | 1.3.6.1.4.1.9600.1.21.4.32 | no-access |
The Win32_SystemSlot WMI class represents physical connection points including ports, motherboard slots and peripherals, and proprietary connection points. |
|
1.3.6.1.4.1.9600.1.21.4.32.1 | no-access |
None |
||
hwssIndex | 1.3.6.1.4.1.9600.1.21.4.32.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwssCaption | 1.3.6.1.4.1.9600.1.21.4.32.1.2 | wtcsdisplaystring | read-only |
Short description of an object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwssConnectorPinout | 1.3.6.1.4.1.9600.1.21.4.32.1.3 | wtcsdisplaystring | read-only |
Free-form string that describes the pin configuration and signal usage of a physical connector. This property is inherited from CIM_PhysicalConnector. |
hwssConnectorType | 1.3.6.1.4.1.9600.1.21.4.32.1.4 | wtcsdisplaystring | read-only |
Array of physical attributes of the connector that this slot uses. This property is inherited from CIM_PhysicalConnector. Value Meaning 0 Unknown 1 Other 2 Male 3 Female 4 Shielded 5 Unshielded 6 SCSI (A) High-Density (50 pins) 7 SCSI (A) Low-Density (50 pins) 8 SCSI (P) High-Density (68 pins) 9 SCSI SCA-I (80 pins) 10 SCSI SCA-II (80 pins) 11 SCSI Fibre Channel (DB-9, Copper) 12 SCSI Fibre Channel (Fibre) 13 SCSI Fibre Channel SCA-II (40 pins) 14 SCSI Fibre Channel SCA-II (20 pins) 15 SCSI Fibre Channel BNC 16 ATA 3-1/2 Inch (40 pins) 17 ATA 2-1/2 Inch (44 pins) 18 ATA-2 19 ATA-3 20 ATA/66 21 DB-9 22 DB-15 23 DB-25 24 DB-36 25 RS-232C 26 RS-422 27 RS-423 28 RS-485 29 RS-449 30 V.35 31 X.21 32 IEEE-488 33 AUI 34 UTP Category 3 35 UTP Category 4 36 UTP Category 5 37 BNC 38 RJ11 39 RJ45 40 Fiber MIC 41 Apple AUI 42 Apple GeoPort 43 PCI 44 ISA 45 EISA 46 VESA 47 PCMCIA 48 PCMCIA Type I 49 PCMCIA Type II 50 PCMCIA Type III 51 ZV Port 52 CardBus 53 USB 54 IEEE 1394 55 HIPPI 56 HSSDC (6 pins) 57 GBIC 58 DIN 59 Mini-DIN 60 Micro-DIN 61 PS/2 62 Infrared 63 HP-HIL 64 Access.bus 65 NuBus 66 Centronics 67 Mini-Centronics 68 Mini-Centronics Type-14 69 Mini-Centronics Type-20 70 Mini-Centronics Type-26 71 Bus Mouse 72 ADB 73 AGP 74 VME Bus 75 VME64 76 Proprietary 77 Proprietary Processor Card Slot 78 Proprietary Memory Card Slot 79 Proprietary I/O Riser Slot 80 PCI-66MHZ 81 AGP2X 82 AGP4X 83 PC-98 84 PC-98-Hireso 85 PC-H98 86 PC-98Note 87 PC-98Full 88 SSA SCSI 89 Circular 90 On Board IDE Connector 91 On Board Floppy Connector 92 9 Pin Dual Inline 93 25 Pin Dual Inline 94 50 Pin Dual Inline 95 68 Pin Dual Inline 96 On Board Sound Connector 97 Mini-jack 98 PCI-X 99 Sbus IEEE 1396-1993 32 bit 100 Sbus IEEE 1396-1993 64 bit 101 MCA 102 GIO 103 XIO 104 HIO 105 NGIO 106 PMC 107 MTRJ 108 VF-45 109 Future I/O 110 SC 111 SG 112 Electrical 113 Optical 114 Ribbon 115 GLM 116 1x9 117 Mini SG 118 LC 119 HSSC 120 VHDCI Shielded (68 pins) 121 InfiniBand |
hwssCreationClassName | 1.3.6.1.4.1.9600.1.21.4.32.1.5 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of a class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_PhysicalElement. |
hwssCurrentUsage | 1.3.6.1.4.1.9600.1.21.4.32.1.6 | integer | read-only |
Status of system slot use. Enumeration: 'available': 3, 'unknown': 2, 'other': 1, 'reserved': 0, 'inUse': 4. |
hwssDescription | 1.3.6.1.4.1.9600.1.21.4.32.1.7 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwssHeightAllowed | 1.3.6.1.4.1.9600.1.21.4.32.1.8 | integer32 | read-only |
Maximum height of an adapter card that can be inserted into the slot in inches. This property is inherited from CIM_Slot. |
hwssInstallDate | 1.3.6.1.4.1.9600.1.21.4.32.1.9 | dateandtime | read-only |
Date and time the object is installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwssLengthAllowed | 1.3.6.1.4.1.9600.1.21.4.32.1.10 | integer32 | read-only |
Maximum length of an adapter card that can be inserted into the slot in inches. This property is inherited from CIM_Slot. |
hwssManufacturer | 1.3.6.1.4.1.9600.1.21.4.32.1.11 | wtcsdisplaystring | read-only |
Name of the organization that produces the physical element. This property is inherited from CIM_PhysicalElement. |
hwssMaxDataWidth | 1.3.6.1.4.1.9600.1.21.4.32.1.12 | integer32 | read-only |
Maximum bus width of adapter cards that can be inserted into this slot in bits. This property is inherited from CIM_Slot. Value Maximun data widith (bits) 0 8 1 16 2 32 3 64 4 128 |
hwssModel | 1.3.6.1.4.1.9600.1.21.4.32.1.13 | wtcsdisplaystring | read-only |
Name for the physical element. This property is inherited from CIM_PhysicalElement. |
hwssName | 1.3.6.1.4.1.9600.1.21.4.32.1.14 | wtcsdisplaystring | read-only |
Label for the object. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwssNumber | 1.3.6.1.4.1.9600.1.21.4.32.1.15 | integer32 | read-only |
Physical slot number that can be used as an index into a system slot table, whether or not that slot is physically occupied. This property is inherited from CIM_Slot. |
hwssOtherIdentifyingInfo | 1.3.6.1.4.1.9600.1.21.4.32.1.16 | wtcsdisplaystring | read-only |
Additional data (that is, more than asset tag information), that can be used to identify a physical element. One example is bar code data associated with an element that also has an asset tag. Note that if only bar code data is available, and it is unique or can be used as an element key, this property is NULL, and the bar code data is used as the class key in the Tag property. This property is inherited from CIM_PhysicalElement. |
hwssPartNumber | 1.3.6.1.4.1.9600.1.21.4.32.1.17 | wtcsdisplaystring | read-only |
Part number that the producer or manufacturer assigns to the physical element. This property is inherited from CIM_PhysicalElement. |
hwssPMESignal | 1.3.6.1.4.1.9600.1.21.4.32.1.18 | truthvalue | read-only |
If TRUE, the PCI bus Power Management Enabled (PME) signal is supported by this slot. |
hwssPoweredOn | 1.3.6.1.4.1.9600.1.21.4.32.1.19 | truthvalue | read-only |
If TRUE, the physical element is powered on. This property is inherited from CIM_PhysicalElement. |
hwssPurposeDescription | 1.3.6.1.4.1.9600.1.21.4.32.1.20 | wtcsdisplaystring | read-only |
Free-form string that describes how this slot is physically unique and may hold special types of hardware. This property only has meaning when the corresponding property SpecialPurpose is TRUE. This property is inherited from CIM_Slot. |
hwssSerialNumber | 1.3.6.1.4.1.9600.1.21.4.32.1.21 | wtcsdisplaystring | read-only |
Manufacturer-allocated number used to identify the physical element. This property is inherited from CIM_PhysicalElement. |
hwssShared | 1.3.6.1.4.1.9600.1.21.4.32.1.22 | truthvalue | read-only |
If TRUE, two or more slots share a location on the baseboard, such as a PCI/EISA shared slot. |
hwssSKU | 1.3.6.1.4.1.9600.1.21.4.32.1.23 | wtcsdisplaystring | read-only |
Stockkeeping unit number for the physical element. This property is inherited from CIM_PhysicalElement. |
hwssSlotDesignation | 1.3.6.1.4.1.9600.1.21.4.32.1.24 | wtcsdisplaystring | read-only |
SMBIOS string that identifies the system slot designation of the slot on the motherboard. Example: 'PCI-1' |
hwssSpecialPurpose | 1.3.6.1.4.1.9600.1.21.4.32.1.25 | truthvalue | read-only |
If TRUE, this slot is physically unique and may hold special types of hardware, such as a graphics processor slot. If TRUE, then PurposeDescription should specify the nature of the uniqueness or purpose of the slot. This property is inherited from CIM_Slot. |
hwssStatus | 1.3.6.1.4.1.9600.1.21.4.32.1.26 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwssSupportsHotPlug | 1.3.6.1.4.1.9600.1.21.4.32.1.27 | truthvalue | read-only |
If TRUE, the slot supports hot-plugging of adapter cards. This property is inherited from CIM_Slot. |
hwssTag | 1.3.6.1.4.1.9600.1.21.4.32.1.28 | wtcsdisplaystring | read-only |
System slot represented by an instance of this class. This property is inherited from CIM_PhysicalElement. Example: 'System Slot 1' |
hwssThermalRating | 1.3.6.1.4.1.9600.1.21.4.32.1.29 | gauge32 | read-only |
Maximum thermal dissipation of the slot in milliwatts. This property is inherited from CIM_Slot. |
hwssVccMixedVoltageSupport | 1.3.6.1.4.1.9600.1.21.4.32.1.30 | wtcsdisplaystring | read-only |
Array of enumerated integers indicating the Vcc voltage supported by this slot. This property is inherited from CIM_Slot. Value Meaning 0 Unknown 1 Other 2 3.3V 3 5V |
hwssVersion | 1.3.6.1.4.1.9600.1.21.4.32.1.31 | wtcsdisplaystring | read-only |
Version of the physical element. This property is inherited from CIM_PhysicalElement. |
hwssVppMixedVoltageSupport | 1.3.6.1.4.1.9600.1.21.4.32.1.32 | wtcsdisplaystring | read-only |
Array of enumerated integers indicating the Vpp voltage supported by this slot. This property is inherited from CIM_Slot. Value Meaning 0 Unknown 1 Other 2 3.3V 3 5V 4 12V |
win32USBControllerTable | 1.3.6.1.4.1.9600.1.21.4.33 | no-access |
The Win32_USBController WMI class manages the capabilities of a Universal Serial Bus (USB) controller. |
|
1.3.6.1.4.1.9600.1.21.4.33.1 | no-access |
None |
||
hwucIndex | 1.3.6.1.4.1.9600.1.21.4.33.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwucAvailability | 1.3.6.1.4.1.9600.1.21.4.33.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwucCaption | 1.3.6.1.4.1.9600.1.21.4.33.1.3 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwucConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.33.1.4 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwucConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.4.33.1.5 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwucCreationClassName | 1.3.6.1.4.1.9600.1.21.4.33.1.6 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwucDescription | 1.3.6.1.4.1.9600.1.21.4.33.1.7 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwucDeviceID | 1.3.6.1.4.1.9600.1.21.4.33.1.8 | wtcsdisplaystring | read-only |
Unique identifier of the USB controller. This property is inherited from CIM_LogicalDevice. |
hwucErrorCleared | 1.3.6.1.4.1.9600.1.21.4.33.1.9 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwucErrorDescription | 1.3.6.1.4.1.9600.1.21.4.33.1.10 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwucInstallDate | 1.3.6.1.4.1.9600.1.21.4.33.1.11 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwucLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.33.1.12 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwucManufacturer | 1.3.6.1.4.1.9600.1.21.4.33.1.13 | wtcsdisplaystring | read-only |
Manufacturer of the controller. This property is inherited from CIM_USBController. |
hwucMaxNumberControlled | 1.3.6.1.4.1.9600.1.21.4.33.1.14 | gauge32 | read-only |
Maximum number of directly addressable entities supportable by this controller. A value of 0 should be used if the number is unknown. This property is inherited from CIM_Controller. |
hwucName | 1.3.6.1.4.1.9600.1.21.4.33.1.15 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwucPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.33.1.16 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwucPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.33.1.17 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwucPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.33.1.18 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwucProtocolSupported | 1.3.6.1.4.1.9600.1.21.4.33.1.19 | integer | read-only |
Protocol used by the controller to access 'controlled' devices. This property is inherited from CIM_Controller. Enumeration: 'ieee802310BROAD36': 30, 'ieee8023100BASEVG': 31, 'eisa': 2, 'flexibleDiskette': 6, 'vme': 23, 'irBus': 46, 'vesa': 13, 'ipi': 24, 'scsiSerialBusProtocol1394': 11, 'pcmcia': 14, 'twowayInfrared': 43, 'qic2': 40, 'ieee488': 25, 'unknown': 1, 'ieee802310BASE5': 27, 'pci': 4, 'scsiParallelInterface': 8, 'scsiSerialBusProtocol': 10, 'serialInfrared': 45, 'ieee802310BASE2': 28, 'scsiSerialStorageArchitecture': 12, 'st506': 38, 'multiBus': 22, 'fastInfrared': 44, 'power': 20, 'hippi': 21, 'parallelProtocol': 16, 'ansiX3T95FDDI': 33, 'scsiFibreChannelProtocol': 9, 'ieee80231BASE5': 29, 'ieee8025TokenRing': 32, 'mca': 34, 'diagnostic': 18, 'n1496': 7, 'universalSerialBus': 15, 'i2C': 19, 'dssi': 39, 'ataATAPI': 5, 'cmd': 37, 'enhancedATAIDE': 41, 'esdi': 35, 'escon': 17, 'rs232': 26, 'isa': 3, 'ide': 36, 'other': 0, 'agp': 42. |
hwucStatus | 1.3.6.1.4.1.9600.1.21.4.33.1.20 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwucStatusInfo | 1.3.6.1.4.1.9600.1.21.4.33.1.21 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwucSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.33.1.22 | wtcsdisplaystring | read-only |
Value for the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwucSystemName | 1.3.6.1.4.1.9600.1.21.4.33.1.23 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwucTimeOfLastReset | 1.3.6.1.4.1.9600.1.21.4.33.1.24 | dateandtime | read-only |
Date and time the controller was last reset. This could mean the controller was powered down, or reinitialized. This property is inherited from CIM_Controller. |
win32USBHubTable | 1.3.6.1.4.1.9600.1.21.4.34 | no-access |
The Win32_USBHub WMI class represents the management characteristics of a USB hub. |
|
1.3.6.1.4.1.9600.1.21.4.34.1 | no-access |
None |
||
hwuhIndex | 1.3.6.1.4.1.9600.1.21.4.34.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwuhAvailability | 1.3.6.1.4.1.9600.1.21.4.34.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwuhCaption | 1.3.6.1.4.1.9600.1.21.4.34.1.3 | wtcsdisplaystring | read-only |
Short description (one-line string) of the CIM_Setting object. This property is inherited from CIM_Setting. |
hwuhClassCode | 1.3.6.1.4.1.9600.1.21.4.34.1.4 | integer32 | read-only |
USB class code. This property is inherited from CIM_USBHub. |
hwuhConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.4.34.1.5 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwuhConfigManagerUserCode | 1.3.6.1.4.1.9600.1.21.4.34.1.6 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwuhCreationClassName | 1.3.6.1.4.1.9600.1.21.4.34.1.7 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwuhCurrentAlternativeSettings | 1.3.6.1.4.1.9600.1.21.4.34.1.8 | integer32 | read-only |
Array of USB alternate settings for each interface in the currently selected configuration (indicated by the CurrentConfigValue property). This array has one entry for each interface in the configuration. If the property, CurrentConfigValue is 0 (indicating that the device is not configured), the array is undefined. To understand how to parse this octet string, refer to the USB specification. This property is inherited from CIM_LogicalDevice. |
hwuhCurrentConfigValue | 1.3.6.1.4.1.9600.1.21.4.34.1.9 | integer32 | read-only |
Configuration currently configured for this device. If this value is 0, the device is not configured. This property is inherited from CIM_USBDevice. |
hwuhDescription | 1.3.6.1.4.1.9600.1.21.4.34.1.10 | wtcsdisplaystring | read-only |
Textual description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwuhDeviceID | 1.3.6.1.4.1.9600.1.21.4.34.1.11 | wtcsdisplaystring | read-only |
Address or other identifying information to name the logical device uniquely. This property is inherited from CIM_LogicalDevice. |
hwuhErrorCleared | 1.3.6.1.4.1.9600.1.21.4.34.1.12 | truthvalue | read-only |
Indicates that the error reported in the LastErrorCode property is now cleared. This property is inherited from CIM_LogicalDevice. |
hwuhErrorDescription | 1.3.6.1.4.1.9600.1.21.4.34.1.13 | wtcsdisplaystring | read-only |
Free-form string supplying more information about the error recorded in LastErrorCode property, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwuhGangSwitched | 1.3.6.1.4.1.9600.1.21.4.34.1.14 | truthvalue | read-only |
If TRUE, power is switched to all ports on the HUB at one time. If FALSE, power is switched individually for each port. This property is inherited from CIM_USBHub. |
hwuhInstallDate | 1.3.6.1.4.1.9600.1.21.4.34.1.15 | dateandtime | read-only |
Date the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwuhLastErrorCode | 1.3.6.1.4.1.9600.1.21.4.34.1.16 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwuhName | 1.3.6.1.4.1.9600.1.21.4.34.1.17 | wtcsdisplaystring | read-only |
Name of the USB hub. This property is inherited from CIM_ManagedSystemElement. |
hwuhNumberOfConfigs | 1.3.6.1.4.1.9600.1.21.4.34.1.18 | integer32 | read-only |
Number of defined device configurations. This property is inherited from CIM_USBDevice. |
hwuhNumberOfPorts | 1.3.6.1.4.1.9600.1.21.4.34.1.19 | integer32 | read-only |
Number of downstream ports on the hub, including those embedded in the hub's silicon. This property is inherited from CIM_USBHub. |
hwuhPNPDeviceID | 1.3.6.1.4.1.9600.1.21.4.34.1.20 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. Example: *PNP030b. This property is inherited from CIM_LogicalDevice. |
hwuhPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.4.34.1.21 | wtcsdisplaystring | read-only |
Specific power-related capabilities of the logical device. This property is inherited from CIM_USBHub. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwuhPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.4.34.1.22 | truthvalue | read-only |
If TRUE, the device can be power managed; that is, put into a power save state. This Boolean value does not indicate that power management features are currently enabled, or if enabled, what features are supported. For more information, see the PowerManagementCapabilities array for this information. If FALSE, the integer value 1, for the string 'Not Supported', should be the only entry in the PowerManagementCapabilities array. This property is inherited from CIM_LogicalDevice. |
hwuhProtocolCode | 1.3.6.1.4.1.9600.1.21.4.34.1.23 | integer32 | read-only |
USB protocol code. This property is inherited from CIM_USBDevice. |
hwuhStatus | 1.3.6.1.4.1.9600.1.21.4.34.1.24 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwuhStatusInfo | 1.3.6.1.4.1.9600.1.21.4.34.1.25 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwuhSubclassCode | 1.3.6.1.4.1.9600.1.21.4.34.1.26 | integer32 | read-only |
USB subclass code. This property is inherited from CIM_USBDevice. |
hwuhSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.4.34.1.27 | wtcsdisplaystring | read-only |
Creation class name for the scoping system. This property is inherited from CIM_LogicalDevice. |
hwuhSystemName | 1.3.6.1.4.1.9600.1.21.4.34.1.28 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwuhUSBVersion | 1.3.6.1.4.1.9600.1.21.4.34.1.29 | integer32 | read-only |
Latest USB version supported by the USB device. The property is expressed as a binary-coded decimal (BCD), where a decimal point is implied between the second and third digits. For example, a value of 0x201 indicates that version 2.01 is supported. This property is inherited from CIM_USBDevice. |
wmiNetworkingDevice | 1.3.6.1.4.1.9600.1.21.5 |
The Networking Devices subcategory groups classes that represent the network interface controller, its configurations, and its settings. |
||
win32NetworkAdapterTable | 1.3.6.1.4.1.9600.1.21.5.1 | no-access |
The Win32_NetworkAdapter WMI class represents a network adapter on a Windows operating system. |
|
1.3.6.1.4.1.9600.1.21.5.1.1 | no-access |
None |
||
hwnaIndex | 1.3.6.1.4.1.9600.1.21.5.1.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwnaAdapterType | 1.3.6.1.4.1.9600.1.21.5.1.1.2 | wtcsdisplaystring | read-only |
Network medium in use. This property may not be applicable to all types of network adapters listed within this class Windows NT only. 'Ethernet 802.3' 'Token Ring 802.5' 'Fiber Distributed Data Interface (FDDI)' 'Wide Area Network (WAN)' 'LocalTalk' 'Ethernet using DIX header format' 'ARCNET' 'ARCNET (878.2)' 'ATM' 'Wireless' 'Infrared Wireless' 'Bpc' 'CoWan' '1394' |
hwnaAdapterTypeID | 1.3.6.1.4.1.9600.1.21.5.1.1.3 | integer | read-only |
Network medium in use. Gives the same information as the AdapterType property, except that the information is in the form of an integer. This property may not be applicable to all types of network adapters listed Windows NT only. This property is new for Windows XP. Enumeration: 'wireless': 9, 'bpc': 11, 'tokenRing8025': 1, 'coWan': 12, 'localTalk': 4, 'atm': 8, 'n1394': 13, 'arcnet': 6, 'ethernetUsingDIXHeaderFormat': 5, 'fiberDistributedDataInterface': 2, 'infraredWireless': 10, 'ethernet8023': 0, 'arcnet8782': 7, 'wideAreaNetwork': 3. |
hwnaAutoSense | 1.3.6.1.4.1.9600.1.21.5.1.1.4 | truthvalue | read-only |
If TRUE, the network adapter is capable of automatically determining the speed of the attached/network media. This property is inherited from CIM_NetworkAdapter. |
hwnaAvailability | 1.3.6.1.4.1.9600.1.21.5.1.1.5 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'installError': 12, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwnaCaption | 1.3.6.1.4.1.9600.1.21.5.1.1.6 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwnaConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.5.1.1.7 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwnaConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.5.1.1.8 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwnaCreationClassName | 1.3.6.1.4.1.9600.1.21.5.1.1.9 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwnaDescription | 1.3.6.1.4.1.9600.1.21.5.1.1.10 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwnaDeviceID | 1.3.6.1.4.1.9600.1.21.5.1.1.11 | wtcsdisplaystring | read-only |
Unique identifier of the network adapter from other devices on the system. This property is inherited from CIM_LogicalDevice. |
hwnaErrorCleared | 1.3.6.1.4.1.9600.1.21.5.1.1.12 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwnaErrorDescription | 1.3.6.1.4.1.9600.1.21.5.1.1.13 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwnaRegistryIndex | 1.3.6.1.4.1.9600.1.21.5.1.1.14 | gauge32 | read-only |
Index number of the network adapter, stored in the system registry. Example: 0 |
hwnaInstallDate | 1.3.6.1.4.1.9600.1.21.5.1.1.15 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwnaInstalled | 1.3.6.1.4.1.9600.1.21.5.1.1.16 | truthvalue | read-only |
If TRUE, the network adapter is installed in the system. |
hwnaInterfaceIndex | 1.3.6.1.4.1.9600.1.21.5.1.1.17 | gauge32 | read-only |
Index value that uniquely identifies the local network interface. The value in this property is the same as the value in the InterfaceIndex property in the instance of Win32_IP4RouteTable that represents the network interface in the route table. Windows XP and earlier: The InterfaceIndex property is not available. |
hwnaLastErrorCode | 1.3.6.1.4.1.9600.1.21.5.1.1.18 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwnaMACAddress | 1.3.6.1.4.1.9600.1.21.5.1.1.19 | wtcsdisplaystring | read-only |
Media access control address for this network adapter. A MAC address is a unique 48-bit number assigned to the network adapter by the manufacturer. It uniquely identifies this network adapter and is used for mapping TCP/IP network communications. |
hwnaManufacturer | 1.3.6.1.4.1.9600.1.21.5.1.1.20 | wtcsdisplaystring | read-only |
Name of the network adapter's manufacturer. Example: '3COM' |
hwnaMaxNumberControlled | 1.3.6.1.4.1.9600.1.21.5.1.1.21 | gauge32 | read-only |
Maximum number of directly addressable ports supported by this network adapter. A value of 0 should be used if the number is unknown. |
hwnaMaxSpeed | 1.3.6.1.4.1.9600.1.21.5.1.1.22 | gauge32 | read-only |
Maximum speed, in bits per second, for the network adapter. This property is inherited from CIM_NetworkAdapter. |
hwnaName | 1.3.6.1.4.1.9600.1.21.5.1.1.23 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwnaNetConnectionID | 1.3.6.1.4.1.9600.1.21.5.1.1.24 | wtcsdisplaystring | read-only |
Name of the network connection as it appears in the Network Connections Control Panel program. This property is new for Windows XP. |
hwnaNetConnectionStatus | 1.3.6.1.4.1.9600.1.21.5.1.1.25 | integer | read-only |
State of the network adapter's connection to the network. This property is new for Windows XP. Enumeration: 'hardwareDisabled': 5, 'hardwareMalfunction': 6, 'disconnected': 0, 'authenticationFailed': 10, 'hardwareNotPresent': 4, 'authenticationSucceeded': 9, 'mediaDisconnected': 7, 'connected': 2, 'connecting': 1, 'authenticating': 8, 'disconnecting': 3. |
hwnaNetworkAddresses | 1.3.6.1.4.1.9600.1.21.5.1.1.26 | wtcsdisplaystring | read-only |
Array of network addresses for an adapter. This property is inherited from CIM_NetworkAdapter. |
hwnaPermanentAddress | 1.3.6.1.4.1.9600.1.21.5.1.1.27 | wtcsdisplaystring | read-only |
Network address hard-coded into an adapter. This hard-coded address may be changed by firmware upgrade or software configuration. If so, this field should be updated when the change is made. The property should be left blank if no hard-coded address exists for the network adapter. This property is inherited from CIM_NetworkAdapter. |
hwnaPNPDeviceID | 1.3.6.1.4.1.9600.1.21.5.1.1.28 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwnaPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.5.1.1.29 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwnaPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.5.1.1.30 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwnaProductName | 1.3.6.1.4.1.9600.1.21.5.1.1.31 | wtcsdisplaystring | read-only |
Product name of the network adapter. Example: 'Fast EtherLink XL' |
hwnaServiceName | 1.3.6.1.4.1.9600.1.21.5.1.1.32 | wtcsdisplaystring | read-only |
Service name of the network adapter. This name is usually shorter than the full product name. Example: 'Elnkii' |
hwnaSpeed | 1.3.6.1.4.1.9600.1.21.5.1.1.33 | gauge32 | read-only |
Estimate of the current bandwidth in bits per second. For endpoints which vary in bandwidth or for those where no accurate estimation can be made, this property should contain the nominal bandwidth. This property is inherited from CIM_NetworkAdapter. |
hwnaStatus | 1.3.6.1.4.1.9600.1.21.5.1.1.34 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'ok': 1, 'service': 8, 'predFail': 5, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6. |
hwnaStatusInfo | 1.3.6.1.4.1.9600.1.21.5.1.1.35 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwnaSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.5.1.1.36 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwnaSystemName | 1.3.6.1.4.1.9600.1.21.5.1.1.37 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwnaTimeOfLastReset | 1.3.6.1.4.1.9600.1.21.5.1.1.38 | dateandtime | read-only |
Date and time the network adapter was last reset. |
win32NetworkAdapterConfigTable | 1.3.6.1.4.1.9600.1.21.5.2 | no-access |
The Win32_NetworkAdapterConfiguration WMI class represents the attributes and behaviors of a network adapter. This class includes extra properties and methods that support the management of the TCP/IP and Internetworking Packet Exchange (IPX) protocols that are independent from the network adapter. |
|
1.3.6.1.4.1.9600.1.21.5.2.1 | no-access |
None |
||
hwnacIndex | 1.3.6.1.4.1.9600.1.21.5.2.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwnacArpAlwaysSourceRoute | 1.3.6.1.4.1.9600.1.21.5.2.1.2 | truthvalue | read-only |
If TRUE, TCP/IP transmits Address Resolution Protocol (ARP) queries with source routing enabled on Token Ring networks. By default (FALSE), ARP first queries without source routing, and then retries with source routing enabled if no reply is received. Source routing allows the routing of network packets across different types of networks. |
hwnacArpUseEtherSNAP | 1.3.6.1.4.1.9600.1.21.5.2.1.3 | truthvalue | read-only |
If TRUE, Ethernet packets follow the IEEE 802.3 Sub-Network Access Protocol (SNAP) encoding. Setting this parameter to 1 forces TCP/IP to transmit Ethernet packets by using 802.3 SNAP encoding. By default (FALSE), the stack transmits packets in DIX Ethernet format. Windows NT/Windows 2000 systems can receive both formats. |
hwnacCaption | 1.3.6.1.4.1.9600.1.21.5.2.1.4 | wtcsdisplaystring | read-only |
Description of the CIM_Setting object a one-line string. This property is inherited from CIM_Setting. |
hwnacDatabasePath | 1.3.6.1.4.1.9600.1.21.5.2.1.5 | wtcsdisplaystring | read-only |
Valid Windows file path to standard Internet database files (HOSTS, LMHOSTS, NETWORKS, PROTOCOLS). The file path is used by the Windows Sockets interface. This property is only available on Windows NT/Windows 2000 systems. |
hwnacDeadGWDetectEnabled | 1.3.6.1.4.1.9600.1.21.5.2.1.6 | truthvalue | read-only |
If TRUE, dead gateway detection occurs. With this feature enabled, Transmission Control Protocol (TCP) asks Internet Protocol (IP) to change to a backup gateway if it re-transmits a segment several times without receiving a response. |
hwnacDefaultIPGateway | 1.3.6.1.4.1.9600.1.21.5.2.1.7 | wtcsdisplaystring | read-only |
Array of IP addresses of default gateways that the computer system uses. Example: '192.168.12.1 192.168.46.1' |
hwnacDefaultTOS | 1.3.6.1.4.1.9600.1.21.5.2.1.8 | integer32 | read-only |
Default Type Of Service (TOS) value set in the header of outgoing IP packets. Request for Comments (RFC) 791 defines the values. Default: 0, Valid Range: 0 - 255. |
hwnacDefaultTTL | 1.3.6.1.4.1.9600.1.21.5.2.1.9 | integer32 | read-only |
Default Time To Live (TTL) value set in the header of outgoing IP packets. The TTL specifies the number of routers an IP packet can pass through to reach its destination before being discarded. Each router decrements by one the TTL count of a packet as it passes through and discards the packets if the TTL is 0 (zero). Default: 32, Valid Range: 1 - 255. |
hwnacDescription | 1.3.6.1.4.1.9600.1.21.5.2.1.10 | wtcsdisplaystring | read-only |
Description of the CIM_Setting object. This property is inherited from CIM_Setting. |
hwnacDHCPEnabled | 1.3.6.1.4.1.9600.1.21.5.2.1.11 | truthvalue | read-only |
If TRUE, the dynamic host configuration protocol (DHCP) server automatically assigns an IP address to the computer system when establishing a network connection. |
hwnacDHCPLeaseExpires | 1.3.6.1.4.1.9600.1.21.5.2.1.12 | dateandtime | read-only |
Expiration date and time for a leased IP address that was assigned to the computer by the dynamic host configuration protocol (DHCP) server. Example: 20521201000230.000000000 |
hwnacDHCPLeaseObtained | 1.3.6.1.4.1.9600.1.21.5.2.1.13 | dateandtime | read-only |
Date and time the lease was obtained for the IP address assigned to the computer by the dynamic host configuration protocol (DHCP) server. Example: 19521201000230.000000000 |
hwnacDHCPServer | 1.3.6.1.4.1.9600.1.21.5.2.1.14 | wtcsdisplaystring | read-only |
IP address of the dynamic host configuration protocol (DHCP) server. Example: '10.55.34' |
hwnacDNSDomain | 1.3.6.1.4.1.9600.1.21.5.2.1.15 | wtcsdisplaystring | read-only |
Organization name followed by a period and an extension that indicates the type of organization, such as microsoft.com. The name can be any combination of the letters A through Z, the numerals 0 through 9, and the hyphen (-), plus the period (.) character used as a separator. Example: 'microsoft.com' |
hwnacDNSDomainSuffixSearchOrder | 1.3.6.1.4.1.9600.1.21.5.2.1.16 | wtcsdisplaystring | read-only |
Array of DNS domain suffixes to be appended to the end of host names during name resolution. When attempting to resolve a fully-qualified domain name (FQDN) from a host only name, the system will first append the local domain name. If this is not successful, the system will use the domain suffix list to create additional FQDNs in the order listed and query DNS servers for each Example: 'samples.microsoft.com example.microsoft.com' |
hwnacDNSEnabledForWINSResolution | 1.3.6.1.4.1.9600.1.21.5.2.1.17 | truthvalue | read-only |
If TRUE, the Domain Name System (DNS) is enabled for name resolution over Windows Internet Naming Service (WINS) resolution. If the name cannot be resolved using DNS, the name request is forwarded to WINS for resolution. |
hwnacDNSHostName | 1.3.6.1.4.1.9600.1.21.5.2.1.18 | wtcsdisplaystring | read-only |
Host name used to identify the local computer for authentication by some utilities. Other TCP/IP-based utilities can use this value to acquire the name of the local computer. Host names are stored on DNS servers in a table that maps names to IP addresses for use by DNS. The name can be any combination of the letters A through Z, the numerals 0 through 9, and the hyphen (-), plus the period (.) character used as a separator. By default, this value is the Microsoft networking computer name, but the network administrator can assign another host name without affecting the computer name. Example: 'corpdns' |
hwnacDNSServerSearchOrder | 1.3.6.1.4.1.9600.1.21.5.2.1.19 | wtcsdisplaystring | read-only |
Array of server IP addresses to be used in querying for DNS servers. |
hwnacDomainDNSRegistrationEnable | 1.3.6.1.4.1.9600.1.21.5.2.1.20 | truthvalue | read-only |
If TRUE, the IP addresses for this connection are registered in DNS under the domain name of this connection in addition to being registered under the computer's full DNS name. The domain name of this connection is either set using the SetDNSDomain() method or assigned by DSCP. The registered name is the host name of the computer with the domain name appended. This property is new for Windows XP. |
hwnacForwardBufferMemory | 1.3.6.1.4.1.9600.1.21.5.2.1.21 | gauge32 | read-only |
Memory allocated by IP to store packet data in the router packet queue. When this buffer space is filled, the router begins discarding packets at random from its queue. Packet queue data buffers are 256 bytes in length, so the value of this parameter should be a multiple of 256. Multiple buffers are chained together for larger packets. The IP header for a packet is stored separately. This parameter is ignored and no buffers are allocated if the IP router is not enabled. The buffer size can range from the network MTU to the a value smaller than 0xFFFFFFFF. Default: 74240 (fifty 1480-byte packets, rounded to a multiple of 256). |
hwnacFullDNSRegistrationEnabled | 1.3.6.1.4.1.9600.1.21.5.2.1.22 | truthvalue | read-only |
If TRUE, the IP addresses for this connection are registered in DNS under the computer's full DNS name. The full DNS name of the computer is displayed on the Network Identification tab in the System application in Control Panel. This property is new for Windows XP. |
hwnacGatewayCostMetric | 1.3.6.1.4.1.9600.1.21.5.2.1.23 | wtcsdisplaystring | read-only |
Array of integer cost metric values (ranging from 1 to 9999) to be used in calculating the fastest, most reliable, or least expensive routes. This argument has a one-to-one correspondence with the DefaultIPGateway property. Windows 2000 only. |
hwnacIGMPLevel | 1.3.6.1.4.1.9600.1.21.5.2.1.24 | integer | read-only |
Extent to which the system supports IP multicast and participates in the Internet Group Management Protocol. At level 0 (zero), the system provides no multicast support. At level 1, the system may only send IP multicast packets. At level 2, the system may send IP multicast packets and fully participate in IGMP to receive multicast packets. Enumeration: 'ipMulticast': 1, 'ipIGMPMulticast': 2, 'noMulticast': 0. |
hwnacConfigurationIndex | 1.3.6.1.4.1.9600.1.21.5.2.1.25 | gauge32 | read-only |
Index number of the Windows network adapter configuration. The index number is used when there is more than one configuration available. |
hwnacInterfaceIndex | 1.3.6.1.4.1.9600.1.21.5.2.1.26 | gauge32 | read-only |
Index value that uniquely identifies a local network interface. The value in this property is the same as the value in the InterfaceIndex property in the instance of Win32_IP4RouteTable that represents the network interface in the route table. Windows XP and earlier: The InterfaceIndex property is not available. |
hwnacIPAddress | 1.3.6.1.4.1.9600.1.21.5.2.1.27 | wtcsdisplaystring | read-only |
Array of all of the IP addresses associated with the current network adapter. Example: '172.16.22.0' |
hwnacIPConnectionMetric | 1.3.6.1.4.1.9600.1.21.5.2.1.28 | gauge32 | read-only |
Cost of using the configured routes for the IP bound adapter and is the weighted value for those routes in the IP routing table. If there are multiple routes to a destination in the IP routing table, the route with the lowest metric is used. The default value is 1. This property is new for Windows XP. |
hwnacIPEnabled | 1.3.6.1.4.1.9600.1.21.5.2.1.29 | truthvalue | read-only |
If TRUE, TCP/IP is bound and enabled on this network adapter. |
hwnacIPFilterSecurityEnabled | 1.3.6.1.4.1.9600.1.21.5.2.1.30 | truthvalue | read-only |
If TRUE, IP port security is enabled globally across all IP-bound network adapters and the security values associated with individual network adapters are in effect. This property is used in conjunction with IPSecPermitTCPPorts, IPSecPermitUDPPorts, and IPSecPermitIPProtocols. If FALSE, IP filter security is disabled across all network adapters and allows all port and protocol traffic to flow unfiltered. |
hwnacIPPortSecurityEnabled | 1.3.6.1.4.1.9600.1.21.5.2.1.31 | truthvalue | read-only |
If TRUE, IP port security is enabled globally across all IP-bound network adapters. This property is obsolete. In place of this property, you should use IPFilterSecurityEnabled. |
hwnacIPSecPermitIPProtocols | 1.3.6.1.4.1.9600.1.21.5.2.1.32 | wtcsdisplaystring | read-only |
Array of the protocols permitted to run over the IP. The list of protocols is defined using the EnableIPSec method. The list will either be empty or contain numeric values. A numeric value of 0 (zero) indicates access permission is granted for all protocols. An empty string indicates that no protocols are permitted to run when IPFilterSecurityEnabled is TRUE. |
hwnacIPSecPermitTCPPorts | 1.3.6.1.4.1.9600.1.21.5.2.1.33 | wtcsdisplaystring | read-only |
Array of the ports that will be granted access permission for TCP. The list of protocols is defined using the EnableIPSec method. The list will either be empty or contain numeric values. A numeric value of 0 (zero)indicates access permission is granted for all ports. An empty string indicates that no ports are granted access permission when IPFilterSecurityEnabled is TRUE. |
hwnacIPSecPermitUDPPorts | 1.3.6.1.4.1.9600.1.21.5.2.1.34 | wtcsdisplaystring | read-only |
Array of the ports that will be granted User Datagram Protocol (UDP) access permission. The list of protocols is defined using the EnableIPSec method. The list will either be empty or contain numeric values. A numeric value of 0 (zero) indicates access permission is granted for all ports. An empty string indicates that no ports are granted access permission when IPFilterSecurityEnabled is TRUE. |
hwnacIPSubnet | 1.3.6.1.4.1.9600.1.21.5.2.1.35 | wtcsdisplaystring | read-only |
Array of all the subnet masks associated with the current network adapter. Example: '255.255.0' |
hwnacIPUseZeroBroadcast | 1.3.6.1.4.1.9600.1.21.5.2.1.36 | truthvalue | read-only |
If TRUE, IP zeros-broadcasts are used (0.0.0.0), and the system uses ones-broadcasts (255.255.255.255). Computer systems generally use ones-broadcasts, but those derived from BSD implementations use zeros-broadcasts. Systems that do not use that same broadcasts will not interoperate on the same network. The default is FALSE. |
hwnacIPXAddress | 1.3.6.1.4.1.9600.1.21.5.2.1.37 | wtcsdisplaystring | read-only |
Internetworking Packet Exchange (IPX) address of the network adapter. The IPX address identifies a computer system on a network using the IPX protocol. |
hwnacIPXEnabled | 1.3.6.1.4.1.9600.1.21.5.2.1.38 | truthvalue | read-only |
If TRUE, the or Internetwork Packet Exchange (IPX) protocol is bound and enabled for this adapter. |
hwnacIPXFrameType | 1.3.6.1.4.1.9600.1.21.5.2.1.39 | wtcsdisplaystring | read-only |
Array of frame type identifiers. The values in this array correspond to the elements in IPXNetworkNumber. Value Meaning 0 Ethernet II 1 Ethernet 802.3 2 Ethernet 802.2 3 Ethernet SNAP 255 AUTO |
hwnacIPXMediaType | 1.3.6.1.4.1.9600.1.21.5.2.1.40 | integer | read-only |
Internetworking Packet Exchange (IPX) media type identifier. Enumeration: 'tokenRing': 2, 'ethernet': 1, 'arcnet': 8, 'fddi': 3. |
hwnacIPXNetworkNumber | 1.3.6.1.4.1.9600.1.21.5.2.1.41 | wtcsdisplaystring | read-only |
Array of characters that uniquely identifies a frame/network adapter combination on the computer system. The NetWare Link (NWLink) IPX/SPX-compatible transport in Windows 2000 and Windows NT 4.0 and later use two distinctly different types of network numbers. This number is sometimes referred to as the external network number. It must be unique for each network segment. The order in this string list will correspond item-for-item with the elements in the IPXFrameType property. |
hwnacIPXVirtualNetNumber | 1.3.6.1.4.1.9600.1.21.5.2.1.42 | wtcsdisplaystring | read-only |
Unique identifier of the computer system on the network. It is represented in the form of an eight-character hexadecimal digit. Windows NT/Windows 2000 uses the virtual network number (also known as an internal network number) for internal routing. |
hwnacKeepAliveInterval | 1.3.6.1.4.1.9600.1.21.5.2.1.43 | gauge32 | read-only |
Interval separating Keep Alive Retransmissions until a response is received. After a response is received, the delay until the next Keep Alive Transmission is again controlled by the value of KeepAliveTime. The connection will be aborted after the number of retransmissions specified by TcpMaxDataRetransmissions have gone unanswered. Default: 1000, Valid Range: 1 - 0xFFFFFFFF. |
hwnacKeepAliveTime | 1.3.6.1.4.1.9600.1.21.5.2.1.44 | gauge32 | read-only |
The KeepAliveTime property indicates how often the TCP attempts to verify that an idle connection is still intact by sending a Keep Alive Packet. A remote system that is reachable will acknowledge the keep alive transmission. Keep Alive packets are not sent by default. This feature may be enabled in a connection by an application. Default: 7,200,000 (two hours) |
hwnacMACAddress | 1.3.6.1.4.1.9600.1.21.5.2.1.45 | wtcsdisplaystring | read-only |
Media Access Control (MAC) address of the network adapter. A MAC address is assigned by the manufacturer to uniquely identify the network adapter. Example: '00:80:C7:8F:6C:96' |
hwnacMTU | 1.3.6.1.4.1.9600.1.21.5.2.1.46 | gauge32 | read-only |
Overrides the default Maximum Transmission Unit (MTU) for a network interface. The MTU is the maximum packet size (including the transport header) that the transport will transmit over the underlying network. The IP datagram can span multiple packets. The range of this value spans the minimum packet size (68) to the MTU supported by the underlying network. |
hwnacNumForwardPackets | 1.3.6.1.4.1.9600.1.21.5.2.1.47 | gauge32 | read-only |
Number of IP packet headers allocated for the router packet queue. When all headers are in use, the router will begin to discard packets from the queue at random. This value should be at least as large as the ForwardBufferMemory value divided by the maximum IP data size of the networks connected to the router. It should be no larger than the ForwardBufferMemory value divided by 256, since at least 256 bytes of forward buffer memory are used for each packet. The optimal number of forward packets for a given ForwardBufferMemory size depends on the type of traffic on the network. It will be somewhere between these two values. If the router is not enabled, this parameter is ignored and no headers are allocated. Default: 50, Valid Range: 1 - 0xFFFFFFFE |
hwnacPMTUBHDetectEnabled | 1.3.6.1.4.1.9600.1.21.5.2.1.48 | truthvalue | read-only |
If TRUE, detection of black hole routers occurs while TCP discovers the path of the Maximum Transmission Unit. A black hole router does not return ICMP Destination Unreachable messages when it needs to fragment an IP datagram with the Don't Fragment bit set. TCP depends on receiving these messages to perform Path MTU Discovery. With this feature enabled, TCP will try to send segments without the Don't Fragment bit set if several retransmissions of a segment go unacknowledged. If the segment is acknowledged as a result, the MSS will be decreased and the Don't Fragment bit will be set in future packets on the connection. Enabling black hole detection increases the maximum number of retransmissions performed for a given segment. The default value of this property is FALSE. |
hwnacPMTUDiscoveryEnabled | 1.3.6.1.4.1.9600.1.21.5.2.1.49 | truthvalue | read-only |
If TRUE, the Maximum Transmission Unit (MTU) path is discovered over the path to a remote host. By discovering the MTU path and limiting TCP segments to this size, TCP can eliminate fragmentation at routers along the path that connect networks with different MTUs. Fragmentation adversely affects TCP throughput and network congestion. Setting this parameter to FALSE causes an MTU of 576 bytes to be used for all connections that are not to machines on the local subnet. The default is TRUE. |
hwnacServiceName | 1.3.6.1.4.1.9600.1.21.5.2.1.50 | wtcsdisplaystring | read-only |
Service name of the network adapter. This name is usually shorter than the full product name. Example: 'Elnkii' |
hwnacSettingID | 1.3.6.1.4.1.9600.1.21.5.2.1.51 | wtcsdisplaystring | read-only |
Identifier by which the CIM_Setting object is known. This property is inherited from CIM_Setting. |
hwnacTcpipNetbiosOptions | 1.3.6.1.4.1.9600.1.21.5.2.1.52 | integer | read-only |
Bitmap of the possible settings related to NetBIOSover TCP/IP. This property is new for Windows XP. Enumeration: 'n0x1EnableNetbios': 1, 'n0x2DisableNetbios': 2, 'n0x0EnableNetbiosViaDhcp': 0. |
hwnacTcpMaxConnectRetransmission | 1.3.6.1.4.1.9600.1.21.5.2.1.53 | gauge32 | read-only |
Number of times TCP attempts to retransmit a Connect Request before terminating the connection. The initial retransmission timeout is 3 seconds. The retransmission timeout doubles for each attempt. Default: 3, Valid Range: 0 - 0xFFFFFFFF. |
hwnacTcpMaxDataRetransmissions | 1.3.6.1.4.1.9600.1.21.5.2.1.54 | gauge32 | read-only |
Number of times TCP re-transmits an individual data segment (non-connect segment) before terminating the connection. The retransmission time-out doubles with each successive retransmission on a connection. Default: 5, Valid Range: 0 - 0xFFFFFFFF. |
hwnacTcpNumConnections | 1.3.6.1.4.1.9600.1.21.5.2.1.55 | gauge32 | read-only |
Maximum number of connections that TCP can have open simultaneously. Default: 0xFFFFFE, Valid Range: 0 - 0xFFFFFE. |
hwnacTcpUseRFC1122UrgentPointer | 1.3.6.1.4.1.9600.1.21.5.2.1.56 | truthvalue | read-only |
If TRUE, TCP uses the RFC 1122 specification for urgent data. If FALSE (default), TCP uses the mode used by Berkeley Software Design (BSD) derived systems. The two mechanisms interpret the urgent pointer differently and are not interoperable. Windows 2000 and Windows NT version 3.51 and later default to BSD mode. |
hwnacTcpWindowSize | 1.3.6.1.4.1.9600.1.21.5.2.1.57 | integer32 | read-only |
Maximum TCP Receive Window size offered by the system. The Receive Window specifies the number of bytes a sender may transmit without receiving an acknowledgment. In general, larger receiving windows will improve performance over high delay and high bandwidth networks. For efficiency, the receiving window should be an even multiple of the TCP Maximum Segment Size (MSS). Default: Four times the maximum TCP data size or an even multiple of TCP data size rounded up to the nearest multiple of 8192. Ethernet networks default to 8760. Valid range: 0 - 65535. |
hwnacWINSEnableLMHostsLookup | 1.3.6.1.4.1.9600.1.21.5.2.1.58 | truthvalue | read-only |
If TRUE, local lookup files are used. Lookup files will contain a map of IP addresses to host names. If they exist on the local system, they will be found in %SystemRoot%\system32\drivers\etc. |
hwnacWINSHostLookupFile | 1.3.6.1.4.1.9600.1.21.5.2.1.59 | wtcsdisplaystring | read-only |
Path to a WINS lookup file on the local system. This file will contain a map of IP addresses to host names. If the file specified in this property is found, it will be copied to the %SystemRoot%\system32\drivers\etc folder of the local system. Valid only if the WINSEnableLMHostsLookup property is TRUE. |
hwnacWINSPrimaryServer | 1.3.6.1.4.1.9600.1.21.5.2.1.60 | wtcsdisplaystring | read-only |
IP address for the primary WINS server. |
hwnacWINSScopeID | 1.3.6.1.4.1.9600.1.21.5.2.1.61 | wtcsdisplaystring | read-only |
Value appended to the end of the NetBIOS name that isolates a group of computer systems communicating with only each other. It is used for all NetBIOS transactions over TCP/IP communications from that computer system. Computers configured with identical scope identifiers are able to communicate with this computer. TCP/IP clients with different scope identifiers disregard packets from computers with this scope identifier. Valid only when the EnableWINS method executes successfully. |
hwnacWINSSecondaryServer | 1.3.6.1.4.1.9600.1.21.5.2.1.62 | wtcsdisplaystring | read-only |
IP address for the secondary WINS server. |
wmiPower | 1.3.6.1.4.1.9600.1.21.6 |
The Power subcategory groups classes that represent power supplies, batteries, and events related to these devices. |
||
win32BatteryTable | 1.3.6.1.4.1.9600.1.21.6.1 | no-access |
The Win32_Battery WMI class represents a battery connected to the computer system. Windows 2000 and Windows 98 do not report instances of Win32_Battery unless Advanced Power Management (APM) is enabled on the system, and a battery is present. |
|
1.3.6.1.4.1.9600.1.21.6.1.1 | no-access |
None |
||
hwbaIndex | 1.3.6.1.4.1.9600.1.21.6.1.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwbaAvailability | 1.3.6.1.4.1.9600.1.21.6.1.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwbaBatteryRechargeTime | 1.3.6.1.4.1.9600.1.21.6.1.1.3 | gauge32 | read-only |
Time required to fully charge the battery. This property is not supported. BatteryRechargeTime does not have a replacement property, and is now considered obsolete. |
hwbaBatteryStatus | 1.3.6.1.4.1.9600.1.21.6.1.1.4 | integer | read-only |
Status of the battery. The value 10 (Undefined) is not valid in the CIM schema because in DMI it represents that no battery is installed. In this case, the object should not be instantiated. This property is inherited from CIM_Battery. Enumeration: 'chargingAndCritical': 9, 'undefined': 10, 'chargingAndHigh': 7, 'fullyCharged': 3, 'unknown': 2, 'chargingAndLow': 8, 'other': 1, 'critical': 5, 'partiallyCharged': 11, 'charging': 6, 'low': 4. |
hwbaCaption | 1.3.6.1.4.1.9600.1.21.6.1.1.5 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwbaChemistry | 1.3.6.1.4.1.9600.1.21.6.1.1.6 | integer | read-only |
Enumeration that describes the battery's chemistry. This property is inherited from CIM_Battery. Enumeration: 'nickelCadmium': 4, 'lithiumPolymer': 8, 'unknown': 2, 'lithiumion': 6, 'leadAcid': 3, 'zincAir': 7, 'nickelMetalHydride': 5, 'other': 1. |
hwbaConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.6.1.1.7 | integer | read-only |
Windows Configuration Manager error code. For more information, see the Remarks section of this topic. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwbaConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.6.1.1.8 | truthvalue | read-only |
If true, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwbaCreationClassName | 1.3.6.1.4.1.9600.1.21.6.1.1.9 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwbaDescription | 1.3.6.1.4.1.9600.1.21.6.1.1.10 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwbaDesignCapacity | 1.3.6.1.4.1.9600.1.21.6.1.1.11 | gauge32 | read-only |
Design capacity of the battery in milliwatt-hours. If the property is not supported, enter 0 (zero). This property is inherited from CIM_Battery. |
hwbaDesignVoltage | 1.3.6.1.4.1.9600.1.21.6.1.1.12 | gauge32 | read-only |
Design voltage of the battery in millivolts. If the attribute is not supported, enter 0 (zero). This property is inherited from CIM_Battery. |
hwbaDeviceID | 1.3.6.1.4.1.9600.1.21.6.1.1.13 | wtcsdisplaystring | read-only |
Identifies the battery. This property is inherited from CIM_LogicalDevice. Example: 'Internal Battery' |
hwbaErrorCleared | 1.3.6.1.4.1.9600.1.21.6.1.1.14 | truthvalue | read-only |
If true, the error reported in the LastErrorCode property is now cleared. This property is inherited from CIM_LogicalDevice. |
hwbaErrorDescription | 1.3.6.1.4.1.9600.1.21.6.1.1.15 | wtcsdisplaystring | read-only |
Free-form string that supplies more information about the error recorded in LastErrorCode property, and information about any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwbaEstimatedChargeRemaining | 1.3.6.1.4.1.9600.1.21.6.1.1.16 | integer32 | read-only |
Estimate of the percentage of full charge remaining. This property is inherited from CIM_Battery. |
hwbaEstimatedRunTime | 1.3.6.1.4.1.9600.1.21.6.1.1.17 | gauge32 | read-only |
Estimate in minutes of the time to battery charge depletion under the present load conditions if the utility power is off, or lost and remains off, or a laptop is disconnected from a power source. This property is inherited from CIM_Battery. |
hwbaExpectedBatteryLife | 1.3.6.1.4.1.9600.1.21.6.1.1.18 | gauge32 | read-only |
Amount of time it takes to completely drain the battery after it is fully charged. This property is no longer used and is considered obsolete. |
hwbaExpectedLife | 1.3.6.1.4.1.9600.1.21.6.1.1.19 | gauge32 | read-only |
Battery's expected lifetime in minutes, assuming that the battery is fully charged. The property represents the total expected life of the battery, not its current remaining life, which is indicated by the EstimatedRunTime property. This property is inherited from CIM_Battery. |
hwbaFullChargeCapacity | 1.3.6.1.4.1.9600.1.21.6.1.1.20 | gauge32 | read-only |
Full charge capacity of the battery in milliwatt-hours. Comparison of the value to the DesignCapacity property determines when the battery requires replacement. A battery's end of life is typically when the FullChargeCapacity property falls below 80% of the DesignCapacity property. If the property is not supported, enter 0 (zero). This property is inherited from CIM_Battery. |
hwbaInstallDate | 1.3.6.1.4.1.9600.1.21.6.1.1.21 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwbaLastErrorCode | 1.3.6.1.4.1.9600.1.21.6.1.1.22 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwbaMaxRechargeTime | 1.3.6.1.4.1.9600.1.21.6.1.1.23 | gauge32 | read-only |
Maximum time, in minutes, to fully charge the battery. The property represents the time to recharge a fully depleted battery, not the current remaining charge time, which is indicated in the TimeToFullCharge property. This property is inherited from CIM_Battery. |
hwbaName | 1.3.6.1.4.1.9600.1.21.6.1.1.24 | wtcsdisplaystring | read-only |
Defines the label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwbaPNPDeviceID | 1.3.6.1.4.1.9600.1.21.6.1.1.25 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwbaPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.6.1.1.26 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled, but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwbaPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.6.1.1.27 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwbaSmartBatteryVersion | 1.3.6.1.4.1.9600.1.21.6.1.1.28 | wtcsdisplaystring | read-only |
Data Specification version number supported by the battery. If the battery does not support this function, the value should be left blank. This property is inherited from CIM_Battery. |
hwbaStatus | 1.3.6.1.4.1.9600.1.21.6.1.1.29 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwbaStatusInfo | 1.3.6.1.4.1.9600.1.21.6.1.1.30 | integer | read-only |
State of the logical device. If the property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwbaSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.6.1.1.31 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwbaSystemName | 1.3.6.1.4.1.9600.1.21.6.1.1.32 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwbaTimeOnBattery | 1.3.6.1.4.1.9600.1.21.6.1.1.33 | gauge32 | read-only |
Elapsed time in seconds since the computer system's UPS last switched to battery power, or the time since the system or UPS was last restarted, whichever is less. If the battery is 'on line', 0 (zero) is returned. This property is inherited from CIM_Battery. |
hwbaTimeToFullCharge | 1.3.6.1.4.1.9600.1.21.6.1.1.34 | gauge32 | read-only |
Remaining time to charge the battery fully in minutes at the current charging rate and usage. This property is inherited from CIM_Battery. |
win32CurrentProbeTable | 1.3.6.1.4.1.9600.1.21.6.2 | no-access |
The Win32_CurrentProbe WMI class represents the properties of a current monitoring sensor (ammeter). |
|
1.3.6.1.4.1.9600.1.21.6.2.1 | no-access |
None |
||
hwcpIndex | 1.3.6.1.4.1.9600.1.21.6.2.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwcpAccuracy | 1.3.6.1.4.1.9600.1.21.6.2.1.2 | integer32 | read-only |
Accuracy of the sensor for the measured property. The value is recorded as plus/minus hundredths of a percent. Accuracy, along with resolution and tolerance, is used to calculate the actual value of the measured physical property. Accuracy may vary and depends on whether or not the device is linear over its dynamic range. This property is inherited from CIM_NumericSensor. |
hwcpAvailability | 1.3.6.1.4.1.9600.1.21.6.2.1.3 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwcpCaption | 1.3.6.1.4.1.9600.1.21.6.2.1.4 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwcpConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.6.2.1.5 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwcpConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.6.2.1.6 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwcpCreationClassName | 1.3.6.1.4.1.9600.1.21.6.2.1.7 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwcpCurrentReading | 1.3.6.1.4.1.9600.1.21.6.2.1.8 | integer32 | read-only |
Current value indicated by the sensor. This property is inherited from CIM_NumericSensor. |
hwcpDescription | 1.3.6.1.4.1.9600.1.21.6.2.1.9 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwcpDeviceID | 1.3.6.1.4.1.9600.1.21.6.2.1.10 | wtcsdisplaystring | read-only |
Unique identifier of the current probe. This property is inherited from CIM_LogicalDevice. |
hwcpErrorCleared | 1.3.6.1.4.1.9600.1.21.6.2.1.11 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwcpErrorDescription | 1.3.6.1.4.1.9600.1.21.6.2.1.12 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information about any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwcpInstallDate | 1.3.6.1.4.1.9600.1.21.6.2.1.13 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwcpIsLinear | 1.3.6.1.4.1.9600.1.21.6.2.1.14 | truthvalue | read-only |
If TRUE, the sensor is linear over its dynamic range. This property is inherited from CIM_NumericSensor. |
hwcpLastErrorCode | 1.3.6.1.4.1.9600.1.21.6.2.1.15 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwcpLowerThresholdCritical | 1.3.6.1.4.1.9600.1.21.6.2.1.16 | integer32 | read-only |
Sensor threshold values specify the ranges (minimum and maximum values) to determine whether or not the sensor is operating under normal, non-critical, critical, or fatal conditions. If CurrentReading is between LowerThresholdCritical and LowerThresholdFatal, the current state is critical. This property is inherited from CIM_NumericSensor. |
hwcpLowerThresholdFatal | 1.3.6.1.4.1.9600.1.21.6.2.1.17 | integer32 | read-only |
Sensor's threshold values specify the ranges (minimum and maximum values) for determining whether the sensor is operating under normal, non-critical, critical, or fatal conditions. If CurrentReading is below LowerThresholdFatal, the current state is fatal. This property is inherited from CIM_NumericSensor. |
hwcpLowerThresholdNonCritical | 1.3.6.1.4.1.9600.1.21.6.2.1.18 | integer32 | read-only |
Sensor's threshold values specify the ranges (minimum and maximum values) for determining whether the sensor is operating under normal, non-critical, critical, or fatal conditions. If CurrentReading is between LowerThresholdNonCritical and UpperThresholdNonCritical, the sensor is reporting a normal value. If CurrentReading is between LowerThresholdNonCritical and LowerThresholdCritical, the current state is non-critical. This property is inherited from CIM_NumericSensor. |
hwcpMaxReadable | 1.3.6.1.4.1.9600.1.21.6.2.1.19 | integer32 | read-only |
Largest value of the measured property that can be read by the numeric sensor. This property is inherited from CIM_NumericSensor. |
hwcpMinReadable | 1.3.6.1.4.1.9600.1.21.6.2.1.20 | integer32 | read-only |
Smallest value of the measured property that can be read by the numeric sensor. This property is inherited from CIM_NumericSensor. |
hwcpName | 1.3.6.1.4.1.9600.1.21.6.2.1.21 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwcpNominalReading | 1.3.6.1.4.1.9600.1.21.6.2.1.22 | integer32 | read-only |
Normal or expected value for the numeric sensor. This property is inherited from CIM_NumericSensor. |
hwcpNormalMax | 1.3.6.1.4.1.9600.1.21.6.2.1.23 | integer32 | read-only |
Normal or expected value for the numeric sensor. This property is inherited from CIM_NumericSensor. |
hwcpNormalMin | 1.3.6.1.4.1.9600.1.21.6.2.1.24 | integer32 | read-only |
Guidance for the user as to the normal minimum range for the numeric sensor. This property is inherited from CIM_NumericSensor. |
hwcpPNPDeviceID | 1.3.6.1.4.1.9600.1.21.6.2.1.25 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwcpPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.6.2.1.26 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwcpPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.6.2.1.27 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwcpResolution | 1.3.6.1.4.1.9600.1.21.6.2.1.28 | gauge32 | read-only |
Ability of the sensor to resolve differences in the measured property. This value may vary depending on whether the device is linear over its dynamic range. This property is inherited from CIM_NumericSensor. |
hwcpStatus | 1.3.6.1.4.1.9600.1.21.6.2.1.29 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwcpStatusInfo | 1.3.6.1.4.1.9600.1.21.6.2.1.30 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwcpSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.6.2.1.31 | wtcsdisplaystring | read-only |
Value for the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwcpSystemName | 1.3.6.1.4.1.9600.1.21.6.2.1.32 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwcpTolerance | 1.3.6.1.4.1.9600.1.21.6.2.1.33 | integer32 | read-only |
Tolerance of the sensor for the measured property. Tolerance, along with resolution and accuracy, is used to calculate the actual value of the measured physical property. Tolerance may vary depending on whether the device is linear over its dynamic range. This property is inherited from CIM_NumericSensor. |
hwcpUpperThresholdCritical | 1.3.6.1.4.1.9600.1.21.6.2.1.34 | integer32 | read-only |
Sensor's threshold values specify the ranges (minimum and maximum values) for determining whether the sensor is operating under normal, non-critical, critical, or fatal conditions. If CurrentReading is between UpperThresholdCritical and UpperThresholdFatal, the current state is critical. This property is inherited from CIM_NumericSensor. |
hwcpUpperThresholdFatal | 1.3.6.1.4.1.9600.1.21.6.2.1.35 | integer32 | read-only |
Sensor's threshold values specify the ranges (minimum and maximum values) for determining whether the sensor is operating under normal, non-critical, critical, or fatal conditions. If CurrentReading is above UpperThresholdFatal, the current state is fatal. This property is inherited from CIM_NumericSensor. |
hwcpUpperThresholdNonCritical | 1.3.6.1.4.1.9600.1.21.6.2.1.36 | integer32 | read-only |
Sensor's threshold values specify the ranges (minimum and maximum values) for determining whether the sensor is operating under normal, non-critical, critical, or fatal conditions. If CurrentReading is between LowerThresholdNonCritical and UpperThresholdNonCritical, the sensor is reporting a normal value. If CurrentReading is between UpperThresholdNonCritical and UpperThresholdCritical, the current state is non-critical. This property is inherited from CIM_NumericSensor. |
win32PortableBatteryTable | 1.3.6.1.4.1.9600.1.21.6.3 | no-access |
The Win32_PortableBattery WMI class contains the properties related to a portable battery, such a notebook computer battery. |
|
1.3.6.1.4.1.9600.1.21.6.3.1 | no-access |
None |
||
hwpbIndex | 1.3.6.1.4.1.9600.1.21.6.3.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwpbAvailability | 1.3.6.1.4.1.9600.1.21.6.3.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwpbBatteryRechargeTime | 1.3.6.1.4.1.9600.1.21.6.3.1.3 | gauge32 | read-only |
Time required to fully charge the battery. This property is inherited from CIM_Battery. Windows 2000: This property is not supported. Windows XP and Windows Server 2003: This property is removed. |
hwpbBatteryStatus | 1.3.6.1.4.1.9600.1.21.6.3.1.4 | integer | read-only |
Description of the battery's charge status. The value 10 (Undefined) is not valid in the Common Information Model (CIM) schema because in Desktop Management Interface (DMI) it represents that no battery is installed. In this case, this object should not be instantiated. This property is inherited from CIM_Battery. Enumeration: 'chargingAndCritical': 9, 'undefined': 10, 'chargingAndHigh': 7, 'fullyCharged': 3, 'unknown': 2, 'chargingAndLow': 8, 'other': 1, 'critical': 5, 'partiallyCharged': 11, 'charging': 6, 'low': 4. |
hwpbCapacityMultiplier | 1.3.6.1.4.1.9600.1.21.6.3.1.5 | integer32 | read-only |
Multiplication factor of the DesignCapacity value to ensure that the milliwatt hour value does not overflow for Smart Battery Data Specification (SBDS) implementations. |
hwpbCaption | 1.3.6.1.4.1.9600.1.21.6.3.1.6 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwpbChemistry | 1.3.6.1.4.1.9600.1.21.6.3.1.7 | integer | read-only |
Chemistry of the battery. This property is inherited from CIM_Battery. Enumeration: 'nickelCadmium': 4, 'lithiumPolymer': 8, 'unknown': 2, 'lithiumion': 6, 'leadAcid': 3, 'zincAir': 7, 'nickelMetalHydride': 5, 'other': 1. |
hwpbConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.6.3.1.8 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwpbConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.6.3.1.9 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwpbCreationClassName | 1.3.6.1.4.1.9600.1.21.6.3.1.10 | wtcsdisplaystring | read-only |
Name of the first concrete class that appears in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwpbDescription | 1.3.6.1.4.1.9600.1.21.6.3.1.11 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwpbDesignCapacity | 1.3.6.1.4.1.9600.1.21.6.3.1.12 | gauge32 | read-only |
Design capacity of the battery in milliwatt-hours. If this property is not supported, enter 0 (zero). This property is inherited from CIM_Battery. |
hwpbDesignVoltage | 1.3.6.1.4.1.9600.1.21.6.3.1.13 | gauge32 | read-only |
Design voltage of the battery in Millivolts. If this attribute is not supported, enter 0 (zero). This property is inherited from CIM_Battery. |
hwpbDeviceID | 1.3.6.1.4.1.9600.1.21.6.3.1.14 | wtcsdisplaystring | read-only |
Battery identifier. This property is inherited from CIM_LogicalDevice. Example: 'Internal Battery' |
hwpbErrorCleared | 1.3.6.1.4.1.9600.1.21.6.3.1.15 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwpbErrorDescription | 1.3.6.1.4.1.9600.1.21.6.3.1.16 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwpbEstimatedChargeRemaining | 1.3.6.1.4.1.9600.1.21.6.3.1.17 | integer32 | read-only |
Estimate of the percentage of full charge remaining. This property is inherited from CIM_Battery. |
hwpbEstimatedRunTime | 1.3.6.1.4.1.9600.1.21.6.3.1.18 | gauge32 | read-only |
Estimate in minutes of the time to battery charge depletion under the present load conditions if the utility power is off, or lost and remains off, or a laptop is disconnected from a power source. This property is inherited from CIM_Battery. |
hwpbExpectedBatteryLife | 1.3.6.1.4.1.9600.1.21.6.3.1.19 | gauge32 | read-only |
Amount of time it takes to completely drain the battery after it has been fully charged. This property is inherited from CIM_Battery. Windows 2000: This property is not supported. Windows XP and Windows Server 2003: This property has been removed. |
hwpbExpectedLife | 1.3.6.1.4.1.9600.1.21.6.3.1.20 | gauge32 | read-only |
Battery's expected lifetime in minutes, assuming that the battery is fully charged. This property represents the total expected life of the battery, not its current remaining life, which is indicated by the EstimatedRunTime property. This property is inherited from CIM_Battery. |
hwpbFullChargeCapacity | 1.3.6.1.4.1.9600.1.21.6.3.1.21 | gauge32 | read-only |
Full charge capacity of the battery in milliwatt-hours. Comparison of this value to the DesignCapacity property determines when the battery requires replacement. A battery's end of life is typically when the FullChargeCapacity property falls below 80% of the DesignCapacity property. If this property is not supported, enter 0 (zero). This property is inherited from CIM_Battery. |
hwpbInstallDate | 1.3.6.1.4.1.9600.1.21.6.3.1.22 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwpbLastErrorCode | 1.3.6.1.4.1.9600.1.21.6.3.1.23 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwpbLocation | 1.3.6.1.4.1.9600.1.21.6.3.1.24 | wtcsdisplaystring | read-only |
Physical location of the battery. This property is filled by the computer manufacturer. Example: 'In the back, on the left-hand side' |
hwpbManufactureDate | 1.3.6.1.4.1.9600.1.21.6.3.1.25 | wtcsdisplaystring | read-only |
Date when the battery was manufactured. |
hwpbManufacturer | 1.3.6.1.4.1.9600.1.21.6.3.1.26 | wtcsdisplaystring | read-only |
Manufacturer of the battery. |
hwpbMaxBatteryError | 1.3.6.1.4.1.9600.1.21.6.3.1.27 | integer32 | read-only |
Difference between the highest estimated amount of energy left in the battery and the current amount reported by the battery. |
hwpbMaxRechargeTime | 1.3.6.1.4.1.9600.1.21.6.3.1.28 | gauge32 | read-only |
Maximum time, in minutes, to fully charge the battery. This property represents the time to recharge a fully depleted battery, not the current remaining charge time, which is indicated in the TimeToFullCharge property. This property is inherited from CIM_Battery. |
hwpbName | 1.3.6.1.4.1.9600.1.21.6.3.1.29 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwpbPNPDeviceID | 1.3.6.1.4.1.9600.1.21.6.3.1.30 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwpbPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.6.3.1.31 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Timeset to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwpbPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.6.3.1.32 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwpbSmartBatteryVersion | 1.3.6.1.4.1.9600.1.21.6.3.1.33 | wtcsdisplaystring | read-only |
Smart Battery Data Specification version number supported by this battery. If the battery does not support this function, the value should be left blank. This property is inherited from CIM_Battery. |
hwpbStatus | 1.3.6.1.4.1.9600.1.21.6.3.1.34 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwpbStatusInfo | 1.3.6.1.4.1.9600.1.21.6.3.1.35 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwpbSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.6.3.1.36 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwpbSystemName | 1.3.6.1.4.1.9600.1.21.6.3.1.37 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwpbTimeOnBattery | 1.3.6.1.4.1.9600.1.21.6.3.1.38 | gauge32 | read-only |
Elapsed time in seconds since the computer system's UPS last switched to battery power, or the time since the system or UPS was last restarted, whichever is less. If the battery is online, 0 (zero) is returned. This property is inherited from CIM_Battery. |
hwpbTimeToFullCharge | 1.3.6.1.4.1.9600.1.21.6.3.1.39 | gauge32 | read-only |
Remaining time in minutes to charge the battery fully at the current charge rate and usage. This property is inherited from CIM_Battery. |
win32UninterruptPowerSupplyTable | 1.3.6.1.4.1.9600.1.21.6.4 | no-access |
The Win32_UninterruptiblePowerSupply WMI class represents the capabilities and management capacity of an uninterruptible power supply (UPS). The properties of the UPS device indicate when incoming power is trimmed or boosted, and the aggregated information of the batteries, generators, and so on, that comprise the device. These individual components (for example, multiple batteries) can also be independently modeled and associated with the UPS. |
|
1.3.6.1.4.1.9600.1.21.6.4.1 | no-access |
None |
||
hwupsIndex | 1.3.6.1.4.1.9600.1.21.6.4.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwupsActiveInputVoltage | 1.3.6.1.4.1.9600.1.21.6.4.1.2 | integer | read-only |
Input voltage range currently in use. This property is inherited from CIM_PowerSupply. Enumeration: 'both': 5, 'unknown': 2, 'range2': 4, 'range1': 3, 'other': 1, 'neither': 6. |
hwupsAvailability | 1.3.6.1.4.1.9600.1.21.6.4.1.3 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwupsBatteryInstalled | 1.3.6.1.4.1.9600.1.21.6.4.1.4 | truthvalue | read-only |
If TRUE, a battery is installed on the device. |
hwupsCanTurnOffRemotely | 1.3.6.1.4.1.9600.1.21.6.4.1.5 | truthvalue | read-only |
If TRUE, the power supply can be turned off remotely. |
hwupsCaption | 1.3.6.1.4.1.9600.1.21.6.4.1.6 | wtcsdisplaystring | read-only |
Short description of an object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwupsCommandFile | 1.3.6.1.4.1.9600.1.21.6.4.1.7 | wtcsdisplaystring | read-only |
Name of a command file to execute immediately before shutting down. |
hwupsConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.6.4.1.8 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwupsConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.6.4.1.9 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwupsCreationClassName | 1.3.6.1.4.1.9600.1.21.6.4.1.10 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwupsDescription | 1.3.6.1.4.1.9600.1.21.6.4.1.11 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwupsDeviceID | 1.3.6.1.4.1.9600.1.21.6.4.1.12 | wtcsdisplaystring | read-only |
Unique identifier of this UPS device with other devices on the system. This property is inherited from CIM_LogicalDevice. |
hwupsErrorCleared | 1.3.6.1.4.1.9600.1.21.6.4.1.13 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwupsErrorDescription | 1.3.6.1.4.1.9600.1.21.6.4.1.14 | wtcsdisplaystring | read-only |
Free-form string that supplies more information about the error recorded in LastErrorCode, and information about corrective actions that can be taken. This property is inherited from CIM_LogicalDevice. |
hwupsEstimatedChargeRemaining | 1.3.6.1.4.1.9600.1.21.6.4.1.15 | integer32 | read-only |
Estimate of the percentage of full charge that remains for a UPS that uses battery technology. This property is inherited from CIM_UninterruptiblePowerSupply. |
hwupsEstimatedRunTime | 1.3.6.1.4.1.9600.1.21.6.4.1.16 | gauge32 | read-only |
Estimated time, in minutes, until battery or generator depletion in the present load conditions if the utility power is off or lost and remains off. This property is inherited from CIM_UninterruptiblePowerSupply. |
hwupsFirstMessageDelay | 1.3.6.1.4.1.9600.1.21.6.4.1.17 | gauge32 | read-only |
Length of time between initial power failure and the first message sent to users. If power is restored within the FirstMessageDelay value, no message is sent, but the event is logged. |
hwupsInstallDate | 1.3.6.1.4.1.9600.1.21.6.4.1.18 | dateandtime | read-only |
Date and time the object is installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwupsIsSwitchingSupply | 1.3.6.1.4.1.9600.1.21.6.4.1.19 | truthvalue | read-only |
If TRUE, the power supply is a switching supply as opposed to linear. This property is inherited from CIM_PowerSupply. |
hwupsLastErrorCode | 1.3.6.1.4.1.9600.1.21.6.4.1.20 | gauge32 | read-only |
Last error code the logical device reports. This property is inherited from CIM_LogicalDevice. |
hwupsLowBatterySignal | 1.3.6.1.4.1.9600.1.21.6.4.1.21 | truthvalue | read-only |
If TRUE, the power supply has a low battery signal. |
hwupsMessageInterval | 1.3.6.1.4.1.9600.1.21.6.4.1.22 | gauge32 | read-only |
Length of time between messages sent to users to inform the users of power failure. |
hwupsName | 1.3.6.1.4.1.9600.1.21.6.4.1.23 | wtcsdisplaystring | read-only |
Label for the object. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwupsPNPDeviceID | 1.3.6.1.4.1.9600.1.21.6.4.1.24 | wtcsdisplaystring | read-only |
Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwupsPowerFailSignal | 1.3.6.1.4.1.9600.1.21.6.4.1.25 | truthvalue | read-only |
If TRUE, the power supply has a power failure signal. |
hwupsPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.6.4.1.26 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwupsPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.6.4.1.27 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwupsRange1InputFrequencyHigh | 1.3.6.1.4.1.9600.1.21.6.4.1.28 | gauge32 | read-only |
Frequency, in hertz, at the high end of the power supply input frequency range 1. A value of 0 (zero) indicates DC. This property is inherited from CIM_PowerSupply. |
hwupsRange1InputFrequencyLow | 1.3.6.1.4.1.9600.1.21.6.4.1.29 | gauge32 | read-only |
Frequency, in hertz, at the low end of the power supply input frequency range 1. A value of 0 (zero) indicates DC. This property is inherited from CIM_PowerSupply. |
hwupsRange1InputVoltageHigh | 1.3.6.1.4.1.9600.1.21.6.4.1.30 | gauge32 | read-only |
Voltage level, in millivolts, above which the UPS must compensate by trimming the voltage. A value of 0 (zero)indicates that the voltage at trimming time is 'unknown'. This property is inherited from CIM_PowerSupply. |
hwupsRange1InputVoltageLow | 1.3.6.1.4.1.9600.1.21.6.4.1.31 | gauge32 | read-only |
Voltage level, in millivolts, below which the UPS must compensate by boosting the voltage using its power source. A value of 0 (zero) indicates that the voltage at boosting time is 'unknown'. This property is inherited from CIM_PowerSupply. |
hwupsRange2InputFrequencyHigh | 1.3.6.1.4.1.9600.1.21.6.4.1.32 | gauge32 | read-only |
Frequency, in hertz, at the high end of the power supply input frequency range 2. A value of 0 (zero) indicates DC. This property is inherited from CIM_PowerSupply. |
hwupsRange2InputFrequencyLow | 1.3.6.1.4.1.9600.1.21.6.4.1.33 | gauge32 | read-only |
Frequency, in hertz, at the low end of the power supply input frequency range 2. A value of 0 (zero) indicates DC. This property is inherited from CIM_PowerSupply. |
hwupsRange2InputVoltageHigh | 1.3.6.1.4.1.9600.1.21.6.4.1.34 | gauge32 | read-only |
Voltage level, in millivolts, above which the UPS must compensate by trimming the voltage. A value of 0 (zero)indicates that the voltage at trimming time is 'unknown'. This property is inherited from CIM_PowerSupply. |
hwupsRange2InputVoltageLow | 1.3.6.1.4.1.9600.1.21.6.4.1.35 | gauge32 | read-only |
Voltage level, in millivolts, below which the UPS must compensate by using the power source to boost the voltage. A value of 0 (zero) indicates that the voltage at boosting time is 'unknown'. This property is inherited from CIM_PowerSupply. |
hwupsRemainingCapacityStatus | 1.3.6.1.4.1.9600.1.21.6.4.1.36 | integer | read-only |
Capacity remaining in the UPS' batteries and generator. Normal (2) indicates that the remaining estimated minutes of run-time is greater than the UPS' defined 'low power' state (typically two minutes). Low (3) indicates that the remaining estimated minutes of run-time is less than or equal to the UPS' defined 'low power' state. Depleted (4) indicates that the UPS will be unable to sustain the present load when and if the utility power is lost (including the possibility that the utility power is currently absent). This property is inherited from CIM_UninterruptiblePowerSupply. Enumeration: 'unknown': 1, 'norma': 2, 'low': 3, 'depleted': 4. |
hwupsStatus | 1.3.6.1.4.1.9600.1.21.6.4.1.37 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwupsStatusInfo | 1.3.6.1.4.1.9600.1.21.6.4.1.38 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwupsSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.6.4.1.39 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwupsSystemName | 1.3.6.1.4.1.9600.1.21.6.4.1.40 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwupsTimeOnBackup | 1.3.6.1.4.1.9600.1.21.6.4.1.41 | gauge32 | read-only |
Elapsed time, in seconds, after the UPS last switched to battery power, generator, or the time after the UPS was last restarted, whichever is less. If the UPS is 'on line', 0 (zero) is returned. This property is inherited from CIM_UninterruptiblePowerSupply. |
hwupsTotalOutputPower | 1.3.6.1.4.1.9600.1.21.6.4.1.42 | gauge32 | read-only |
Total output power of the power supply in milliwatts. The value 0 (zero) denotes 'unknown'. This property is inherited from CIM_PowerSupply. |
hwupsTypeOfRangeSwitching | 1.3.6.1.4.1.9600.1.21.6.4.1.43 | integer | read-only |
Type of input voltage range switching implemented in this power supply. This property is inherited from CIM_PowerSupply. Enumeration: 'wideRange': 5, 'unknown': 2, 'manual': 3, 'notApplicable': 6, 'other': 1, 'autoswitch': 4. |
hwupsUPSPort | 1.3.6.1.4.1.9600.1.21.6.4.1.44 | wtcsdisplaystring | read-only |
Name of the serial port to which the UPS is connected. Example: 'COM1:' |
win32VoltageProbeTable | 1.3.6.1.4.1.9600.1.21.6.5 | no-access |
The Win32_VoltageProbe WMI class represents the properties of a voltage sensor (electronic voltmeter). |
|
1.3.6.1.4.1.9600.1.21.6.5.1 | no-access |
None |
||
hwvpIndex | 1.3.6.1.4.1.9600.1.21.6.5.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwvpAccuracy | 1.3.6.1.4.1.9600.1.21.6.5.1.2 | integer32 | read-only |
Accuracy of the sensor for the measured property. The accuracy value is recorded as plus or minus hundredths of a percent. Accuracy, along with resolution and tolerance, is used to calculate the actual value of the measured physical property. The accuracy may vary and depends on whether or not the device is linear in its dynamic range. This property is inherited from CIM_NumericSensor. |
hwvpAvailability | 1.3.6.1.4.1.9600.1.21.6.5.1.3 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwvpCaption | 1.3.6.1.4.1.9600.1.21.6.5.1.4 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwvpConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.6.5.1.5 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwvpConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.6.5.1.6 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwvpCreationClassName | 1.3.6.1.4.1.9600.1.21.6.5.1.7 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwvpCurrentReading | 1.3.6.1.4.1.9600.1.21.6.5.1.8 | integer32 | read-only |
Current value indicated by the sensor. This property is inherited from CIM_NumericSensor. |
hwvpDescription | 1.3.6.1.4.1.9600.1.21.6.5.1.9 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwvpDeviceID | 1.3.6.1.4.1.9600.1.21.6.5.1.10 | wtcsdisplaystring | read-only |
Unique identifier of the voltage probe. This property is inherited from CIM_LogicalDevice. |
hwvpErrorCleared | 1.3.6.1.4.1.9600.1.21.6.5.1.11 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwvpErrorDescription | 1.3.6.1.4.1.9600.1.21.6.5.1.12 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information about any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwvpInstallDate | 1.3.6.1.4.1.9600.1.21.6.5.1.13 | dateandtime | read-only |
Date and time the object is installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwvpIsLinear | 1.3.6.1.4.1.9600.1.21.6.5.1.14 | truthvalue | read-only |
If TRUE, the sensor is linear over its dynamic range. This property is inherited from CIM_NumericSensor. |
hwvpLastErrorCode | 1.3.6.1.4.1.9600.1.21.6.5.1.15 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwvpLowerThresholdCritical | 1.3.6.1.4.1.9600.1.21.6.5.1.16 | integer32 | read-only |
Sensor threshold values specify the ranges (minimum and maximum values) to determine if the sensor is operating under normal, non-critical, critical, or fatal conditions. If CurrentReading is between LowerThresholdCritical and LowerThresholdFatal, the current state is critical. This property is inherited from CIM_NumericSensor. |
hwvpLowerThresholdFatal | 1.3.6.1.4.1.9600.1.21.6.5.1.17 | integer32 | read-only |
Sensor threshold values specify the ranges (minimum and maximum values) to determine if the sensor is operating under normal, non-critical, critical, or fatal conditions. If CurrentReading is below LowerThresholdFatal, the current state is fatal. This property is inherited from CIM_NumericSensor. |
hwvpLowerThresholdNonCritical | 1.3.6.1.4.1.9600.1.21.6.5.1.18 | integer32 | read-only |
Sensor threshold values specify the ranges (minimum and maximum values) to determine if the sensor is operating under normal, non-critical, critical, or fatal conditions. If CurrentReading is between LowerThresholdNonCritical and UpperThresholdNonCritical, the sensor is reporting a normal value. If CurrentReading is between LowerThresholdNonCritical and LowerThresholdCritical, the current state is non-critical. This property is inherited from CIM_NumericSensor. |
hwvpMaxReadable | 1.3.6.1.4.1.9600.1.21.6.5.1.19 | integer32 | read-only |
Largest value of the measured property that the numeric sensor can read. This property is inherited from CIM_NumericSensor. |
hwvpMinReadable | 1.3.6.1.4.1.9600.1.21.6.5.1.20 | integer32 | read-only |
Smallest value of the measured property that the numeric sensor can read. This property is inherited from CIM_NumericSensor. |
hwvpName | 1.3.6.1.4.1.9600.1.21.6.5.1.21 | wtcsdisplaystring | read-only |
Label for an object. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwvpNominalReading | 1.3.6.1.4.1.9600.1.21.6.5.1.22 | integer32 | read-only |
Normal or expected value for the numeric sensor. This property is inherited from CIM_NumericSensor. |
hwvpNormalMax | 1.3.6.1.4.1.9600.1.21.6.5.1.23 | integer32 | read-only |
Normal or expected value for the numeric sensor. This property is inherited from CIM_NumericSensor. |
hwvpNormalMin | 1.3.6.1.4.1.9600.1.21.6.5.1.24 | integer32 | read-only |
Guidance for the user to indicate the normal minimum range for the numeric sensor. This property is inherited from CIM_NumericSensor. |
hwvpPNPDeviceID | 1.3.6.1.4.1.9600.1.21.6.5.1.25 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwvpPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.6.5.1.26 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwvpPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.6.5.1.27 | truthvalue | read-only |
If TRUE, the device can be power-managed, which means that it can be put into suspend mode, and so on. The property does not indicate that power management features are currently enabled, but it does indicate that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwvpResolution | 1.3.6.1.4.1.9600.1.21.6.5.1.28 | gauge32 | read-only |
Ability of the sensor to resolve differences in the measured property. This value may vary and depends on whether the device is linear in its dynamic range. This property is inherited from CIM_NumericSensor. |
hwvpStatus | 1.3.6.1.4.1.9600.1.21.6.5.1.29 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwvpStatusInfo | 1.3.6.1.4.1.9600.1.21.6.5.1.30 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwvpSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.6.5.1.31 | wtcsdisplaystring | read-only |
Value for the CreationClassName property of the scoping computer. This property is inherited from CIM_LogicalDevice. |
hwvpSystemName | 1.3.6.1.4.1.9600.1.21.6.5.1.32 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwvpTolerance | 1.3.6.1.4.1.9600.1.21.6.5.1.33 | integer32 | read-only |
Tolerance of the sensor for the measured property. Tolerance, along with resolution and accuracy, is used to calculate the actual value of the measured physical property. Tolerance may vary, and depends on whether the device is linear in its dynamic range. This property is inherited from CIM_NumericSensor. |
hwvpUpperThresholdCritical | 1.3.6.1.4.1.9600.1.21.6.5.1.34 | integer32 | read-only |
Sensor threshold values specify the ranges (minimum and maximum values) to determine whether the sensor is operating under normal, non-critical, critical, or fatal conditions. If CurrentReading is between UpperThresholdCritical and UpperThresholdFatal, the current state is critical. This property is inherited from CIM_NumericSensor. |
hwvpUpperThresholdFatal | 1.3.6.1.4.1.9600.1.21.6.5.1.35 | integer32 | read-only |
Sensor threshold values specify the ranges (minimum and maximum values) to determine whether the sensor is operating under normal, non-critical, critical, or fatal conditions. If CurrentReading is above UpperThresholdFatal, the current state is fatal. This property is inherited from CIM_NumericSensor. |
hwvpUpperThresholdNonCritical | 1.3.6.1.4.1.9600.1.21.6.5.1.36 | integer32 | read-only |
Sensor threshold values specify the ranges (minimum and maximum values) to determine whether the sensor is operating under normal, non-critical, critical, or fatal conditions. If CurrentReading is between LowerThresholdNonCriticaland UpperThresholdNonCritical, the sensor is reporting a normal value. If CurrentReading is between UpperThresholdNonCritical and UpperThresholdCritical, the current state is non-critical. This property is inherited from CIM_NumericSensor. |
wmiPrinting | 1.3.6.1.4.1.9600.1.21.7 |
The Printing subcategory groups classes that represent printers, printer configurations, and print jobs. |
||
win32PrinterTable | 1.3.6.1.4.1.9600.1.21.7.1 | no-access |
The Win32_Printer WMI class represents a device connected to a Windows computer system that can reproduce a visual image on paper or other medium. |
|
1.3.6.1.4.1.9600.1.21.7.1.1 | no-access |
None |
||
hwprIndex | 1.3.6.1.4.1.9600.1.21.7.1.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwprAttributes | 1.3.6.1.4.1.9600.1.21.7.1.1.2 | gauge32 | read-only |
Attributes of a Windows printing device represented by a combination of flags. Value used to set the bit Meaning 0x1 Print jobs are buffered and queued. 0x2 Document to be sent directly to the printer. This value is used if print jobs are not being queued correctly. 0x4 Default printer on a computer. 0x8 Available as a shared network resource. 0x10 Attached to a network. If both Local and Network bits are set, this indicates a network printer. 0x20 Hidden from some users on the network. 0x40 Directly connected to a computer. If both Local and Network bits are set, this indicates a network printer. 0x80 Enable the queue on the printer if available. 0x100 Spooler should not delete documents after they are printed. 0x200 Start jobs that are finished spooling first. 0x400 Queue print jobs when a printer is not available. 0x800 Enable bi-directional printing. 0x1000 Allow only raw data type jobs to be spooled. 0x2000 Published in the network directory service. |
hwprAvailability | 1.3.6.1.4.1.9600.1.21.7.1.1.3 | integer | read-only |
Availability and status of a device. Power Save - Unknown indicates that the device is in a power save mode, but the exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but can be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, and a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'runningOrFullPower': 3, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwprAvailableJobSheets | 1.3.6.1.4.1.9600.1.21.7.1.1.4 | wtcsdisplaystring | read-only |
Array of all the job sheets available on a printer. Can also be used to describe the banner that a printer might provide at the beginning of each job, or other user-specified options. This property is inherited from CIM_Printer. This property is new for Windows XP. |
hwprAveragePagesPerMinute | 1.3.6.1.4.1.9600.1.21.7.1.1.5 | gauge32 | read-only |
Printing rate that a printer can produce output the average number of pages per minute. |
hwprCapabilities | 1.3.6.1.4.1.9600.1.21.7.1.1.6 | wtcsdisplaystring | read-only |
Array of printer capabilities. This property is inherited from CIM_Printer. Value Meaning 0 Unknown 1 Other 2 Color Printing 3 Duplex Printing 4 Copies 5 Collation 6 Stapling 7 Transparency Printing 8 Punch 9 Cover 10 Bind 11 Black and White Printing 12 One Sided 13 Two Sided Long Edge 14 Two Sided Short Edge 15 Portrait 16 Landscape 17 Reverse Portrait 18 Reverse Landscape 19 Quality High 20 Quality Normal 21 Quality Low |
hwprCapabilityDescriptions | 1.3.6.1.4.1.9600.1.21.7.1.1.7 | wtcsdisplaystring | read-only |
Array of free-form strings that provide detailed explanations for the printer features indicated in the Capabilities array. Each entry of this array is related to an entry in the Capabilities array that is located in the same index. This property is inherited from CIM_Printer. |
hwprCaption | 1.3.6.1.4.1.9600.1.21.7.1.1.8 | wtcsdisplaystring | read-only |
Short description of an object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwprCharSetsSupported | 1.3.6.1.4.1.9600.1.21.7.1.1.9 | wtcsdisplaystring | read-only |
Array of available character sets for output. Strings provided in this property must conform to the semantics and syntax specified by section 4.1.2 ('Charset parameters') in RFC 2046 (MIME Part 2) and contained in the IANA character-set registry. Examples include utf-8, us-ascii and iso-8859-1. This property is inherited from CIM_Printer. This property is new for Windows XP. |
hwprComment | 1.3.6.1.4.1.9600.1.21.7.1.1.10 | wtcsdisplaystring | read-only |
Comment for a print queue. This property is new for Windows XP. Example: Color printer |
hwprConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.7.1.1.11 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwprConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.7.1.1.12 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwprCreationClassName | 1.3.6.1.4.1.9600.1.21.7.1.1.13 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used to create an instance. When used with other key properties of the class, the property allows all instances of this class and its subclasses to be identified uniquely. This property is inherited from CIM_LogicalDevice. |
hwprCurrentCapabilities | 1.3.6.1.4.1.9600.1.21.7.1.1.14 | wtcsdisplaystring | read-only |
Array of printer finishings and other capabilities that are being used currently. An entry in this property must also be listed in the Capabilities array. This property is inherited from CIM_Printer. This property is new for Windows XP. Value Meaning 0 Unknown 1 Other 2 Color Printing 3 Duplex Printing 4 Copies 5 Collation 6 Stapling 7 Transparency Printing 8 Punch 9 Cover 10 Bind 11 Black and White Printing 12 One Sided 13 Two Sided Long Edge 14 Two Sided Short Edge 15 Portrait 16 Landscape 17 Reverse Portrait 18 Reverse Landscape 19 Quality High 20 Quality Normal 21 Quality Low |
hwprCurrentCharSet | 1.3.6.1.4.1.9600.1.21.7.1.1.15 | wtcsdisplaystring | read-only |
The character set currently being used for output. Strings provided in this property must conform to the semantics and syntax specified by section 4.1.2 ('Charset parameters') in RFC 2046 (MIME Part 2) and contained in the IANA character-set registry. Examples include utf-8, us-ascii and iso-8859-1. This property is inherited from CIM_Printer. This property is new for Windows XP. |
hwprCurrentLanguage | 1.3.6.1.4.1.9600.1.21.7.1.1.16 | integer | read-only |
Windows Server 2003 and Windows XP: Printer language currently being used. The language being used must be listed in the LanguagesSupported property. This property is inherited from CIM_Printer. This property is new for Windows XP. Enumeration: 'codeV': 23, 'iso6429': 14, 'pds': 21, 'simpleText': 31, 'lips': 40, 'hpgl': 4, 'xes': 46, 'dscdse': 24, 'lcds': 45, 'scs': 18, 'ps': 6, 'decPPL': 30, 'escapeP': 10, 'igp': 22, 'caPSL': 43, 'unknown': 2, 'imPress': 34, 'pages': 39, 'ddif': 12, 'other': 1, 'pcl': 3, 'interpress': 13, 'ipds': 8, 'nec201PL': 37, 'pjl': 5, 'ccitt': 27, 'epson': 11, 'quic': 28, 'dodca': 16, 'cpap': 29, 'tiff': 41, 'regis': 17, 'psprinter': 7, 'mime': 47, 'npap': 32, 'excl': 44, 'wps': 25, 'ln03': 26, 'pinwriter': 35, 'lineData': 15, 'doc': 33, 'tek4014': 20, 'diagnostic': 42, 'spdl': 19, 'npdl': 36, 'ppds': 9, 'automatic': 38. |
hwprCurrentMimeType | 1.3.6.1.4.1.9600.1.21.7.1.1.17 | wtcsdisplaystring | read-only |
MIME type currently being used if the CurrentLanguage is a MIME type (value = 47). This property is inherited from CIM_Printer. This property is new for Windows XP. |
hwprCurrentNaturalLanguage | 1.3.6.1.4.1.9600.1.21.7.1.1.18 | wtcsdisplaystring | read-only |
Language that the printer is using for management currently. The language listed here must also be listed in the NaturalLanguagesSupported property. This property is inherited from CIM_Printer. This property is new for Windows XP. |
hwprCurrentPaperType | 1.3.6.1.4.1.9600.1.21.7.1.1.19 | wtcsdisplaystring | read-only |
Type of paper the printer is using. Must be expressed in the form specified by the ISO/IEC 10175 Document Printing Application (DPA), which is summarized in Appendix C of RFC 1759 (Printer MIB). This property is inherited from CIM_Printer. This property is new for Windows XP. |
hwprDefault | 1.3.6.1.4.1.9600.1.21.7.1.1.20 | truthvalue | read-only |
If TRUE, the printer is the default printer on the computer. This property is new for Windows XP. |
hwprDefaultCapabilities | 1.3.6.1.4.1.9600.1.21.7.1.1.21 | wtcsdisplaystring | read-only |
Array of the finishings and other printer capabilities that are used by default. Each entry in the DefaultCapabilities array must also be listed in the Capabilities array. This property is inherited from CIM_Printer. This property is new for Windows XP. Value Meaning 0 Unknown 1 Other 2 Color Printing 3 Duplex Printing 4 Copies 5 Collation 6 Stapling 7 Transparency Printing 8 Punch 9 Cover 10 Bind 11 Black and White Printing 12 One Sided 13 Two Sided Long Edge 14 Two Sided Short Edge 15 Portrait 16 Landscape 17 Reverse Portrait 18 Reverse Landscape 19 Quality High 20 Quality Normal 21 Quality Low |
hwprDefaultCopies | 1.3.6.1.4.1.9600.1.21.7.1.1.22 | gauge32 | read-only |
Number of copies that are produced for one job unless otherwise specified. This property is inherited from CIM_Printer. This property is new for Windows XP. |
hwprDefaultLanguage | 1.3.6.1.4.1.9600.1.21.7.1.1.23 | integer | read-only |
Windows Server 2003 and Windows XP: Default printer language. The language listed here must also be listed in the LanguagesSupported property. This property is inherited from CIM_Printer. Enumeration: 'codeV': 23, 'iso6429': 14, 'pds': 21, 'simpleText': 31, 'lips': 40, 'hpgl': 4, 'xes': 46, 'dscdse': 24, 'lcds': 45, 'scs': 18, 'ps': 6, 'decPPL': 30, 'escapeP': 10, 'igp': 22, 'caPSL': 43, 'unknown': 2, 'imPress': 34, 'pages': 39, 'ddif': 12, 'other': 1, 'pcl': 3, 'interpress': 13, 'ipds': 8, 'nec201PL': 37, 'pjl': 5, 'ccitt': 27, 'epson': 11, 'quic': 28, 'dodca': 16, 'cpap': 29, 'tiff': 41, 'regis': 17, 'psprinter': 7, 'mime': 47, 'npap': 32, 'excl': 44, 'wps': 25, 'ln03': 26, 'pinwriter': 35, 'lineData': 15, 'doc': 33, 'tek4014': 20, 'diagnostic': 42, 'spdl': 19, 'npdl': 36, 'ppds': 9, 'automatic': 38. |
hwprDefaultMimeType | 1.3.6.1.4.1.9600.1.21.7.1.1.24 | wtcsdisplaystring | read-only |
Windows Server 2003 and Windows XP: MIME type currently being used, if the DefaultLanguage value is a MIME type (value = 47). This property is inherited from CIM_Printer. |
hwprDefaultNumberUp | 1.3.6.1.4.1.9600.1.21.7.1.1.25 | gauge32 | read-only |
Windows Server 2003 and Windows XP: Number of print-stream pages that the printer renders on one media sheet unless a job specifies otherwise. This property is inherited from CIM_Printer. |
hwprDefaultPaperType | 1.3.6.1.4.1.9600.1.21.7.1.1.26 | wtcsdisplaystring | read-only |
Windows Server 2003 and Windows XP: Paper type that the printer uses unless a print job specifies a different paper type. The string must be expressed in the form specified by ISO/IEC 1017 Document Printing Application (DPA), which is summarized in Appendix C of RFC 1759 (Printer MIB). This property is inherited from CIM_Printer. |
hwprDefaultPriority | 1.3.6.1.4.1.9600.1.21.7.1.1.27 | gauge32 | read-only |
Default priority value assigned to each print job. |
hwprDescription | 1.3.6.1.4.1.9600.1.21.7.1.1.28 | wtcsdisplaystring | read-only |
Description of an object. This property is inherited from CIM_ManagedSystemElement. |
hwprDetectedErrorState | 1.3.6.1.4.1.9600.1.21.7.1.1.29 | integer | read-only |
Printer error information. This property is inherited from CIM_Printer. Enumeration: 'lowToner': 6, 'outputBinFull': 12, 'unknown': 1, 'noPaper': 5, 'serviceRequested': 11, 'doorOpen': 8, 'noError': 3, 'other': 2, 'lowPaper': 4, 'jammed': 9, 'offline': 10, 'noToner': 7. |
hwprDeviceID | 1.3.6.1.4.1.9600.1.21.7.1.1.30 | wtcsdisplaystring | read-only |
Unique identifier of the printer on a system. This property is inherited from CIM_LogicalDevice. |
hwprDirect | 1.3.6.1.4.1.9600.1.21.7.1.1.31 | truthvalue | read-only |
Windows Server 2003 and Windows XP: If TRUE, the print job is sent directly to the printer. If FALSE, the print job is spooled. |
hwprDoCompleteFirst | 1.3.6.1.4.1.9600.1.21.7.1.1.32 | truthvalue | read-only |
Windows Server 2003 and Windows XP: If TRUE, the printer starts jobs that are finished spooling. If FALSE, the printer starts jobs in the order that the jobs are received. |
hwprDriverName | 1.3.6.1.4.1.9600.1.21.7.1.1.33 | wtcsdisplaystring | read-only |
Name of the Windows printer driver. Example: Windows NT Fax Driver |
hwprEnableBIDI | 1.3.6.1.4.1.9600.1.21.7.1.1.34 | truthvalue | read-only |
Windows Server 2003 and Windows XP: If TRUE, the printer can print bi-directionally. |
hwprEnableDevQueryPrint | 1.3.6.1.4.1.9600.1.21.7.1.1.35 | truthvalue | read-only |
Windows Server 2003 and Windows XP: If TRUE, the printer holds documents in the queue if document and printer setups do not match. |
hwprErrorCleared | 1.3.6.1.4.1.9600.1.21.7.1.1.36 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode has been cleared. This property is inherited from CIM_LogicalDevice. |
hwprErrorDescription | 1.3.6.1.4.1.9600.1.21.7.1.1.37 | wtcsdisplaystring | read-only |
Information about the error recorded in LastErrorCode, and information about corrective actions that can be taken. This property is inherited from CIM_LogicalDevice. |
hwprErrorInformation | 1.3.6.1.4.1.9600.1.21.7.1.1.38 | wtcsdisplaystring | read-only |
Windows Server 2003 and Windows XP: Array of supplemental information for the current error state indicated in DetectedErrorState. This property is inherited from CIM_Printer. |
hwprExtendedDetectedErrorState | 1.3.6.1.4.1.9600.1.21.7.1.1.39 | integer | read-only |
Windows Server 2003 and Windows XP: Reports standard error information. Additional information should be recorded in DetectedErrorState. Enumeration: 'lowToner': 5, 'cannotPrintPage': 12, 'serverUnknown': 15, 'userInterventionRequired': 13, 'paperProblem': 11, 'outputBinFull': 10, 'unknown': 0, 'outOfMemory': 14, 'noPaper': 4, 'serviceRequested': 9, 'doorOpen': 7, 'noError': 2, 'other': 1, 'lowPaper': 3, 'jammed': 8, 'noToner': 6. |
hwprExtendedPrinterStatus | 1.3.6.1.4.1.9600.1.21.7.1.1.40 | integer | read-only |
Windows Server 2003 and Windows XP: Status information for a printer that is different from information specified in the Availability property. Enumeration: 'busy': 10, 'iOActive': 17, 'stoppedPrinting': 6, 'warmup': 5, 'manualFeed': 18, 'unknown': 2, 'initialization': 14, 'processing': 13, 'waiting': 12, 'powerSave': 15, 'paused': 8, 'pendingDeletion': 16, 'idle': 3, 'printing': 4, 'error': 9, 'notAvailable': 11, 'offline': 7, 'other': 1. |
hwprHidden | 1.3.6.1.4.1.9600.1.21.7.1.1.41 | truthvalue | read-only |
Windows Server 2003 and Windows XP: If TRUE, the printer is hidden from network users. |
hwprHorizontalResolution | 1.3.6.1.4.1.9600.1.21.7.1.1.42 | gauge32 | read-only |
Horizontal resolution of the printer in pixels per inch. This property is inherited from CIM_Printer. |
hwprInstallDate | 1.3.6.1.4.1.9600.1.21.7.1.1.43 | dateandtime | read-only |
Date and time an object was installed. The object may be installed without a value being written to this property. This property is inherited from CIM_ManagedSystemElement. |
hwprJobCountSinceLastReset | 1.3.6.1.4.1.9600.1.21.7.1.1.44 | gauge32 | read-only |
Number of print jobs since the printer was last reset. This property is inherited from CIM_Printer. |
hwprKeepPrintedJobs | 1.3.6.1.4.1.9600.1.21.7.1.1.45 | truthvalue | read-only |
Windows Server 2003 and Windows XP: If TRUE, the print spooler does not delete the completed jobs. |
hwprLanguagesSupported | 1.3.6.1.4.1.9600.1.21.7.1.1.46 | wtcsdisplaystring | read-only |
Array of the print languages natively supported. This property is inherited from CIM_Printer. Value Meaning 1 Other 2 Unknown 3 PCL 4 HPGL 5 PJL 6 PS 7 PSPrinter 8 IPDS 9 PPDS 10 EscapeP 11 Epson 12 DDIF 13 Interpress 14 ISO6429 15 LineData 16 DODCA 17 REGIS 18 SCS 19 SPDL 20 TEK4014 21 PDS 22 IGP 23 CodeV 24 DSCDSE 25 WPS 26 LN03 27 CCITT 28 QUIC 29 CPAP 30 DecPPL 31 SimpleText 32 NPAP 33 DOC 34 imPress 35 Pinwriter 36 NPDL 37 NEC201PL 38 Automatic 39 Pages 40 LIPS 41 TIFF 42 Diagnostic 43 CaPSL 44 EXCL 45 LCDS 46 XES 47 MIME |
hwprLastErrorCode | 1.3.6.1.4.1.9600.1.21.7.1.1.47 | gauge32 | read-only |
Last error code that the logical device reports. This property is inherited from CIM_LogicalDevice. |
hwprLocal | 1.3.6.1.4.1.9600.1.21.7.1.1.48 | truthvalue | read-only |
Windows Server 2003 and Windows XP: If TRUE, the printer is not attached to a network. If both the Local and Network properties are set to TRUE, then the printer is a network printer. |
hwprLocation | 1.3.6.1.4.1.9600.1.21.7.1.1.49 | wtcsdisplaystring | read-only |
Physical location of the printer. Example: Bldg. 38, Room 1164 |
hwprMarkingTechnology | 1.3.6.1.4.1.9600.1.21.7.1.1.50 | integer | read-only |
Windows Server 2003 and Windows XP: Marking technology that the printer uses. This property is inherited from CIM_Printer. Enumeration: 'electroerosion': 20, 'photographicImagesetter': 23, 'electrostatic': 21, 'photographicMicrofiche': 22, 'ionDeposition': 25, 'unknown': 2, 'electrophotographicOther': 5, 'impactOther': 11, 'pen': 15, 'other': 1, 'typesetter': 27, 'eBeam': 26, 'inkjetOther': 14, 'inkjetSolid': 13, 'thermalTransfer': 16, 'thermalOther': 19, 'electrophotographicLaser': 4, 'photographicOther': 24, 'impactMovingHeadFullyFormed': 9, 'impactBand': 10, 'thermalDiffusion': 18, 'impactMovingHeadDotMatrix9pin': 6, 'electrophotographicLED': 3, 'impactMovingHeadDotMatrixOther': 8, 'inkjetAqueous': 12, 'impactMovingHeadDotMatrix24pin': 7, 'thermalSensitive': 17. |
hwprMaxCopies | 1.3.6.1.4.1.9600.1.21.7.1.1.51 | gauge32 | read-only |
Windows Server 2003 and Windows XP: Maximum number of copies the printer can produce for one job. This property is inherited from CIM_Printer. |
hwprMaxNumberUp | 1.3.6.1.4.1.9600.1.21.7.1.1.52 | gauge32 | read-only |
Windows Server 2003 and Windows XP: Maximum number of print-stream pages the printer can render on one media sheet such as paper. This property is inherited from CIM_Printer. |
hwprMaxSizeSupported | 1.3.6.1.4.1.9600.1.21.7.1.1.53 | gauge32 | read-only |
Windows Server 2003 and Windows XP: Largest job as a byte steam that the printer can accept in kilobytes. A value of 0 (zero) indicates that no limit is set. This property is inherited from CIM_Printer. |
hwprMimeTypesSupported | 1.3.6.1.4.1.9600.1.21.7.1.1.54 | wtcsdisplaystring | read-only |
Windows Server 2003 and Windows XP: Array of detailed MIME type explanations that the printer supports. If data is provided, then the value 47 ('MIME') must be included in the LanguagesSupported property. This property is inherited from CIM_Printer. |
hwprName | 1.3.6.1.4.1.9600.1.21.7.1.1.55 | wtcsdisplaystring | read-only |
Label for an object. When inherited by a subclass, the property can be overridden to be a key property. |
hwprNaturalLanguagesSupported | 1.3.6.1.4.1.9600.1.21.7.1.1.56 | wtcsdisplaystring | read-only |
Windows XP and Windows Server 2003: Array of languages supported for strings that the printer uses for output of management information. Must conform to RFC 1766. For example, 'en' is used for English. This property is inherited from CIM_Printer. |
hwprNetwork | 1.3.6.1.4.1.9600.1.21.7.1.1.57 | truthvalue | read-only |
Windows XP and Windows Server 2003: If TRUE, the printer is a network printer. If both the Local and Network properties are set to TRUE, then the printer is a network printer. |
hwprPaperSizesSupported | 1.3.6.1.4.1.9600.1.21.7.1.1.58 | wtcsdisplaystring | read-only |
Array of the paper types that the printer supports. This property is inherited from CIM_Printer. Value Meaning 0 Unknown 1 Other 2 A 3 B 4 C 5 D 6 E 7 Letter 8 Legal 9 NA-10x13-Envelope 10 NA-9x12-Envelope 11 NA-Number-10-Envelope 12 NA-7x9-Envelope 13 NA-9x11-Envelope 14 NA-10x14-Envelope 15 NA-Number-9-Envelope 16 NA-6x9-Envelope 17 NA-10x15-Envelope 18 A0 19 A1 20 A2 21 A3 22 A4 23 A5 24 A6 25 A7 26 A8 27 A9A10 28 B0 29 B1 30 B2 31 B3 32 B4 33 B5 34 B6 35 B7 36 B8 37 B9 38 B10 39 C0 40 C1 41 C2 42 C3 43 C4 44 C5 45 C6 46 C7 47 C8 48 ISO-Designated 49 JIS B0 50 JIS B1 51 JIS B2 52 JIS B3 53 JIS B4 54 JIS B5 55 JIS B6 56 JIS B7 57 JIS B8 58 JIS B9 59 JIS B10 |
hwprPaperTypesAvailable | 1.3.6.1.4.1.9600.1.21.7.1.1.59 | wtcsdisplaystring | read-only |
Windows XP and Windows Server 2003: Array of paper types that are currently available currently on the printer. Each string must be expressed in the format specified by ISO/IEC 10175 Document Printing Application (DPA), which is summarized in Appendix C of RFC 1759 (Printer MIB). Any paper size identified in this property must also appear in the PaperSizesSupported property. This property is inherited from CIM_Printer. Example: iso-a4-colored |
hwprParameters | 1.3.6.1.4.1.9600.1.21.7.1.1.60 | wtcsdisplaystring | read-only |
Windows XP and Windows Server 2003: Optional parameters for the print processor. Example: Copies=2 |
hwprPNPDeviceID | 1.3.6.1.4.1.9600.1.21.7.1.1.61 | wtcsdisplaystring | read-only |
Windows plug and play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: *PNP030b |
hwprPortName | 1.3.6.1.4.1.9600.1.21.7.1.1.62 | wtcsdisplaystring | read-only |
Port that is used to transmit data to a printer. If a printer is connected to more than one port, the names of each port are separated by commas. Under Windows 95, only one port can be specified. Example: LPT1:, LPT2:, LPT3: |
hwprPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.7.1.1.63 | wtcsdisplaystring | read-only |
Specific power capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled, but the exact setting is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5. Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 and Time set to a specific date and time, or interval to power ON. This property is inherited from CIM_UnitaryComputerSystem. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwprPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.7.1.1.64 | truthvalue | read-only |
If TRUE, the power of the device can be managed, which means that it can be put into suspend mode, and so on. The property does not indicate that power management features are enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwprPrinterPaperNames | 1.3.6.1.4.1.9600.1.21.7.1.1.65 | wtcsdisplaystring | read-only |
Array of paper sizes supported by the printer. The printer-specified names are used to represent supported paper sizes. Example: B5 (JIS) |
hwprPrinterState | 1.3.6.1.4.1.9600.1.21.7.1.1.66 | integer | read-only |
One of the possible states relating to this printer. This property is obsolete. In place of this property, use PrinterStatus. Enumeration: 'userInterventionRequired': 21, 'ioActive': 9, 'paused': 1, 'notAvailable': 13, 'pagePunt': 20, 'noToner': 19, 'warmingUp': 17, 'paperProblem': 7, 'doorOpen': 23, 'waiting': 14, 'offline': 8, 'initialization': 16, 'paperOut': 5, 'processing': 15, 'paperJam': 4, 'busy': 10, 'pendingDeletion': 3, 'tonerLow': 18, 'powerSave': 25, 'outOfMemory': 22, 'serverUnknown': 24, 'manualFeed': 6, 'outputBinFull': 12, 'printing': 11, 'error': 2. |
hwprPrinterStatus | 1.3.6.1.4.1.9600.1.21.7.1.1.67 | integer | read-only |
Status information for a printer that is different from information specified in the logical device Availability property. This property is inherited from CIM_Printer. Enumeration: 'stoppedPrinting': 6, 'warmup': 5, 'unknown': 2, 'idle': 3, 'printing': 4, 'offline': 7, 'other': 1. |
hwprPrintJobDataType | 1.3.6.1.4.1.9600.1.21.7.1.1.68 | wtcsdisplaystring | read-only |
Data type of a print job waiting for the Windows printing device. |
hwprPrintProcessor | 1.3.6.1.4.1.9600.1.21.7.1.1.69 | wtcsdisplaystring | read-only |
Name of the print spooler that handles print jobs. Example: SPOOLSS.DLL |
hwprPriority | 1.3.6.1.4.1.9600.1.21.7.1.1.70 | gauge32 | read-only |
Windows XP and Windows Server 2003: Priority of the printer. Jobs on a higher priority printer are scheduled first. |
hwprPublished | 1.3.6.1.4.1.9600.1.21.7.1.1.71 | truthvalue | read-only |
Windows XP and Windows Server 2003: If TRUE, the printer is published in the network directory service. |
hwprQueued | 1.3.6.1.4.1.9600.1.21.7.1.1.72 | truthvalue | read-only |
Windows XP and Windows Server 2003: If TRUE, the printer buffers and queues print jobs. |
hwprRawOnly | 1.3.6.1.4.1.9600.1.21.7.1.1.73 | truthvalue | read-only |
Windows XP and Windows Server 2003: If TRUE, the printer accepts only raw data to be spooled. |
hwprSeparatorFile | 1.3.6.1.4.1.9600.1.21.7.1.1.74 | wtcsdisplaystring | read-only |
Name of the file used to create a separator page. This page is used to separate print jobs sent to the printer. |
hwprServerName | 1.3.6.1.4.1.9600.1.21.7.1.1.75 | wtcsdisplaystring | read-only |
Name of the server that controls the printer. If this string is NULL, the printer is controlled locally. |
hwprShared | 1.3.6.1.4.1.9600.1.21.7.1.1.76 | truthvalue | read-only |
Windows XP and Windows Server 2003: If TRUE, the printer is available as a shared network resource. |
hwprShareName | 1.3.6.1.4.1.9600.1.21.7.1.1.77 | wtcsdisplaystring | read-only |
Share name of the Windows printing device. Example: \\PRINTSERVER1\PRINTER2 |
hwprSpoolEnabled | 1.3.6.1.4.1.9600.1.21.7.1.1.78 | truthvalue | read-only |
This property is obsolete; do not use. If TRUE, spooling is enabled for printer. |
hwprStartTime | 1.3.6.1.4.1.9600.1.21.7.1.1.79 | dateandtime | read-only |
Date and time that a printer can start to print a job if the printer is limited to print at specific times. This value is expressed as the time elapsed since 12:00 AM GMT (Greenwich mean time). |
hwprStatus | 1.3.6.1.4.1.9600.1.21.7.1.1.80 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror- resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwprStatusInfo | 1.3.6.1.4.1.9600.1.21.7.1.1.81 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwprSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.7.1.1.82 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwprSystemName | 1.3.6.1.4.1.9600.1.21.7.1.1.83 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwprTimeOfLastReset | 1.3.6.1.4.1.9600.1.21.7.1.1.84 | dateandtime | read-only |
Date and time the printer was last reset. This property is inherited from CIM_Printer. |
hwprUntilTime | 1.3.6.1.4.1.9600.1.21.7.1.1.85 | dateandtime | read-only |
Date and time that a printer can print the last job if the printer is limited to print at specific times. This value is expressed as the time elapsed since 12:00 AM GMT (Greenwich mean time). |
hwprVerticalResolution | 1.3.6.1.4.1.9600.1.21.7.1.1.86 | gauge32 | read-only |
Vertical resolution of the printer in pixels per inch. This property is inherited from CIM_Printer. |
hwprWorkOffline | 1.3.6.1.4.1.9600.1.21.7.1.1.87 | truthvalue | read-only |
Windows XP and Windows Server 2003: If TRUE, you can queue print jobs on the computer when the printer is offline. |
win32PrinterConfigurationTable | 1.3.6.1.4.1.9600.1.21.7.2 | no-access |
The Win32_PrinterConfiguration WMI class defines the configuration for a printer device. This includes capabilities such as resolution, color, fonts, and orientation. |
|
1.3.6.1.4.1.9600.1.21.7.2.1 | no-access |
None |
||
hwprcIndex | 1.3.6.1.4.1.9600.1.21.7.2.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwprcBitsPerPel | 1.3.6.1.4.1.9600.1.21.7.2.1.2 | gauge32 | read-only |
This property must not be used. |
hwprcCaption | 1.3.6.1.4.1.9600.1.21.7.2.1.3 | wtcsdisplaystring | read-only |
Short description (one-line string) of the CIM_Setting object. This property is inherited from CIM_Setting. |
hwprcCollate | 1.3.6.1.4.1.9600.1.21.7.2.1.4 | truthvalue | read-only |
If TRUE, the pages that are printed should be collated. To collate is to print out the entire document before printing the next copy, as opposed to printing out each page of the document the required number of times. This property is ignored unless the printer driver indicates support for collation. |
hwprcColor | 1.3.6.1.4.1.9600.1.21.7.2.1.5 | integer | read-only |
Color of the document. Some color printers have the capability to print using true black instead of a combination of cyan, magenta, and yellow (CMY). This usually creates darker and sharper text for documents. This option is only useful for color printers that support true black printing. Enumeration: 'color': 2, 'monochrome': 1. |
hwprcCopies | 1.3.6.1.4.1.9600.1.21.7.2.1.6 | gauge32 | read-only |
Number of copies to be printed. The printer driver must support printing multi-page copies. Example: 2 |
hwprcDescription | 1.3.6.1.4.1.9600.1.21.7.2.1.7 | wtcsdisplaystring | read-only |
Description of the CIM_Setting object. This property is inherited from CIM_Setting. |
hwprcDeviceName | 1.3.6.1.4.1.9600.1.21.7.2.1.8 | wtcsdisplaystring | read-only |
Friendly name of the printer. This name is unique to the type of printer and may be truncated because of the limitations of the string from which it is derived. Example: 'PCL/HP LaserJet' |
hwprcDisplayFlags | 1.3.6.1.4.1.9600.1.21.7.2.1.9 | gauge32 | read-only |
This property must not be used. |
hwprcDisplayFrequency | 1.3.6.1.4.1.9600.1.21.7.2.1.10 | gauge32 | read-only |
This property must not be used. |
hwprcDitherType | 1.3.6.1.4.1.9600.1.21.7.2.1.11 | integer | read-only |
Dither type of the printer. This property can assume predefined values of 1 to 5, or driver-defined values from 6 to 256. Line art dithering is a special dithering method that produces well defined borders between black, white, and gray scalings. It is not suitable for images that include continuous graduations in intensity and hue such as scanned photographs. Enumeration: 'greyscale': 5, 'fineBrush': 3, 'lineArt': 4, 'noDithering': 1, 'coarseBrush': 2. |
hwprcDriverVersion | 1.3.6.1.4.1.9600.1.21.7.2.1.12 | gauge32 | read-only |
Version number of the Windows printer driver. The version numbers are created and maintained by the driver manufacturer. |
hwprcDuplex | 1.3.6.1.4.1.9600.1.21.7.2.1.13 | truthvalue | read-only |
If TRUE, printing is done on both sides. If FALSE, printing is done on only one side of the media. |
hwprcFormName | 1.3.6.1.4.1.9600.1.21.7.2.1.14 | wtcsdisplaystring | read-only |
Name of the form used for the print job. This property is used only on Windows NT/Windows 2000 systems. Example: 'Legal' |
hwprcHorizontalResolution | 1.3.6.1.4.1.9600.1.21.7.2.1.15 | gauge32 | read-only |
Print resolution in dots per inch along the X axis (width) of the print job (similar to the obsolete XResolution property). This value is only set when the PrintQuality property of this class is positive. |
hwprcICMIntent | 1.3.6.1.4.1.9600.1.21.7.2.1.16 | integer | read-only |
Specific value of one of the three possible color matching methods (called intents) that should be used by default. ICM applications establish intents by using the ICM functions. This property can assume predefined values of 1 to 3, or driver-defined values from 4 to 256. Non-ICM applications can use this value to determine how the printer handles color printing jobs. Enumeration: 'saturation': 1, 'exactColor': 3, 'contrast': 2. |
hwprcICMMethod | 1.3.6.1.4.1.9600.1.21.7.2.1.17 | integer | read-only |
How ICM is handled. For a non-ICM application, this property determines if ICM is enabled or disabled. For ICM applications, the system examines this property to determine which part of the computer system handles ICM support. Enumeration: 'disabled': 1, 'windows': 2, 'device': 4, 'deviceDriver': 3. |
hwprcLogPixels | 1.3.6.1.4.1.9600.1.21.7.2.1.18 | gauge32 | read-only |
This property must not be used. |
hwprcMediaType | 1.3.6.1.4.1.9600.1.21.7.2.1.19 | integer | read-only |
Type of media being printed on. The property can be set to a predefined value or a driver-defined value greater than or equal to 256. This property is supported in Windows 95 and later. Enumeration: 'glossy': 3, 'transparency': 2, 'standard': 1. |
hwprcName | 1.3.6.1.4.1.9600.1.21.7.2.1.20 | wtcsdisplaystring | read-only |
Name of the printer with which this configuration is associated. |
hwprcOrientation | 1.3.6.1.4.1.9600.1.21.7.2.1.21 | integer | read-only |
Printing orientation of the paper. Enumeration: 'portrait': 1, 'landscape': 2. |
hwprcPaperLength | 1.3.6.1.4.1.9600.1.21.7.2.1.22 | gauge32 | read-only |
Length of the paper. Example: 2794 |
hwprcPaperSize | 1.3.6.1.4.1.9600.1.21.7.2.1.23 | wtcsdisplaystring | read-only |
Size of the paper. Example: 'A4 or Letter' |
hwprcPaperWidth | 1.3.6.1.4.1.9600.1.21.7.2.1.24 | gauge32 | read-only |
Width of the paper. Example: 2159 |
hwprcPelsHeight | 1.3.6.1.4.1.9600.1.21.7.2.1.25 | gauge32 | read-only |
This property must not be used. |
hwprcPelsWidth | 1.3.6.1.4.1.9600.1.21.7.2.1.26 | gauge32 | read-only |
This property must not be used. |
hwprcPrintQuality | 1.3.6.1.4.1.9600.1.21.7.2.1.27 | gauge32 | read-only |
One of four quality levels of the print job. If a positive value is specified, the quality is measured in dots per inch. |
hwprcScale | 1.3.6.1.4.1.9600.1.21.7.2.1.28 | gauge32 | read-only |
Factor by which the printed output is to be scaled. For example, a scale of 75 reduces the print output to 3/4 its original height and width. |
hwprcSettingID | 1.3.6.1.4.1.9600.1.21.7.2.1.29 | wtcsdisplaystring | read-only |
Identifier by which the CIM_Setting object is known. This property is inherited from CIM_Setting. |
hwprcSpecificationVersion | 1.3.6.1.4.1.9600.1.21.7.2.1.30 | gauge32 | read-only |
Version number of the initialization data for the device associated with the Windows printer. |
hwprcTTOption | 1.3.6.1.4.1.9600.1.21.7.2.1.31 | integer | read-only |
How TrueType fonts should be printed. Enumeration: 'download': 2, 'substitute': 3, 'bitmap': 1. |
hwprcVerticalResolution | 1.3.6.1.4.1.9600.1.21.7.2.1.32 | gauge32 | read-only |
Print resolution along the Y axis (height) of the print job (similar to the obsolete YResolution property). This value is only set when the PrintQuality property of this class is positive. |
hwprcXResolution | 1.3.6.1.4.1.9600.1.21.7.2.1.33 | gauge32 | read-only |
This property must not be used. |
hwprcYResolution | 1.3.6.1.4.1.9600.1.21.7.2.1.34 | gauge32 | read-only |
This property must not be used. |
win32PrinterDriverTable | 1.3.6.1.4.1.9600.1.21.7.3 | no-access |
The Win32_PrinterDriver WMI class represents the drivers for a Win32_Printer instance. This class is new for Windows XP. |
|
1.3.6.1.4.1.9600.1.21.7.3.1 | no-access |
None |
||
hwprdIndex | 1.3.6.1.4.1.9600.1.21.7.3.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwprdCaption | 1.3.6.1.4.1.9600.1.21.7.3.1.2 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwprdConfigFile | 1.3.6.1.4.1.9600.1.21.7.3.1.3 | wtcsdisplaystring | read-only |
Configuration file for this printer driver. Example: 'pscrptui.dll' |
hwprdCreationClassName | 1.3.6.1.4.1.9600.1.21.7.3.1.4 | wtcsdisplaystring | read-only |
Name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_Service. |
hwprdDataFile | 1.3.6.1.4.1.9600.1.21.7.3.1.5 | wtcsdisplaystring | read-only |
Data file for this printer driver. Example: 'qms810.ppd' |
hwprdDefaultDataType | 1.3.6.1.4.1.9600.1.21.7.3.1.6 | wtcsdisplaystring | read-only |
Default data type for this printer driver. Example: 'EMF' |
hwprdDependentFiles | 1.3.6.1.4.1.9600.1.21.7.3.1.7 | wtcsdisplaystring | read-only |
Array of dependent files for this printer driver. |
hwprdDescription | 1.3.6.1.4.1.9600.1.21.7.3.1.8 | wtcsdisplaystring | read-only |
Comment that describes the link. This property is inherited from CIM_ManagedSystemElement. |
hwprdDriverPath | 1.3.6.1.4.1.9600.1.21.7.3.1.9 | wtcsdisplaystring | read-only |
Path for this printer driver. Example: 'C:\\drivers\\pscript.dll' |
hwprdFilePath | 1.3.6.1.4.1.9600.1.21.7.3.1.10 | wtcsdisplaystring | read-only |
Path to the INF file being used. Example: 'c:\\temp\\driver' |
hwprdHelpFile | 1.3.6.1.4.1.9600.1.21.7.3.1.11 | wtcsdisplaystring | read-only |
Help file for this printer driver. Example: 'pscrptui.hlp' |
hwprdInfName | 1.3.6.1.4.1.9600.1.21.7.3.1.12 | wtcsdisplaystring | read-only |
Name of the INF file being used. The default is 'ntprint.INF'. This will only be different if the drivers are provided directly by the manufacturer of the printer and not the operating system. |
hwprdInstallDate | 1.3.6.1.4.1.9600.1.21.7.3.1.13 | dateandtime | read-only |
Date and time when the object is installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwprdMonitorName | 1.3.6.1.4.1.9600.1.21.7.3.1.14 | wtcsdisplaystring | read-only |
Name of the monitor for this printer driver. Example: 'PJL monitor' |
hwprdName | 1.3.6.1.4.1.9600.1.21.7.3.1.15 | wtcsdisplaystring | read-only |
Driver name for this printer. This is a compound key composed of the Name, Version, and SupportedPlatform values. This property is inherited from CIM_ManagedSystemElement and overrides the Name definition in that class. |
hwprdOEMUrl | 1.3.6.1.4.1.9600.1.21.7.3.1.16 | wtcsdisplaystring | read-only |
World Wide Web (WWW) link to the printer manufacturer's Web site. Note that this property is not populated when the Win32.inf file is used, and is only applicable for drivers provided directly from the manufacturer. |
hwprdStarted | 1.3.6.1.4.1.9600.1.21.7.3.1.17 | truthvalue | read-only |
If TRUE, the service is started. If FALSE, the service is stopped. This property is inherited from CIM_Service. |
hwprdStartMode | 1.3.6.1.4.1.9600.1.21.7.3.1.18 | integer | read-only |
Start mode of the service is automatically started by an operating system, or only started when requested. This property is inherited from CIM_Service. Enumeration: 'manual': 2, 'automatic': 1. |
hwprdStatus | 1.3.6.1.4.1.9600.1.21.7.3.1.19 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwprdSupportedPlatform | 1.3.6.1.4.1.9600.1.21.7.3.1.20 | wtcsdisplaystring | read-only |
Operating environments that the driver is intended for. Example: 'Windows NT x86' or 'Windows IA64' |
hwprdSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.7.3.1.21 | wtcsdisplaystring | read-only |
Scoping system's creation class name. This property is inherited from CIM_Service. |
hwprdSystemName | 1.3.6.1.4.1.9600.1.21.7.3.1.22 | wtcsdisplaystring | read-only |
Name of the system that hosts this service. This property is inherited from CIM_Service. |
hwprdVersion | 1.3.6.1.4.1.9600.1.21.7.3.1.23 | integer | read-only |
Operating system version for the printer driver. Enumeration: 'win9x': 0, 'win351': 1, 'win2k': 3, 'nt40': 2. |
win32PrintJobTable | 1.3.6.1.4.1.9600.1.21.7.4 | no-access |
The Win32_PrintJob WMI class represents a print job that a Windows application generates. Any unit of work generated by the print command of an application that is running on a Windows system is a descendent or member of this class. |
|
1.3.6.1.4.1.9600.1.21.7.4.1 | no-access |
None |
||
hwprjIndex | 1.3.6.1.4.1.9600.1.21.7.4.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwprjCaption | 1.3.6.1.4.1.9600.1.21.7.4.1.2 | wtcsdisplaystring | read-only |
Short description of the object a one-line string. This property is inherited from CIM_ManagedSystemElement. |
hwprjDataType | 1.3.6.1.4.1.9600.1.21.7.4.1.3 | wtcsdisplaystring | read-only |
Format of the data for this print job. This instructs the printer driver to translate the data (generic text, PostScript, or PCL) before printing, or print in a raw format (for graphics and pictures). Example: 'TEXT' |
hwprjDescription | 1.3.6.1.4.1.9600.1.21.7.4.1.4 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwprjDocument | 1.3.6.1.4.1.9600.1.21.7.4.1.5 | wtcsdisplaystring | read-only |
Name of the print job. The user sees this name when viewing documents that are waiting to be printed. Example: 'Microsoft Word - Review.doc' |
hwprjDriverName | 1.3.6.1.4.1.9600.1.21.7.4.1.6 | wtcsdisplaystring | read-only |
Name of the printer driver used for the print job. |
hwprjElapsedTime | 1.3.6.1.4.1.9600.1.21.7.4.1.7 | dateandtime | read-only |
Length of time that the job has been executing. This property is inherited from CIM_Job. |
hwprjHostPrintQueue | 1.3.6.1.4.1.9600.1.21.7.4.1.8 | wtcsdisplaystring | read-only |
Name of the computer on which the print job is created. |
hwprjInstallDate | 1.3.6.1.4.1.9600.1.21.7.4.1.9 | dateandtime | read-only |
Date and time the object is installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwprjJobId | 1.3.6.1.4.1.9600.1.21.7.4.1.10 | gauge32 | read-only |
Identifier number of the job. It is used by other methods as a handle to a job spooling to the printer. |
hwprjJobStatus | 1.3.6.1.4.1.9600.1.21.7.4.1.11 | integer | read-only |
Free-form string that represents the job status. This property is inherited from CIM_Job. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwprjName | 1.3.6.1.4.1.9600.1.21.7.4.1.12 | wtcsdisplaystring | read-only |
Name of the printer to which the print job is being spooled. This property is inherited from CIM_ManagedSystemElement. |
hwprjNotify | 1.3.6.1.4.1.9600.1.21.7.4.1.13 | wtcsdisplaystring | read-only |
User is to be notified when job completes or fails. This property is restricted to 16 characters in Windows 95/98 platforms. This property is inherited from CIM_Job. |
hwprjOwner | 1.3.6.1.4.1.9600.1.21.7.4.1.14 | wtcsdisplaystring | read-only |
User that submitted the job. This property is inherited from CIM_Job. |
hwprjPagesPrinted | 1.3.6.1.4.1.9600.1.21.7.4.1.15 | gauge32 | read-only |
Number of pages that are printed. This value may be 0 (zero) if the print job does not contain page delimiting information. |
hwprjParameters | 1.3.6.1.4.1.9600.1.21.7.4.1.16 | wtcsdisplaystring | read-only |
Optional parameters to send to the print processor. For more information, see the PrintProcessor property. |
hwprjPrintProcessor | 1.3.6.1.4.1.9600.1.21.7.4.1.17 | wtcsdisplaystring | read-only |
Print processor service used to process the print job. A printer processor works in conjunction with the printer driver to provide additional translation of printer data for the printer, and can also be used to provide special options such as a title page for the job. |
hwprjPriority | 1.3.6.1.4.1.9600.1.21.7.4.1.18 | gauge32 | read-only |
Urgency or importance of job execution. This property is inherited from CIM_Job. |
hwprjSize | 1.3.6.1.4.1.9600.1.21.7.4.1.19 | gauge32 | read-only |
Size of the print job. |
hwprjStartTime | 1.3.6.1.4.1.9600.1.21.7.4.1.20 | dateandtime | read-only |
Date and time that the job begins. This property is inherited from CIM_Job. |
hwprjStatus | 1.3.6.1.4.1.9600.1.21.7.4.1.21 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwprjStatusMask | 1.3.6.1.4.1.9600.1.21.7.4.1.22 | integer | read-only |
Bitmap of the possible statuses that relate to this print job. Enumeration: 'blockedDevQ': 512, 'deleted': 256, 'paperout': 64, 'spooling': 8, 'userInterventionReq': 1024, 'paused': 1, 'printing': 16, 'printed': 128, 'error': 2, 'offline': 32, 'deleting': 4, 'restart': 2948. |
hwprjTimeSubmitted | 1.3.6.1.4.1.9600.1.21.7.4.1.23 | dateandtime | read-only |
Time that the job is submitted. This property is inherited from CIM_Job. |
hwprjTotalPages | 1.3.6.1.4.1.9600.1.21.7.4.1.24 | gauge32 | read-only |
Number of pages required to complete the job. This value may be 0 (zero) if the print job does not contain page-delimiting information. |
hwprjUntilTime | 1.3.6.1.4.1.9600.1.21.7.4.1.25 | dateandtime | read-only |
Time when the job is invalid or should be stopped. This property is inherited from CIM_Job. |
win32TCPIPPrinterPortTable | 1.3.6.1.4.1.9600.1.21.7.5 | no-access |
The Win32_TCPIPPrinterPort WMI class represents a TCP/IP service access point. This class has been added for Windows XP. |
|
1.3.6.1.4.1.9600.1.21.7.5.1 | no-access |
None |
||
hwtppIndex | 1.3.6.1.4.1.9600.1.21.7.5.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwtppByteCount | 1.3.6.1.4.1.9600.1.21.7.5.1.2 | truthvalue | read-only |
If TRUE, the computer counts the bytes in a document before sending them to the printer and the printer reports back the number of bytes actually read. This capability is used for diagnostics when missing bytes are detected in the print output. |
hwtppCaption | 1.3.6.1.4.1.9600.1.21.7.5.1.3 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwtppCreationClassName | 1.3.6.1.4.1.9600.1.21.7.5.1.4 | wtcsdisplaystring | read-only |
Name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_ServiceAccessPoint. |
hwtppDescription | 1.3.6.1.4.1.9600.1.21.7.5.1.5 | wtcsdisplaystring | read-only |
Detailed description of the functionality managed. This property is inherited from CIM_ManagedSystemElement. |
hwtppHostAddress | 1.3.6.1.4.1.9600.1.21.7.5.1.6 | wtcsdisplaystring | read-only |
Address of the device or print server. |
hwtppInstallDate | 1.3.6.1.4.1.9600.1.21.7.5.1.7 | dateandtime | read-only |
Date and time when the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwtppName | 1.3.6.1.4.1.9600.1.21.7.5.1.8 | wtcsdisplaystring | read-only |
Identifier for the service access point that provides an indication of the functionality that is managed. This functionality is described in more detail in the object's Description property. This property is inherited from CIM_ManagedSystemElement. |
hwtppPortNumber | 1.3.6.1.4.1.9600.1.21.7.5.1.9 | gauge32 | read-only |
Number of the TCP port used by the port monitor to communicate with the device. |
hwtppProtocol | 1.3.6.1.4.1.9600.1.21.7.5.1.10 | integer | read-only |
Printing protocol used. Some printers support only LPR. Enumeration: 'raw': 0, 'lpr': 1. |
hwtppQueue | 1.3.6.1.4.1.9600.1.21.7.5.1.11 | wtcsdisplaystring | read-only |
Name of the print queue on the server when used with the LPR protocol. |
hwtppSNMPCommunity | 1.3.6.1.4.1.9600.1.21.7.5.1.12 | wtcsdisplaystring | read-only |
Security level value for the device. Example: 'public'' |
hwtppSNMPDevIndex | 1.3.6.1.4.1.9600.1.21.7.5.1.13 | gauge32 | read-only |
SNMP index number of this device for the SNMP agent. |
hwtppSNMPEnabled | 1.3.6.1.4.1.9600.1.21.7.5.1.14 | truthvalue | read-only |
If TRUE, this printer supports RFC1759 (Simple Network Management Protocol) and can provide rich status information from the device. |
hwtppStatus | 1.3.6.1.4.1.9600.1.21.7.5.1.15 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwtppSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.7.5.1.16 | wtcsdisplaystring | read-only |
Creation class name of the scoping system. This property is inherited from CIM_ServiceAccessPoint. |
hwtppSystemName | 1.3.6.1.4.1.9600.1.21.7.5.1.17 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_ServiceAccessPoint. |
hwtppType | 1.3.6.1.4.1.9600.1.21.7.5.1.18 | integer | read-only |
Bitmap showing the type of service access point (SAP). This property is inherited from CIM_ServiceAccessPoint. Enumeration: 'n0x1Write': 1, 'n0x8NetAttached': 8, 'n0x4Redirected': 4, 'n0x2Read': 2, 'n0x10Unknown': 16. |
wmiTelephony | 1.3.6.1.4.1.9600.1.21.8 |
The Telephony subcategory groups classes that represent 'plain old telephone' modem devices and their associated serial connections. |
||
win32POTSModemTable | 1.3.6.1.4.1.9600.1.21.8.1 | no-access |
The Win32_POTSModem WMI class represents the services and characteristics of a Plain Old Telephone Service (POTS) modem on a Windows system. |
|
1.3.6.1.4.1.9600.1.21.8.1.1 | no-access |
None |
||
hwpmIndex | 1.3.6.1.4.1.9600.1.21.8.1.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwpmAnswerMode | 1.3.6.1.4.1.9600.1.21.8.1.1.2 | integer | read-only |
Current auto-answer/call-back setting for the modem. This property is inherited from CIM_PotsModem. Enumeration: 'manualAnswer': 4, 'unknown': 1, 'disabled': 3, 'autoAnswer': 5, 'other': 2, 'autoAnswerWithCallBack': 6. |
hwpmAttachedTo | 1.3.6.1.4.1.9600.1.21.8.1.1.3 | wtcsdisplaystring | read-only |
Port to which the POTS modem is attached. Example: 'COM1' |
hwpmAvailability | 1.3.6.1.4.1.9600.1.21.8.1.1.4 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwpmBlindOff | 1.3.6.1.4.1.9600.1.21.8.1.1.5 | wtcsdisplaystring | read-only |
Command string used to detect a dial tone before dialing. Example: 'X4' |
hwpmBlindOn | 1.3.6.1.4.1.9600.1.21.8.1.1.6 | wtcsdisplaystring | read-only |
Command string used to dial whether or not there is a dial tone. Example: 'X3' |
hwpmCaption | 1.3.6.1.4.1.9600.1.21.8.1.1.7 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwpmCompatibilityFlags | 1.3.6.1.4.1.9600.1.21.8.1.1.8 | wtcsdisplaystring | read-only |
All modem connection protocols with which this modem device is compatible. |
hwpmCompressionInfo | 1.3.6.1.4.1.9600.1.21.8.1.1.9 | integer | read-only |
Data compression characteristics of the modem. This property is inherited from CIM_PotsModem. Enumeration: 'noCompression': 3, 'unknown': 1, 'other': 2, 'mnp5': 4, 'v42bis': 5. |
hwpmCompressionOff | 1.3.6.1.4.1.9600.1.21.8.1.1.10 | wtcsdisplaystring | read-only |
Command string used to disable hardware data compression. Example: 'S46=136' |
hwpmCompressionOn | 1.3.6.1.4.1.9600.1.21.8.1.1.11 | wtcsdisplaystring | read-only |
Command string used to enable hardware data compression. Example: 'S46=138' |
hwpmConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.8.1.1.12 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwpmConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.8.1.1.13 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwpmConfigurationDialog | 1.3.6.1.4.1.9600.1.21.8.1.1.14 | wtcsdisplaystring | read-only |
Modem initialization string. This property is comprised of command strings from other properties of this class. |
hwpmCountriesSupported | 1.3.6.1.4.1.9600.1.21.8.1.1.15 | wtcsdisplaystring | read-only |
Array of countries/regions in which the modem can operate. This property is inherited from CIM_PotsModem. |
hwpmCountrySelected | 1.3.6.1.4.1.9600.1.21.8.1.1.16 | wtcsdisplaystring | read-only |
Country/region for which the modem is currently programmed. When multiple countries/regions are supported, this property defines which one is currently selected for use. This property is inherited from CIM_PotsModem. |
hwpmCreationClassName | 1.3.6.1.4.1.9600.1.21.8.1.1.17 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwpmCurrentPasswords | 1.3.6.1.4.1.9600.1.21.8.1.1.18 | wtcsdisplaystring | read-only |
List of currently defined passwords for the modem. This array may be left blank for security reasons. This property is inherited from CIM_PotsModem. |
hwpmDCB | 1.3.6.1.4.1.9600.1.21.8.1.1.19 | wtcsdisplaystring | read-only |
Control settings for a serial communications device, in this case, the modem device. |
hwpmDefault | 1.3.6.1.4.1.9600.1.21.8.1.1.20 | wtcsdisplaystring | read-only |
If TRUE, this POTS modem is the default modem on the Windows computer system. |
hwpmDescription | 1.3.6.1.4.1.9600.1.21.8.1.1.21 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwpmDeviceID | 1.3.6.1.4.1.9600.1.21.8.1.1.22 | wtcsdisplaystring | read-only |
Unique identifier of this POTS modem from other devices on the system. This property is inherited from CIM_LogicalDevice. |
hwpmDeviceLoader | 1.3.6.1.4.1.9600.1.21.8.1.1.23 | wtcsdisplaystring | read-only |
Name of the device loader for the modem. A device loader loads and manages device drivers and enumerators for a given device. |
hwpmDeviceType | 1.3.6.1.4.1.9600.1.21.8.1.1.24 | integer | read-only |
Physical type of the modem. Enumeration: 'externalModem': 3, 'unknown': 5, 'pcmciaModem': 4, 'internalModem': 2, 'nullModem': 1. |
hwpmDialType | 1.3.6.1.4.1.9600.1.21.8.1.1.25 | integer | read-only |
Type of dialing method used. This property is inherited from CIM_PotsModem. Enumeration: 'unknown': 0, 'tone': 1, 'pulse': 2. |
hwpmDriverDate | 1.3.6.1.4.1.9600.1.21.8.1.1.26 | dateandtime | read-only |
Date of the modem driver. |
hwpmErrorCleared | 1.3.6.1.4.1.9600.1.21.8.1.1.27 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwpmErrorControlForced | 1.3.6.1.4.1.9600.1.21.8.1.1.28 | wtcsdisplaystring | read-only |
Command string used to enable error correction control when establishing a connection. This increases the reliability of the connection. Example: '+Q5S36=4S48=7' |
hwpmErrorControlInfo | 1.3.6.1.4.1.9600.1.21.8.1.1.29 | integer | read-only |
Error correction characteristics of the modem. This property is inherited from CIM_PotsModem. Enumeration: 'unknown': 1, 'lapm': 5, 'other': 2, 'noErrorCorrection': 3, 'mnp4': 4. |
hwpmErrorControlOff | 1.3.6.1.4.1.9600.1.21.8.1.1.30 | wtcsdisplaystring | read-only |
Command string used to disable error control. Example: '+Q6S36=3S48=128' |
hwpmErrorControlOn | 1.3.6.1.4.1.9600.1.21.8.1.1.31 | wtcsdisplaystring | read-only |
Command string used to enable error control. Example: '+Q5S36=7S48=7' |
hwpmErrorDescription | 1.3.6.1.4.1.9600.1.21.8.1.1.32 | wtcsdisplaystring | read-only |
More information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwpmFlowControlHard | 1.3.6.1.4.1.9600.1.21.8.1.1.33 | wtcsdisplaystring | read-only |
Command string used to enable hardware flow control. Flow control consists of signals sent between computers that verify that both computers are ready to transmit or receive data. Example: '&K1' |
hwpmFlowControlOff | 1.3.6.1.4.1.9600.1.21.8.1.1.34 | wtcsdisplaystring | read-only |
Command string used to disable flow control. Flow control consists of signals sent between computers that verify that both computers are ready to transmit or receive data. Example: '&K0' |
hwpmFlowControlSoft | 1.3.6.1.4.1.9600.1.21.8.1.1.35 | wtcsdisplaystring | read-only |
Command string used to enable software flow control. Flow control consists of signals sent between computers that verify that both computers are ready to transmit or receive data. Example: '&K2' |
hwpmInactivityScale | 1.3.6.1.4.1.9600.1.21.8.1.1.36 | wtcsdisplaystring | read-only |
Multiplier used with the InactivityTimeout property to calculate the timeout period of a connection. |
hwpmInactivityTimeout | 1.3.6.1.4.1.9600.1.21.8.1.1.37 | gauge32 | read-only |
Time limit (in seconds) for automatic disconnection of the phone line, if no data is exchanged. A value of 0 indicates that this feature is present but not enabled. This property is inherited from CIM_PotsModem. |
hwpmModemIndex | 1.3.6.1.4.1.9600.1.21.8.1.1.38 | gauge32 | read-only |
Index number for this POTS modem. Example: 0 |
hwpmInstallDate | 1.3.6.1.4.1.9600.1.21.8.1.1.39 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwpmLastErrorCode | 1.3.6.1.4.1.9600.1.21.8.1.1.40 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwpmMaxBaudRateToPhone | 1.3.6.1.4.1.9600.1.21.8.1.1.41 | gauge32 | read-only |
Maximum settable communication speed for accessing the phone system. This property is inherited from CIM_PotsModem. |
hwpmMaxBaudRateToSerialPort | 1.3.6.1.4.1.9600.1.21.8.1.1.42 | gauge32 | read-only |
Maximum settable communication speed to the COM port for an external modem. Enter 0 if not applicable. This property is inherited from CIM_PotsModem. |
hwpmMaxNumberOfPasswords | 1.3.6.1.4.1.9600.1.21.8.1.1.43 | integer32 | read-only |
Number of passwords definable in the modem itself. If this feature is not supported, enter 0. This property is inherited from CIM_PotsModem. |
hwpmModel | 1.3.6.1.4.1.9600.1.21.8.1.1.44 | wtcsdisplaystring | read-only |
Model of this POTS modem. Example: 'Sportster 56K External' |
hwpmModemInfPath | 1.3.6.1.4.1.9600.1.21.8.1.1.45 | wtcsdisplaystring | read-only |
Path to this modem's .inf file. This file contains initialization information for the modem and its driver. Example: 'C:\WINNT\INF' |
hwpmModemInfSection | 1.3.6.1.4.1.9600.1.21.8.1.1.46 | wtcsdisplaystring | read-only |
Name of the section in the modem's .inf file that contains information about the modem. |
hwpmModulationBell | 1.3.6.1.4.1.9600.1.21.8.1.1.47 | wtcsdisplaystring | read-only |
Command string used to instruct the modem to use Bell modulations for 300 and 1200 bps. Example: 'B1' |
hwpmModulationCCITT | 1.3.6.1.4.1.9600.1.21.8.1.1.48 | wtcsdisplaystring | read-only |
Command string used to instruct the modem to use CCITT modulations for 300 and 1200 bps. Example: 'B0' |
hwpmModulationScheme | 1.3.6.1.4.1.9600.1.21.8.1.1.49 | integer | read-only |
Modulation scheme of the modem. This property is inherited from CIM_PotsModem. Enumeration: 'v32': 7, 'v34': 11, 'unknown': 1, 'v32bis': 8, 'vFC': 10, 'v34bis': 12, 'other': 2, 'v22bis': 6, 'notSupported': 3, 'bell103': 4, 'vturbo': 9, 'bell212A': 5. |
hwpmName | 1.3.6.1.4.1.9600.1.21.8.1.1.50 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwpmPNPDeviceID | 1.3.6.1.4.1.9600.1.21.8.1.1.51 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwpmPortSubClass | 1.3.6.1.4.1.9600.1.21.8.1.1.52 | integer | read-only |
Definition of the port used for this modem. Enumeration: 'modem': 2, 'parallelPort': 0, 'serialPort': 1. |
hwpmPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.8.1.1.53 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwpmPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.8.1.1.54 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwpmPrefix | 1.3.6.1.4.1.9600.1.21.8.1.1.55 | wtcsdisplaystring | read-only |
Dialing prefix used to access an outside line. |
hwpmProperties | 1.3.6.1.4.1.9600.1.21.8.1.1.56 | wtcsdisplaystring | read-only |
List of all the properties (and their values) for this modem. |
hwpmProviderName | 1.3.6.1.4.1.9600.1.21.8.1.1.57 | wtcsdisplaystring | read-only |
Network path to the computer that provides the modem services. |
hwpmPulse | 1.3.6.1.4.1.9600.1.21.8.1.1.58 | wtcsdisplaystring | read-only |
Command string used to instruct the modem to use pulse mode for dialing. Pulse dialing is necessary for phone lines that are unable to handle tone dialing. Example: 'P' |
hwpmReset | 1.3.6.1.4.1.9600.1.21.8.1.1.59 | wtcsdisplaystring | read-only |
Command string used to reset the modem for the next call. Example: 'AT&F' |
hwpmResponsesKeyName | 1.3.6.1.4.1.9600.1.21.8.1.1.60 | wtcsdisplaystring | read-only |
Response this modem might report to the operating system during the connection process. The first two characters specify the type of response. The second two characters specify information about the connection being made. The second two characters are used only for Negotiation Progress or Connect response codes. The next eight characters specify the modem-to-modem line speed negotiated in bits per second (bps). The characters represent a 32-bit integer doubleword format (byte and word reversed). The last eight characters indicate that the modem is changing to a different port or Data Terminal Equipment (DTE) speed. Usually this field is not used because modems make connections at a locked port speed regardless of the modem-to-modem or Data Communications Equipment (DCE) speed. |
hwpmRingsBeforeAnswer | 1.3.6.1.4.1.9600.1.21.8.1.1.61 | integer32 | read-only |
Number of rings before the modem answers an incoming call. This property is inherited from CIM_PotsModem. |
hwpmSpeakerModeDial | 1.3.6.1.4.1.9600.1.21.8.1.1.62 | wtcsdisplaystring | read-only |
Command string used to turn the modem speaker on after dialing a number, and turning the speaker off when a connection has been established. Example: 'M1' |
hwpmSpeakerModeOff | 1.3.6.1.4.1.9600.1.21.8.1.1.63 | wtcsdisplaystring | read-only |
Command string used to turn the modem speaker off. Example: 'M0' |
hwpmSpeakerModeOn | 1.3.6.1.4.1.9600.1.21.8.1.1.64 | wtcsdisplaystring | read-only |
Command string used to turn the modem speaker on. Example: 'M2' |
hwpmSpeakerModeSetup | 1.3.6.1.4.1.9600.1.21.8.1.1.65 | wtcsdisplaystring | read-only |
Command string used to instruct the modem to turn the speaker on (until a connection is established). Example: 'M3' |
hwpmSpeakerVolumeHigh | 1.3.6.1.4.1.9600.1.21.8.1.1.66 | wtcsdisplaystring | read-only |
Command string used to set the modem speaker to the highest volume. Example: 'L3' |
hwpmSpeakerVolumeInfo | 1.3.6.1.4.1.9600.1.21.8.1.1.67 | integer | read-only |
Describes the volume level of the audible tones from the modem. This property is inherited from CIM_PotsModem. Enumeration: 'medium': 4, 'off': 6, 'unknown': 0, 'high': 3, 'other': 1, 'low': 5, 'auto': 7, 'notSupported': 2. |
hwpmSpeakerVolumeLow | 1.3.6.1.4.1.9600.1.21.8.1.1.68 | wtcsdisplaystring | read-only |
Command string used to set the modem speaker to the lowest volume. Example: 'L1' |
hwpmSpeakerVolumeMed | 1.3.6.1.4.1.9600.1.21.8.1.1.69 | wtcsdisplaystring | read-only |
Command string used to set the modem speaker to a medium volume. Example: 'L2' |
hwpmStatus | 1.3.6.1.4.1.9600.1.21.8.1.1.70 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwpmStatusInfo | 1.3.6.1.4.1.9600.1.21.8.1.1.71 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwpmStringFormat | 1.3.6.1.4.1.9600.1.21.8.1.1.72 | wtcsdisplaystring | read-only |
Type of characters used for text passed through the modem. Values are: 'ASCII string format' 'DBCS string format' 'UNICODE string format' |
hwpmSupportsCallback | 1.3.6.1.4.1.9600.1.21.8.1.1.73 | truthvalue | read-only |
If TRUE, the modem supports call-back. This property is inherited from CIM_PotsModem. |
hwpmSupportsSynchronousConnect | 1.3.6.1.4.1.9600.1.21.8.1.1.74 | truthvalue | read-only |
If TRUE, synchronous, as well as asynchronous, communication is supported. This property is inherited from CIM_PotsModem. |
hwpmSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.8.1.1.75 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwpmSystemName | 1.3.6.1.4.1.9600.1.21.8.1.1.76 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwpmTerminator | 1.3.6.1.4.1.9600.1.21.8.1.1.77 | wtcsdisplaystring | read-only |
String that marks the end of a command string. Example: ' |
hwpmTimeOfLastReset | 1.3.6.1.4.1.9600.1.21.8.1.1.78 | dateandtime | read-only |
Date and time the modem was last reset. This property is inherited from CIM_PotsModem. |
hwpmTone | 1.3.6.1.4.1.9600.1.21.8.1.1.79 | wtcsdisplaystring | read-only |
Command string that instructs the modem to use tone mode for dialing. The phone line must support tone dialing. Example: 'T' |
hwpmVoiceSwitchFeature | 1.3.6.1.4.1.9600.1.21.8.1.1.80 | wtcsdisplaystring | read-only |
Command strings used to activate the voice capabilities of a voice modem. Example: 'AT+V' |
wmiVideoMonitor | 1.3.6.1.4.1.9600.1.21.9 |
The Video and Monitors subcategory groups classes that represent monitors, video cards, and their associated settings. |
||
win32DesktopMonitorTable | 1.3.6.1.4.1.9600.1.21.9.1 | no-access |
The Win32_DesktopMonitor WMI class represents the type of monitor or display device attached to the computer system. |
|
1.3.6.1.4.1.9600.1.21.9.1.1 | no-access |
None |
||
hwdmIndex | 1.3.6.1.4.1.9600.1.21.9.1.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwdmAvailability | 1.3.6.1.4.1.9600.1.21.9.1.1.2 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwdmBandwidth | 1.3.6.1.4.1.9600.1.21.9.1.1.3 | gauge32 | read-only |
Monitor's bandwidth in megahertz. If unknown, enter 0. This property is inherited from CIM_DesktopMonitor. |
hwdmCaption | 1.3.6.1.4.1.9600.1.21.9.1.1.4 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwdmConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.9.1.1.5 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwdmConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.9.1.1.6 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwdmCreationClassName | 1.3.6.1.4.1.9600.1.21.9.1.1.7 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwdmDescription | 1.3.6.1.4.1.9600.1.21.9.1.1.8 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwdmDeviceID | 1.3.6.1.4.1.9600.1.21.9.1.1.9 | wtcsdisplaystring | read-only |
Unique identifier of a desktop monitor. This property is inherited from CIM_LogicalDevice. |
hwdmDisplayType | 1.3.6.1.4.1.9600.1.21.9.1.1.10 | integer | read-only |
Type of desktop monitor or CRT. This property is inherited from CIM_DesktopMonitor. Enumeration: 'multiscanMonochrome': 3, 'unknown': 0, 'multiscanColor': 2, 'fixedFrequencyColor': 4, 'other': 1, 'fixedFrequencyMonochrome': 5. |
hwdmErrorCleared | 1.3.6.1.4.1.9600.1.21.9.1.1.11 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode is now cleared. This property is inherited from CIM_LogicalDevice. |
hwdmErrorDescription | 1.3.6.1.4.1.9600.1.21.9.1.1.12 | wtcsdisplaystring | read-only |
Free-form string supplying more information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwdmInstallDate | 1.3.6.1.4.1.9600.1.21.9.1.1.13 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwdmIsLocked | 1.3.6.1.4.1.9600.1.21.9.1.1.14 | truthvalue | read-only |
If TRUE, the device is locked, preventing user input or output. This property is inherited from CIM_UserDevice. |
hwdmLastErrorCode | 1.3.6.1.4.1.9600.1.21.9.1.1.15 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwdmMonitorManufacturer | 1.3.6.1.4.1.9600.1.21.9.1.1.16 | wtcsdisplaystring | read-only |
Name of the monitor manufacturer. Example: 'NEC' |
hwdmMonitorType | 1.3.6.1.4.1.9600.1.21.9.1.1.17 | wtcsdisplaystring | read-only |
Type of monitor. Example: 'NEC 5FGp' |
hwdmName | 1.3.6.1.4.1.9600.1.21.9.1.1.18 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwdmPixelsPerXLogicalInch | 1.3.6.1.4.1.9600.1.21.9.1.1.19 | gauge32 | read-only |
Resolution along the X axis (horizontal direction) of the monitor. |
hwdmPixelsPerYLogicalInch | 1.3.6.1.4.1.9600.1.21.9.1.1.20 | gauge32 | read-only |
Resolution along the Y axis (vertical direction) of the monitor. |
hwdmPNPDeviceID | 1.3.6.1.4.1.9600.1.21.9.1.1.21 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwdmPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.9.1.1.22 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwdmPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.9.1.1.23 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwdmScreenHeight | 1.3.6.1.4.1.9600.1.21.9.1.1.24 | gauge32 | read-only |
Logical height of the display in screen coordinates. This property is inherited from CIM_DesktopMonitor. |
hwdmScreenWidth | 1.3.6.1.4.1.9600.1.21.9.1.1.25 | gauge32 | read-only |
Logical width of the display in screen coordinates. This property is inherited from CIM_DesktopMonitor. |
hwdmStatus | 1.3.6.1.4.1.9600.1.21.9.1.1.26 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwdmStatusInfo | 1.3.6.1.4.1.9600.1.21.9.1.1.27 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwdmSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.9.1.1.28 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwdmSystemName | 1.3.6.1.4.1.9600.1.21.9.1.1.29 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
win32VideoControllerTable | 1.3.6.1.4.1.9600.1.21.9.2 | no-access |
The Win32_VideoController WMI class represents the capabilities and management capacity of the video controller on a Windows computer system. |
|
1.3.6.1.4.1.9600.1.21.9.2.1 | no-access |
None |
||
hwvcIndex | 1.3.6.1.4.1.9600.1.21.9.2.1.1 | integer32 | read-only |
The value of this object uniquely identifies the instance entry for this class. |
hwvcAcceleratorCapabilities | 1.3.6.1.4.1.9600.1.21.9.2.1.2 | wtcsdisplaystring | read-only |
Array of graphics and 3D capabilities of the video controller. This property is inherited from CIM_VideoController. Value Meaning 0 Unknown 1 Other 2 Graphics Accelerator 3 3D Accelerator |
hwvcAdapterCompatibility | 1.3.6.1.4.1.9600.1.21.9.2.1.3 | wtcsdisplaystring | read-only |
General chip set used for this controller to compare compatibilities with the system. |
hwvcAdapterDACType | 1.3.6.1.4.1.9600.1.21.9.2.1.4 | wtcsdisplaystring | read-only |
Name or identifier of the digital-to-analog converter (DAC) chip. The character set of this property is alphanumeric. |
hwvcAdapterRAM | 1.3.6.1.4.1.9600.1.21.9.2.1.5 | gauge32 | read-only |
Memory size of the video adapter. Example: 64000 |
hwvcAvailability | 1.3.6.1.4.1.9600.1.21.9.2.1.6 | integer | read-only |
Availability and status of the device. Power Save - Unknown indicates that the device is known to be in a power save mode, but its exact status is unknown; Power Save - Low Power Mode indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; Power Save - Standby indicates that the device is not functioning but could be brought to full power quickly; and Power Save - Warning indicates that the device is in a warning state, though also in a power save mode. This property is inherited from CIM_LogicalDevice. Enumeration: 'powerSaveStandby': 15, 'paused': 18, 'installError': 12, 'notConfigured': 20, 'quiesced': 21, 'unknown': 2, 'powerSaveUnknown': 13, 'notInstalled': 11, 'offDuty': 9, 'inTest': 5, 'powerSaveWarning': 17, 'notApplicable': 6, 'powerOff': 7, 'other': 1, 'notReady': 19, 'runningFullPower': 3, 'offLine': 8, 'warning': 4, 'degraded': 10, 'powerSaveLowPowerMode': 14, 'powerCycle': 16. |
hwvcCapabilityDescriptions | 1.3.6.1.4.1.9600.1.21.9.2.1.7 | wtcsdisplaystring | read-only |
Free-form strings providing more detailed explanations for any of the video accelerator features indicated in the AcceleratorCapabilities array. Note, each entry of this array is related to the entry in the AcceleratorCapabilities array that is located at the same index. This property is inherited from CIM_VideoController. |
hwvcCaption | 1.3.6.1.4.1.9600.1.21.9.2.1.8 | wtcsdisplaystring | read-only |
Short description (one-line string) of the object. This property is inherited from CIM_ManagedSystemElement. |
hwvcColorTableEntries | 1.3.6.1.4.1.9600.1.21.9.2.1.9 | gauge32 | read-only |
Size of the system's color table. The device must have a color depth of no more than 8 bits per pixel; otherwise, this property is not set. Example: 256 |
hwvcConfigManagerErrorCode | 1.3.6.1.4.1.9600.1.21.9.2.1.10 | integer | read-only |
Windows Configuration Manager error code. This property is inherited from CIM_LogicalDevice. Enumeration: 'reinstallDrivers': 18, 'registryCorrupted': 20, 'needResource': 5, 'unknownResourceType': 17, 'notConfigured': 1, 'driverLoaderMissing': 8, 'driversNotInstalled': 28, 'systemFailuer2': 23, 'lowResource': 3, 'cannotStart': 10, 'deviceProblem': 24, 'reenumerationProblem': 15, 'invalidLogConfiguration': 27, 'cannotLoad': 2, 'deviceDisabled': 22, 'restartComputer': 14, 'cannotLoadDrivers': 31, 'settingUpDevice2': 26, 'bootConflicts': 6, 'deviceFailed': 11, 'missingResources': 29, 'workingProperly': 0, 'systemFailure': 21, 'driverCorrupted': 4, 'cannotFilter': 7, 'noFreeResources': 12, 'failedVXDloader': 19, 'cannotIdentify': 16, 'conflictIRQ': 30, 'cannotVerifyResources': 13, 'settingUpDevice': 25, 'resourceIncorrect': 9. |
hwvcConfigManagerUserConfig | 1.3.6.1.4.1.9600.1.21.9.2.1.11 | truthvalue | read-only |
If TRUE, the device is using a user-defined configuration. This property is inherited from CIM_LogicalDevice. |
hwvcCreationClassName | 1.3.6.1.4.1.9600.1.21.9.2.1.12 | wtcsdisplaystring | read-only |
Name of the first concrete class to appear in the inheritance chain used in the creation of an instance. When used with the other key properties of the class, the property allows all instances of this class and its subclasses to be uniquely identified. This property is inherited from CIM_LogicalDevice. |
hwvcCurrentBitsPerPixel | 1.3.6.1.4.1.9600.1.21.9.2.1.13 | gauge32 | read-only |
Number of bits used to display each pixel. This property is inherited from CIM_VideoController. |
hwvcCurrentHorizontalResolution | 1.3.6.1.4.1.9600.1.21.9.2.1.14 | gauge32 | read-only |
Current number of horizontal pixels. This property is inherited from CIM_VideoController. |
hwvcCurrentNumberOfColors | 1.3.6.1.4.1.9600.1.21.9.2.1.15 | gauge32 | read-only |
Number of colors supported at the current resolution. This property is inherited from CIM_VideoController. |
hwvcCurrentNumberOfColumns | 1.3.6.1.4.1.9600.1.21.9.2.1.16 | gauge32 | read-only |
Number of columns for this video controller (if in character mode). Otherwise, enter 0. This property is inherited from CIM_VideoController. |
hwvcCurrentNumberOfRows | 1.3.6.1.4.1.9600.1.21.9.2.1.17 | gauge32 | read-only |
Number of rows for this video controller (if in character mode). Otherwise, enter 0. This property is inherited from CIM_VideoController. |
hwvcCurrentRefreshRate | 1.3.6.1.4.1.9600.1.21.9.2.1.18 | gauge32 | read-only |
Frequency at which the video controller refreshes the image for the monitor. A value of 0 indicates the default rate is being used, while 0xFFFFFFFF indicates the optimal rate is being used. This property is inherited from CIM_VideoController. |
hwvcCurrentScanMode | 1.3.6.1.4.1.9600.1.21.9.2.1.19 | integer | read-only |
Current scan mode. This property is inherited from CIM_VideoController. Enumeration: 'unknown': 2, 'other': 1, 'nonInterlaced': 4, 'interlaced': 3. |
hwvcCurrentVerticalResolution | 1.3.6.1.4.1.9600.1.21.9.2.1.20 | gauge32 | read-only |
Current number of vertical pixels. This property is inherited from CIM_VideoController. |
hwvcDescription | 1.3.6.1.4.1.9600.1.21.9.2.1.21 | wtcsdisplaystring | read-only |
Description of the object. This property is inherited from CIM_ManagedSystemElement. |
hwvcDeviceID | 1.3.6.1.4.1.9600.1.21.9.2.1.22 | wtcsdisplaystring | read-only |
Identifier (unique to the computer system) for this video controller. This property is inherited from CIM_LogicalDevice. |
hwvcDeviceSpecificPens | 1.3.6.1.4.1.9600.1.21.9.2.1.23 | gauge32 | read-only |
Current number of device-specific pens. A value of 0xffff means that the device does not support pens. Example: 3 |
hwvcDitherType | 1.3.6.1.4.1.9600.1.21.9.2.1.24 | integer | read-only |
Dither type of the video controller. The property can be one of the predefined values, or a driver-defined value greater than or equal to 256. If line art dithering is chosen, the controller uses a dithering method that produces well-defined borders between black, white, and gray scalings. Line art dithering is not suitable for images that include continuous graduations in intensity and hue such as scanned photographs. Enumeration: 'ditheringWithAFineBrush': 3, 'lineArtDithering': 4, 'noDithering': 1, 'deviceDoesGrayScaling': 5, 'ditheringWithACoarseBrush': 2. |
hwvcDriverDate | 1.3.6.1.4.1.9600.1.21.9.2.1.25 | dateandtime | read-only |
Last modification date and time of the currently-installed video driver. |
hwvcDriverVersion | 1.3.6.1.4.1.9600.1.21.9.2.1.26 | wtcsdisplaystring | read-only |
Version number of the video driver. |
hwvcErrorCleared | 1.3.6.1.4.1.9600.1.21.9.2.1.27 | truthvalue | read-only |
If TRUE, the error reported in LastErrorCode property is now cleared. This property is inherited from CIM_LogicalDevice. |
hwvcErrorDescription | 1.3.6.1.4.1.9600.1.21.9.2.1.28 | wtcsdisplaystring | read-only |
Free-form string supplying more information about the error recorded in LastErrorCode property, and information on any corrective actions that may be taken. This property is inherited from CIM_LogicalDevice. |
hwvcICMIntent | 1.3.6.1.4.1.9600.1.21.9.2.1.29 | integer | read-only |
Specific value of one of the three possible color-matching methods or intents that should be used by default. This property is used primarily for non-ICM applications. ICM applications establish intents by using the ICM functions. This property can be a predefined value or a driver defined value greater than or equal to 256. Color matching based on saturation is the most appropriate choice for business graphs when dithering is not desired. Color matching based on contrast is the most appropriate choice for scanned or photographic images when dithering is desired. Color matching optimized to match the exact color requested is most appropriate for use with business logos or other images when an exact color match is desired. Enumeration: 'saturation': 1, 'exactColor': 3, 'contrast': 2. |
hwvcICMMethod | 1.3.6.1.4.1.9600.1.21.9.2.1.30 | integer | read-only |
Method of handling ICM. For non-ICM applications, this property determines if ICM is enabled. For ICM applications, the system examines this property to determine how to handle ICM support. This property can be a predefined value or a driver-defined value greater than or equal to 256. The value determines which system handles image color matching. Enumeration: 'disabled': 1, 'windows': 2, 'deviceDriver': 3, 'destinationDevice': 4. |
hwvcInfFilename | 1.3.6.1.4.1.9600.1.21.9.2.1.31 | wtcsdisplaystring | read-only |
Path to the video adapter's .inf file. Example: 'C:\WINNT\SYSTEM32\DRIVERS' |
hwvcInfSection | 1.3.6.1.4.1.9600.1.21.9.2.1.32 | wtcsdisplaystring | read-only |
Section of the .inf file where the Windows video information resides. |
hwvcInstallDate | 1.3.6.1.4.1.9600.1.21.9.2.1.33 | dateandtime | read-only |
Date and time the object was installed. This property does not need a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement. |
hwvcInstalledDisplayDrivers | 1.3.6.1.4.1.9600.1.21.9.2.1.34 | wtcsdisplaystring | read-only |
Name of the installed display device driver. |
hwvcLastErrorCode | 1.3.6.1.4.1.9600.1.21.9.2.1.35 | gauge32 | read-only |
Last error code reported by the logical device. This property is inherited from CIM_LogicalDevice. |
hwvcMaxMemorySupported | 1.3.6.1.4.1.9600.1.21.9.2.1.36 | gauge32 | read-only |
Maximum amount of memory supported in bytes. This property is inherited from CIM_VideoController. |
hwvcMaxNumberControlled | 1.3.6.1.4.1.9600.1.21.9.2.1.37 | gauge32 | read-only |
Maximum number of directly addressable entities supportable by this controller. A value of 0 should be used if the number is unknown. This property is inherited from CIM_Controller. |
hwvcMaxRefreshRate | 1.3.6.1.4.1.9600.1.21.9.2.1.38 | gauge32 | read-only |
Maximum refresh rate of the video controller in hertz. This property is inherited from CIM_VideoController. |
hwvcMinRefreshRate | 1.3.6.1.4.1.9600.1.21.9.2.1.39 | gauge32 | read-only |
Minimum refresh rate of the video controller in hertz. This property is inherited from CIM_VideoController. |
hwvcMonochrome | 1.3.6.1.4.1.9600.1.21.9.2.1.40 | truthvalue | read-only |
If TRUE, gray scale is used to display images. |
hwvcName | 1.3.6.1.4.1.9600.1.21.9.2.1.41 | wtcsdisplaystring | read-only |
Label by which the object is known. When subclassed, the property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement. |
hwvcNumberOfColorPlanes | 1.3.6.1.4.1.9600.1.21.9.2.1.42 | integer32 | read-only |
Current number of color planes. If this value is not applicable for the current video configuration, enter 0. This property is inherited from CIM_PCVideoController. |
hwvcNumberOfVideoPages | 1.3.6.1.4.1.9600.1.21.9.2.1.43 | gauge32 | read-only |
Number of video pages supported given the current resolutions and available memory. This property is inherited from CIM_VideoController. |
hwvcPNPDeviceID | 1.3.6.1.4.1.9600.1.21.9.2.1.44 | wtcsdisplaystring | read-only |
Windows Plug and Play device identifier of the logical device. This property is inherited from CIM_LogicalDevice. Example: '*PNP030b' |
hwvcPowerManagementCapabilities | 1.3.6.1.4.1.9600.1.21.9.2.1.45 | wtcsdisplaystring | read-only |
Array of the specific power-related capabilities of a logical device. The Enabled value indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. Power Saving Modes Entered Automatically indicates that a device can change its power state based on usage or other criteria. Power State Settable indicates that the SetPowerState method is supported. Power Cycling Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle). Timed Power On Supported indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 (Power Cycle) and Time set to a specific date and time, or interval, for power-on. This property is inherited from CIM_LogicalDevice. Value Meaning 0 Unknown 1 Not Supported 2 Disabled 3 Enabled 4 Power Saving Modes Entered Automatically 5 Power State Settable 6 Power Cycling Supported 7 Timed Power On Supported |
hwvcPowerManagementSupported | 1.3.6.1.4.1.9600.1.21.9.2.1.46 | truthvalue | read-only |
If TRUE, the device can be power-managed (can be put into suspend mode, and so on). The property does not indicate that power management features are currently enabled, only that the logical device is capable of power management. This property is inherited from CIM_LogicalDevice. |
hwvcProtocolSupported | 1.3.6.1.4.1.9600.1.21.9.2.1.47 | integer | read-only |
Protocol used by the controller to access 'controlled' devices. This property is inherited from CIM_Controller. Enumeration: 'ieee802310BROAD36': 30, 'ieee8023100BASEVG': 31, 'eisa': 2, 'flexibleDiskette': 6, 'vme': 23, 'irBus': 46, 'vesa': 13, 'ipi': 24, 'scsiSerialBusProtocol1394': 11, 'pcmcia': 14, 'twowayInfrared': 43, 'qic2': 40, 'ieee488': 25, 'unknown': 1, 'ieee802310BASE5': 27, 'pci': 4, 'scsiParallelInterface': 8, 'scsiSerialBusProtocol': 10, 'serialInfrared': 45, 'ieee802310BASE2': 28, 'scsiSerialStorageArchitecture': 12, 'st506': 38, 'multiBus': 22, 'fastInfrared': 44, 'power': 20, 'hippi': 21, 'parallelProtocol': 16, 'ansiX3T95FDDI': 33, 'scsiFibreChannelProtocol': 9, 'ieee80231BASE5': 29, 'ieee8025TokenRing': 32, 'mca': 34, 'diagnostic': 18, 'n1496': 7, 'universalSerialBus': 15, 'i2C': 19, 'dssi': 39, 'ataATAPI': 5, 'cmd': 37, 'enhancedATAIDE': 41, 'esdi': 35, 'escon': 17, 'rs232': 26, 'isa': 3, 'ide': 36, 'other': 0, 'agp': 42. |
hwvcReservedSystemPaletteEntries | 1.3.6.1.4.1.9600.1.21.9.2.1.48 | gauge32 | read-only |
Number of reserved entries in the system palette. The operating system may reserve entries to support standard colors for task bars and other desktop display items. This index is valid only if the device driver sets the RC_PALETTE bit in the RASTERCAPS index, and is available only if the driver is compatible with 16-bit Windows. If the system is not using a palette, ReservedSystemPaletteEntries is not set. Example: 20 |
hwvcSpecificationVersion | 1.3.6.1.4.1.9600.1.21.9.2.1.49 | gauge32 | read-only |
Version number of the initialization data specification (upon which the structure is based). |
hwvcStatus | 1.3.6.1.4.1.9600.1.21.9.2.1.50 | integer | read-only |
Current status of the object. Various operational and non-operational statuses can be defined. Operational statuses include: 'OK', 'Degraded', and 'Pred Fail' (an element, such as a SMART-enabled hard drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: 'Error', 'Starting', 'Stopping', and 'Service'. The latter, 'Service', could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither 'OK' nor in one of the other states. This property is inherited from CIM_ManagedSystemElement. Enumeration: 'nonRecover': 10, 'lostComm': 12, 'ok': 1, 'service': 8, 'predFail': 5, 'noContact': 11, 'error': 2, 'unknown': 4, 'stopping': 7, 'degraded': 3, 'starting': 6, 'stressed': 9. |
hwvcStatusInfo | 1.3.6.1.4.1.9600.1.21.9.2.1.51 | integer | read-only |
State of the logical device. If this property does not apply to the logical device, the value 5 (Not Applicable) should be used. This property is inherited from CIM_LogicalDevice. Enumeration: 'disabled': 4, 'unknown': 2, 'other': 1, 'enabled': 3, 'notApplicable': 5. |
hwvcSystemCreationClassName | 1.3.6.1.4.1.9600.1.21.9.2.1.52 | wtcsdisplaystring | read-only |
Value of the scoping computer's CreationClassName property. This property is inherited from CIM_LogicalDevice. |
hwvcSystemName | 1.3.6.1.4.1.9600.1.21.9.2.1.53 | wtcsdisplaystring | read-only |
Name of the scoping system. This property is inherited from CIM_LogicalDevice. |
hwvcSystemPaletteEntries | 1.3.6.1.4.1.9600.1.21.9.2.1.54 | gauge32 | read-only |
Current number of color index entries in the system palette. This index is valid only if the device driver sets the RC_PALETTE bit in the RASTERCAPS index, and is available only if the driver is compatible with 16-bit Windows. If the system is not using a palette, SystemPaletteEntries is not set. Example: 20 |
hwvcTimeOfLastReset | 1.3.6.1.4.1.9600.1.21.9.2.1.55 | dateandtime | read-only |
Date and time this controller was last reset. This could mean the controller was powered down, or reinitialized. This property is inherited from CIM_Controller. |
hwvcVideoArchitecture | 1.3.6.1.4.1.9600.1.21.9.2.1.56 | integer | read-only |
Type of video architecture. This property is inherited from CIM_PCVideoController. Enumeration: 'n8514A': 10, 'mcga': 9, 'linearFrameBuffer': 12, 'cga': 3, 'unknown': 2, 'mda': 7, 'vga': 5, 'xga': 11, 'other': 1, 'ega': 4, 'svga': 6, 'pc98': 160, 'hgc': 8. |
hwvcVideoMemoryType | 1.3.6.1.4.1.9600.1.21.9.2.1.57 | integer | read-only |
Type of video memory. This property is inherited from CIM_VideoController. Enumeration: 'sdram': 12, 'sgram': 13, 'wram': 6, 'unknown': 2, 'burstSynchronousDRAM': 8, 'edoRAM': 7, 'cdram': 10, 'other': 1, 'sram': 5, 'dram': 4, 'vram': 3, 'pipelinedBurstSRAM': 9, 'n3DRAM': 11. |
hwvcVideoMode | 1.3.6.1.4.1.9600.1.21.9.2.1.58 | integer32 | read-only |
Current video mode. This property is inherited from CIM_PCVideoController. |
hwvcVideoModeDescription | 1.3.6.1.4.1.9600.1.21.9.2.1.59 | wtcsdisplaystring | read-only |
Current resolution, color, and scan mode settings of the video controller. Example: '1024 x 768 x 256 colors' |
hwvcVideoProcessor | 1.3.6.1.4.1.9600.1.21.9.2.1.60 | wtcsdisplaystring | read-only |
Free-form string describing the video processor. This property is inherited from CIM_VideoController. |