Win32_Processor, ROOT\CIMV2\ms_409

Class | Methods (2) | Properties (51) | Qualifiers (3) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

The Win32_Processor class represents a device that is capable of interpreting a sequence of machine instructions on a Win32 computer system. On a multiprocessor machine, there will exist one instance of this class for each processor.

Win32_Processor methods

Win32_Processor has 2 methods (2 Derived)

NameOriginReturn
ResetCIM_LogicalDeviceuint32 {'out':True}
SetPowerStateCIM_LogicalDeviceuint32 {'out':True}

Win32_Processor properties

Win32_Processor has 51 properties (21 Local, 30 Derived)

NameOriginCIMType
AddressWidthCIM_Processor18 [uint16]
ArchitectureWin32_Processor18 [uint16]
AvailabilityCIM_LogicalDevice18 [uint16]
CaptionCIM_ManagedSystemElement8 [string]
ConfigManagerErrorCodeCIM_LogicalDevice19 [uint32]
ConfigManagerUserConfigCIM_LogicalDevice11 [boolean]
CpuStatusWin32_Processor18 [uint16]
CreationClassNameCIM_LogicalDevice8 [string]
CurrentClockSpeedCIM_Processor19 [uint32]
CurrentVoltageWin32_Processor18 [uint16]
DataWidthCIM_Processor18 [uint16]
DescriptionCIM_ManagedSystemElement8 [string]
key
DeviceID
CIM_LogicalDevice8 [string]
ErrorClearedCIM_LogicalDevice11 [boolean]
ErrorDescriptionCIM_LogicalDevice8 [string]
ExtClockWin32_Processor19 [uint32]
FamilyCIM_Processor18 [uint16]
InstallDateCIM_ManagedSystemElement101 [datetime]
L2CacheSizeWin32_Processor19 [uint32]
L2CacheSpeedWin32_Processor19 [uint32]
L3CacheSizeWin32_Processor19 [uint32]
L3CacheSpeedWin32_Processor19 [uint32]
LastErrorCodeCIM_LogicalDevice19 [uint32]
LevelWin32_Processor18 [uint16]
LoadPercentageCIM_Processor18 [uint16]
ManufacturerWin32_Processor8 [string]
MaxClockSpeedCIM_Processor19 [uint32]
NameCIM_ManagedSystemElement8 [string]
NumberOfCoresWin32_Processor19 [uint32]
NumberOfLogicalProcessorsWin32_Processor19 [uint32]
OtherFamilyDescriptionCIM_Processor8 [string]
PNPDeviceIDCIM_LogicalDevice8 [string]
PowerManagementCapabilitiesCIM_LogicalDevice18 [uint16]
PowerManagementSupportedCIM_LogicalDevice11 [boolean]
ProcessorIdWin32_Processor8 [string]
ProcessorTypeWin32_Processor18 [uint16]
RevisionWin32_Processor18 [uint16]
RoleCIM_Processor8 [string]
SecondLevelAddressTranslationExtensionsWin32_Processor11 [boolean]
SocketDesignationWin32_Processor8 [string]
StatusCIM_ManagedSystemElement8 [string]
StatusInfoCIM_LogicalDevice18 [uint16]
SteppingCIM_Processor8 [string]
SystemCreationClassNameCIM_LogicalDevice8 [string]
SystemNameCIM_LogicalDevice8 [string]
UniqueIdCIM_Processor8 [string]
UpgradeMethodCIM_Processor18 [uint16]
VersionWin32_Processor8 [string]
VirtualizationFirmwareEnabledWin32_Processor11 [boolean]
VMMonitorModeExtensionsWin32_Processor11 [boolean]
VoltageCapsWin32_Processor19 [uint32]

Detailed description of Win32_Processor methods

Derived methods (2) of Win32_Processor class

Reset method
Returnuint32 {'out':True}
Description'Requests a reset of the logical device. The return value should be 0 if the request was successfully executed, 1 if the request is not supported and some other value if an error occurred.'
Reset method is in 104 classes of ROOT\CIMV2\ms_409 and in 19 namespaces
SetPowerState method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
PowerStateuint160-{'Values':['Full Power', 'Power Save - Low Power Mode', 'Power Save - Standby', 'Power Save - Other', 'Power Cycle', 'Power Off']}
Timedatetime1-
Description'SetPowerState defines the desired power state for a logical device and when a device should be put into that state. The desired power state is specified by setting the PowerState parameter to one of the following integer values: 1="Full Power", 2="Power Save - Low Power Mode", 3="Power Save - Standby", 4="Power Save - Other", 5="Power Cycle" or 6="Power Off". The Time parameter (for all state changes, except 5, "Power Cycle") indicates when the power state should be set, either as a regular date-time value or as an interval value (where the interval begins when the method invocation is received). When the PowerState parameter is equal to 5, "Power Cycle", the Time parameter indicates when the device should power on again. Power off is immediate. SetPowerState should return 0 if successful, 1 if the specified PowerState and Time request is not supported, and some other value if any other error occurred. In a subclass, the set of possible return codes could be specified, using a ValueMap qualifier on the method. The strings to which the ValueMap contents are 'translated' may also be specified in the subclass as a Values array qualifier.'
SetPowerState method is in 105 classes of ROOT\CIMV2\ms_409 and in 14 namespaces

Detailed description of Win32_Processor properties

Local properties (21) of Win32_Processor class

Architecture property
CIMTYPE'uint16'
Description'The Architecture property specifies the processor architecture used by this platform. It returns one of the following integer values:
0 - x86
1 - MIPS
2 - Alpha
3 - PowerPC
6 - ia64
9 - x64
'
Values['x86', 'MIPS', 'Alpha', 'PowerPC', 'ia64', 'x64']
Architecture property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 4 namespaces
CpuStatus property
CIMTYPE'uint16'
Description'The CpuStatus property specifies the current status of the processor. Changes in status arise from processor usage, not the physical condition of the processor.'
Values['Unknown', 'CPU Enabled', 'CPU Disabled by User via BIOS Setup', 'CPU Disabled By BIOS (POST Error)', 'CPU is Idle', 'Reserved', 'Reserved', 'Other']
CpuStatus property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 3 namespaces
CurrentVoltage property
CIMTYPE'uint16'
Description'The CurrentVoltage specifies the voltage of the processor. bits 0-6 of the field contain the processor's current voltage 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 would be 92h = 80h + (1.8 x 10) = 80h + 18 = 80h + 12h.'
Units'tenth-volts'
CurrentVoltage property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 2 namespaces
ExtClock property
CIMTYPE'uint32'
Description'The ExtClock property specifies the external clock frequency. If the frequency is unknown this property is set to null.'
Units'megahertz'
ExtClock property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 2 namespaces
L2CacheSize property
CIMTYPE'uint32'
Description'The L2CacheSize property specifies the size of the processor's Level 2 cache. A Level 2 cache is an external memory area that has a faster access times than the main RAM memory.'
Units'kilobytes'
L2CacheSize property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 2 namespaces
L2CacheSpeed property
CIMTYPE'uint32'
Description'The L2CacheSpeed property specifies the clockspeed of the processor's Level 2 cache. A Level 2 cache is an external memory area that has a faster access times than the main RAM memory.'
Units'megahertz'
L2CacheSpeed property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 2 namespaces
L3CacheSize property
CIMTYPE'uint32'
Description'The L3CacheSize property specifies the size of the processor's Level 3 cache. A Level 3 cache is an external memory area that has a faster access times than the main RAM memory.'
Units'kilobytes'
L3CacheSize property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 2 namespaces
L3CacheSpeed property
CIMTYPE'uint32'
Description'The L3CacheSpeed property specifies the clockspeed of the processor's Level 3 cache. A Level 3 cache is an external memory area that has a faster access times than the main RAM memory.'
Units'megahertz'
L3CacheSpeed property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 2 namespaces
Level property
CIMTYPE'uint16'
Description'The Level property further defines the processor type. The value depends on the architecture of the processor.'
Level property is in 4 classes of ROOT\CIMV2\ms_409 and in 12 namespaces
Manufacturer property
CIMTYPE'string'
Description'The Manufacturer property specifies the name of the processor's manufacturer.
Example: GenuineSilicon'
Manufacturer property is in 54 classes of ROOT\CIMV2\ms_409 and in 17 namespaces
NumberOfCores property
CIMTYPE'uint32'
Description'The NumberOfCores property contains a Processor's total number of cores. e.g dual core machine will have NumberOfCores = 2.'
NumberOfCores property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 3 namespaces
NumberOfLogicalProcessors property
CIMTYPE'uint32'
Description'The NumberOfLogicalProcessors property specifies the total number of logical processors.'
NumberOfLogicalProcessors property is in 2 classes of ROOT\CIMV2\ms_409 and in 5 namespaces
ProcessorId property
CIMTYPE'string'
Description'The ProcessorId property contains processor-specific information that describes the processor's features. For x86 class CPUs, the field's format depends on the processor's support of the CPUID instruction. If the instruction is supported, the ProcessorId property contains two DWORD-formatted values. The first (offsets 08h-0Bh) is the EAX value returned by a CPUID instruction with input EAX set to 1. The second (offsets 0Ch-0Fh) is the EDX value returned by that instruction. Only the first two bytes of the ProcessorID property are significant (all others are set to 0) and contain (in WORD-format) the contents of the DX register at CPU reset.'
ProcessorId property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 4 namespaces
ProcessorType property
CIMTYPE'uint16'
Description'The ProcessorType property specifies the processor's primary function.'
Values['Other', 'Unknown', 'Central Processor', 'Math Processor', 'DSP Processor', 'Video Processor']
ProcessorType property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 2 namespaces
Revision property
CIMTYPE'uint16'
Description'The Revision property specifies the system's architecture-dependent revision level. The meaning of this value depends on the architecture of the processor. It contains the same values as the "Version" member, but in a numerical format.'
Revision property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 5 namespaces
SecondLevelAddressTranslationExtensions property
CIMTYPE'boolean'
Description'The SecondLevelAddressTranslationExtensions property determines whether the processor supports address translation extensions used for virtualization.'
SecondLevelAddressTranslationExtensions property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 2 namespaces
SocketDesignation property
CIMTYPE'string'
Description'The SocketDesignation property contains the type of chip socket used on the circuit.
Example: J202'
SocketDesignation property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 2 namespaces
Version property
CIMTYPE'string'
Description'The Version property specifies an architecture-dependent processor revision number. Note: This member is not used in Windows 95.
Example: Model 2, Stepping 12.'
Version property is in 96 classes of ROOT\CIMV2\ms_409 and in 142 namespaces
VirtualizationFirmwareEnabled property
CIMTYPE'boolean'
Description'The VirtualizationFirmwareEnabled property determines whether the Firmware has enabled virtualization extensions.'
VirtualizationFirmwareEnabled property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 2 namespaces
VMMonitorModeExtensions property
CIMTYPE'boolean'
Description'The VMMonitorModeExtensions property determines whether the processor supports Intel or AMD Virtual Machine Monitor extensions.'
VMMonitorModeExtensions property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 2 namespaces
VoltageCaps property
BitValues['5', '3.3', '2.9']
CIMTYPE'uint32'
Description'The VoltageCaps property specifies the 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 zero. The socket is configurable if multiple bits are being set. For a range of voltages see CurrentVoltage. If the property is NULL, then the voltage capabilities are unknown.'
Units'volts'
VoltageCaps property is in 1 class (Win32_Processor) of ROOT\CIMV2\ms_409 and in 2 namespaces

Derived properties (30) of Win32_Processor class

AddressWidth property
CIMTYPE'uint16'
Description'Processor address width in bits.'
Units'bits'
AddressWidth property is in 2 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
Availability property
CIMTYPE'uint16'
Description'The availability and status of the device. For example, the Availability property indicates that the device is running and has full power (value=3), or is in a warning (4), test (5), degraded (10) or power save state (values 13-15 and 17). Regarding the power saving states, these are defined as follows: Value 13 ("Power Save - Unknown") indicates that the device is known to be in a power save mode, but its exact status in this mode is unknown; 14 ("Power Save - Low Power Mode") indicates that the device is in a power save state but still functioning, and may exhibit degraded performance; 15 ("Power Save - Standby") describes that the device is not functioning but could be brought to full power 'quickly'; and value 17 ("Power Save - Warning") indicates that the device is in a warning state, though also in a power save mode.'
Values['Other', 'Unknown', 'Running/Full Power', 'Warning', 'In Test', 'Not Applicable', 'Power Off', 'Off Line', 'Off Duty', 'Degraded', 'Not Installed', 'Install Error', 'Power Save - Unknown', 'Power Save - Low Power Mode', 'Power Save - Standby', 'Power Cycle', 'Power Save - Warning', 'Paused', 'Not Ready', 'Not Configured', 'Quiesced']
Availability property is in 107 classes of ROOT\CIMV2\ms_409 and in 12 namespaces
Caption property
CIMTYPE'string'
Description'The Caption property is a short textual description (one-line string) of the object.'
Caption property is in 273 classes of ROOT\CIMV2\ms_409 and in 37 namespaces
ConfigManagerErrorCode property
CIMTYPE'uint32'
Description'Indicates the Win32 Configuration Manager error code. The following values may be returned:
0 This device is working properly.
1 This device is not configured correctly.
2 Windows cannot load the driver for this device.
3 The driver for this device might be corrupted, or your system may be running low on memory or other resources.
4 This device is not working properly. One of its drivers or your registry might be corrupted.
5 The driver for this device needs a resource that Windows cannot manage.
6 The boot configuration for this device conflicts with other devices.
7 Cannot filter.
8 The driver loader for the device is missing.
9 This device is not working properly because the controlling firmware is reporting the resources for the device incorrectly.
10 This device cannot start.
11 This device failed.
12 This device cannot find enough free resources that it can use.
13 Windows cannot verify this device's resources.
14 This device cannot work properly until you restart your computer.
15 This device is not working properly because there is probably a re-enumeration problem.
16 Windows cannot identify all the resources this device uses.
17 This device is asking for an unknown resource type.
18 Reinstall the drivers for this device.
19 Your registry might be corrupted.
20 Failure using the VxD loader.
21 System failure: Try changing the driver for this device. If that does not work, see your hardware documentation. Windows is removing this device.
22 This device is disabled.
23 System failure: Try changing the driver for this device. If that doesn't work, see your hardware documentation.
24 This device is not present, is not working properly, or does not have all its drivers installed.
25 Windows is still setting up this device.
26 Windows is still setting up this device.
27 This device does not have valid log configuration.
28 The drivers for this device are not installed.
29 This device is disabled because the firmware of the device did not give it the required resources.
30 This device is using an Interrupt Request (IRQ) resource that another device is using.
31 This device is not working properly because Windows cannot load the drivers required for this device.'
Values['This device is working properly.', 'This device is not configured correctly.', 'Windows cannot load the driver for this device.', 'The driver for this device might be corrupted, or your system may be running low on memory or other resources.', 'This device is not working properly. One of its drivers or your registry might be corrupted.', 'The driver for this device needs a resource that Windows cannot manage.', 'The boot configuration for this device conflicts with other devices.', 'Cannot filter.', 'The driver loader for the device is missing.', 'This device is not working properly because the controlling firmware is reporting the resources for the device incorrectly.', 'This device cannot start.', 'This device failed.', 'This device cannot find enough free resources that it can use.', 'Windows cannot verify this device's resources.', 'This device cannot work properly until you restart your computer.', 'This device is not working properly because there is probably a re-enumeration problem.', 'Windows cannot identify all the resources this device uses.', 'This device is asking for an unknown resource type.', 'Reinstall the drivers for this device.', 'Failure using the VxD loader.', 'Your registry might be corrupted.', 'System failure: Try changing the driver for this device. If that does not work, see your hardware documentation. Windows is removing this device.', 'This device is disabled.', 'System failure: Try changing the driver for this device. If that doesn't work, see your hardware documentation.', 'This device is not present, is not working properly, or does not have all its drivers installed.', 'Windows is still setting up this device.', 'Windows is still setting up this device.', 'This device does not have valid log configuration.', 'The drivers for this device are not installed.', 'This device is disabled because the firmware of the device did not give it the required resources.', 'This device is using an Interrupt Request (IRQ) resource that another device is using.', 'This device is not working properly because Windows cannot load the drivers required for this device.']
ConfigManagerErrorCode property is in 103 classes of ROOT\CIMV2\ms_409 and in 2 namespaces
ConfigManagerUserConfig property
CIMTYPE'boolean'
Description'Indicates whether the device is using a user-defined configuration.'
ConfigManagerUserConfig property is in 103 classes of ROOT\CIMV2\ms_409 and in 2 namespaces
CreationClassName property
CIMTYPE'string'
Description'CreationClassName indicates the 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.'
CreationClassName property is in 175 classes of ROOT\CIMV2\ms_409 and in 20 namespaces
CurrentClockSpeed property
CIMTYPE'uint32'
Description'The current speed (in MHz) of this processor.'
Units'megahertz'
CurrentClockSpeed property is in 2 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
DataWidth property
CIMTYPE'uint16'
Description'Processor data width in bits.'
Units'bits'
DataWidth property is in 4 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
Description property
CIMTYPE'string'
Description'The Description property provides a textual description of the object. '
Description property is in 329 classes of ROOT\CIMV2\ms_409 and in 142 namespaces
DeviceID property
CIMTYPE'string'
Description'The DeviceID property contains a string uniquely identifying the processor with other devices on the system.'
keyTrue
DeviceID property is in 106 classes of ROOT\CIMV2\ms_409 and in 21 namespaces
ErrorCleared property
CIMTYPE'boolean'
Description'ErrorCleared is a boolean property indicating that the error reported in LastErrorCode property is now cleared.'
ErrorCleared property is in 103 classes of ROOT\CIMV2\ms_409 and in 12 namespaces
ErrorDescription property
CIMTYPE'string'
Description'ErrorDescription is a free-form string supplying more information about the error recorded in LastErrorCode property, and information on any corrective actions that may be taken.'
ErrorDescription property is in 105 classes of ROOT\CIMV2\ms_409 and in 142 namespaces
Family property
CIMTYPE'uint16'
Description'The processor family type. For example, values include "Pentium(R) processor with MMX(TM) technology" (14) and "68040" (96).'
Values['Other', 'Unknown', '8086', '80286', '80386', '80486', '8087', '80287', '80387', '80487', 'Pentium(R) brand', 'Pentium(R) Pro', 'Pentium(R) II', 'Pentium(R) processor with MMX(TM) technology', 'Celeron(TM)', 'Pentium(R) II Xeon(TM)', 'Pentium(R) III', 'M1 Family', 'M2 Family', 'K5 Family', 'K6 Family', 'K6-2', 'K6-3', 'AMD Athlon(TM) Processor Family', 'AMD(R) Duron(TM) Processor', 'AMD29000 Family', 'K6-2+', 'Power PC Family', 'Power PC 601', 'Power PC 603', 'Power PC 603+', 'Power PC 604', 'Power PC 620', 'Power PC X704', 'Power PC 750', 'Alpha Family', 'Alpha 21064', 'Alpha 21066', 'Alpha 21164', 'Alpha 21164PC', 'Alpha 21164a', 'Alpha 21264', 'Alpha 21364', 'MIPS Family', 'MIPS R4000', 'MIPS R4200', 'MIPS R4400', 'MIPS R4600', 'MIPS R10000', 'SPARC Family', 'SuperSPARC', 'microSPARC II', 'microSPARC IIep', 'UltraSPARC', 'UltraSPARC II', 'UltraSPARC IIi', 'UltraSPARC III', 'UltraSPARC IIIi', '68040', '68xxx Family', '68000', '68010', '68020', '68030', 'Hobbit Family', 'Crusoe(TM) TM5000 Family', 'Crusoe(TM) TM3000 Family', 'Efficeon(TM) TM8000 Family', 'Weitek', 'Itanium(TM) Processor', 'AMD Athlon(TM) 64 Processor Family', 'AMD Opteron(TM) Family', 'PA-RISC Family', 'PA-RISC 8500', 'PA-RISC 8000', 'PA-RISC 7300LC', 'PA-RISC 7200', 'PA-RISC 7100LC', 'PA-RISC 7100', 'V30 Family', 'Pentium(R) III Xeon(TM)', 'Pentium(R) III Processor with Intel(R) SpeedStep(TM) Technology', 'Pentium(R) 4', 'Intel(R) Xeon(TM)', 'AS400 Family', 'Intel(R) Xeon(TM) processor MP', 'AMD AthlonXP(TM) Family', 'AMD AthlonMP(TM) Family', 'Intel(R) Itanium(R) 2', 'Intel Pentium M Processor', 'K7', 'IBM390 Family', 'G4', 'G5', 'G6', 'z/Architecture base', 'i860', 'i960', 'SH-3', 'SH-4', 'ARM', 'StrongARM', '6x86', 'MediaGX', 'MII', 'WinChip', 'DSP', 'Video Processor']
Family property is in 2 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
InstallDate property
CIMTYPE'datetime'
Description'The InstallDate property is datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed.'
InstallDate property is in 223 classes of ROOT\CIMV2\ms_409 and in 23 namespaces
LastErrorCode property
CIMTYPE'uint32'
Description'LastErrorCode captures the last error code reported by the logical device.'
LastErrorCode property is in 103 classes of ROOT\CIMV2\ms_409 and in 16 namespaces
LoadPercentage property
CIMTYPE'uint16'
Description'The LoadPercentage property specifies each processor's load capacity averaged over the last second. The term 'processor loading' refers to the total computing burden each processor carries at one time.'
Units'percent'
LoadPercentage property is in 2 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
MaxClockSpeed property
CIMTYPE'uint32'
Description'The maximum speed (in MHz) of this processor.'
Units'megahertz'
MaxClockSpeed property is in 2 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
Name property
CIMTYPE'string'
Description'The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property.'
Name property is in 306 classes of ROOT\CIMV2\ms_409 and in 142 namespaces
OtherFamilyDescription property
CIMTYPE'string'
Description'A string describing the processor family type - used when the family property is set to 1 ("Other"). This string should be set to NULL when the family property is any value other than 1.'
OtherFamilyDescription property is in 2 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
PNPDeviceID property
CIMTYPE'string'
Description'Indicates the Win32 Plug and Play device ID of the logical device. Example: *PNP030b'
PNPDeviceID property is in 103 classes of ROOT\CIMV2\ms_409 and in 6 namespaces
PowerManagementCapabilities property
CIMTYPE'uint16'
Description'Indicates the specific power-related capabilities of the logical device. The array values, 0="Unknown", 1="Not Supported" and 2="Disabled" are self-explanatory. The value, 3="Enabled" 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" (4) describes that a device can change its power state based on usage or other criteria. "Power State Settable" (5) indicates that the SetPowerState method is supported. "Power Cycling Supported" (6) indicates that the SetPowerState method can be invoked with the PowerState input variable set to 5 ("Power Cycle"). "Timed Power On Supported" (7) indicates that the SetPowerState method can be invoked with the PowerState input variable set to 5 ("Power Cycle") and the Time parameter set to a specific date and time, or interval, for power-on.'
Values['Unknown', 'Not Supported', 'Disabled', 'Enabled', 'Power Saving Modes Entered Automatically', 'Power State Settable', 'Power Cycling Supported', 'Timed Power On Supported']
PowerManagementCapabilities property is in 105 classes of ROOT\CIMV2\ms_409 and in 14 namespaces
PowerManagementSupported property
CIMTYPE'boolean'
Description'Boolean indicating that the Device can be power managed - ie, put into a power save state. This boolean does not indicate that power management features are currently enabled, or if enabled, what features are supported. Refer to the PowerManagementCapabilities array for this information. If this boolean is false, the integer value 1, for the string, "Not Supported", should be the only entry in the PowerManagementCapabilities array.'
PowerManagementSupported property is in 105 classes of ROOT\CIMV2\ms_409 and in 14 namespaces
Role property
CIMTYPE'string'
Description'A free form string describing the role of the processor - for example, "Central Processor"' or "Math Processor"'
Role property is in 2 classes of ROOT\CIMV2\ms_409 and in 11 namespaces
Status property
CIMTYPE'string'
Description'The Status property is a string indicating the 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 be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "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.'
Values['OK', 'Error', 'Degraded', 'Unknown', 'Pred Fail', 'Starting', 'Stopping', 'Service', 'Stressed', 'NonRecover', 'No Contact', 'Lost Comm']
Status property is in 225 classes of ROOT\CIMV2\ms_409 and in 42 namespaces
StatusInfo property
CIMTYPE'uint16'
Description'StatusInfo is a string indicating whether the logical device is in an enabled (value = 3), disabled (value = 4) or some other (1) or unknown (2) state. If this property does not apply to the logical device, the value, 5 ("Not Applicable"), should be used.'
Values['Other', 'Unknown', 'Enabled', 'Disabled', 'Not Applicable']
StatusInfo property is in 103 classes of ROOT\CIMV2\ms_409 and in 12 namespaces
Stepping property
CIMTYPE'string'
Description'Stepping is a free-form string indicating the revision level of the processor within the processor family.'
Stepping property is in 2 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
SystemCreationClassName property
CIMTYPE'string'
Description'The scoping System's CreationClassName.'
SystemCreationClassName property is in 119 classes of ROOT\CIMV2\ms_409 and in 20 namespaces
SystemName property
CIMTYPE'string'
Description'The scoping System's Name.'
SystemName property is in 119 classes of ROOT\CIMV2\ms_409 and in 22 namespaces
UniqueId property
CIMTYPE'string'
Description'A globally unique identifier for the processor. This identifier may only be unique within a processor family.'
UniqueId property is in 2 classes of ROOT\CIMV2\ms_409 and in 6 namespaces
UpgradeMethod property
CIMTYPE'uint16'
Description'CPU socket information including data on how this Processor can be upgraded (if upgrades are supported). This property is an integer enumeration.'
Values['Other', 'Unknown', 'Daughter Board', 'ZIF Socket', 'Replacement/Piggy Back', 'None', 'LIF Socket', 'Slot 1', 'Slot 2', '370 Pin Socket', 'Slot A', 'Slot M', 'Socket 423', 'Socket A (Socket 462)', 'Socket 478', 'Socket 754', 'Socket 940', 'Socket 939']
UpgradeMethod property is in 2 classes of ROOT\CIMV2\ms_409 and in 3 namespaces

Win32_Processor Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description'The Win32_Processor class represents a device that is capable of interpreting a sequence of machine instructions on a Win32 computer system. On a multiprocessor machine, there will exist one instance of this class for each processor.'
LOCALE1033

Win32_Processor System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\CIMV2\ms_409:Win32_Processor'___SYSTEM8
__NAMESPACE'ROOT\CIMV2\ms_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_Processor', 'CIM_LogicalDevice', 'CIM_LogicalElement', 'CIM_ManagedSystemElement']___SYSTEM8
__PROPERTY_COUNT51___SYSTEM3
__RELPATH'Win32_Processor'___SYSTEM8
__DYNASTY'CIM_ManagedSystemElement'___SYSTEM8
__SUPERCLASS'CIM_Processor'___SYSTEM8
__CLASS'Win32_Processor'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Win32_Processor

Number of classes:4
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
CIM_AssociatedProcessorMemory130----
CIM_Processor1302----
Win32_AssociatedProcessorMemory030----
Win32_ComputerSystemProcessor020----
comments powered by Disqus
WUtils.com