MSFT_PCSVDevice class
Defines a view class for a physical computer system.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[UMLPackagePath("CIM::Core::CoreElements"), dynamic, provider("MSFT_PCSVDevice"), AMENDMENT]
class MSFT_PCSVDevice : CIM_PhysicalComputerSystemView
{
string Caption;
string Description;
string ElementName;
string InstanceID;
uint16 EnabledState;
uint16 RequestedState;
uint16 OperationalStatus[];
uint16 HealthState;
boolean FRUInfoSupported;
string Tag;
string Manufacturer;
string Model;
string SKU;
string SerialNumber;
string Version;
string PartNumber;
uint16 PowerUtilizationModesSupported[];
uint16 PowerUtilizationMode;
uint64 PowerAllocationLimit;
string NumericSensorElementName[];
uint16 NumericSensorEnabledState[];
uint16 NumericSensorHealthState[];
string NumericSensorCurrentState[];
uint16 NumericSensorPrimaryStatus[];
uint16 NumericSensorBaseUnits[];
sint32 NumericSensorUnitModifier[];
uint16 NumericSensorRateUnits[];
sint32 NumericSensorCurrentReading[];
uint16 NumericSensorSensorType[];
string NumericSensorOtherSensorTypeDescription[];
sint32 NumericSensorUpperThresholdNonCritical[];
sint32 NumericSensorUpperThresholdCritical[];
sint32 NumericSensorUpperThresholdFatal[];
string LogInstanceID[];
uint64 LogMaxNumberOfRecords[];
uint64 LogCurrentNumberOfRecords[];
uint16 LogOverwritePolicy[];
uint16 LogState[];
string StructuredBootString[];
uint8 PersistentBootConfigOrder[];
uint8 OneTimeBootSource;
uint16 NumberOfProcessors;
uint16 NumberOfProcessorCores;
uint16 NumberOfProcessorThreads;
uint16 ProcessorFamily;
uint32 ProcessorMaxClockSpeed;
uint64 MemoryBlockSize;
uint64 MemoryNumberOfBlocks;
uint64 MemoryConsumableBlocks;
uint16 CurrentBIOSMajorVersion;
uint16 CurrentBIOSMinorVersion;
uint16 CurrentBIOSRevisionNumber;
uint16 CurrentBIOSBuildNumber;
uint16 CurrentManagementFirmwareMajorVersion;
uint16 CurrentManagementFirmwareMinorVersion;
uint16 CurrentManagementFirmwareRevisionNumber;
uint16 CurrentManagementFirmwareBuildNumber;
string CurrentManagementFirmwareElementName;
string CurrentManagementFirmwareVersionString;
uint16 OSType;
string OSVersion;
uint16 OSEnabledState;
string CurrentBIOSVersionString;
uint16 Dedicated[];
string IdentifyingDescriptions[];
string OtherDedicatedDescriptions[];
string OtherIdentifyingInfo[];
uint32 ProcessorCurrentClockSpeed;
string NumericSensorContext[];
string TargetAddress;
string SMBIOSGuid;
uint16 IPv4AddressOrigin;
string IPv4Address;
string IPv4SubnetMask;
string IPv4DefaultGateway;
string MacAddress;
uint16 LogFreeSpace;
sint32 NumericSensorLowerThresholdNonCritical[];
sint32 NumericSensorLowerThresholdCritical[];
sint32 NumericSensorLowerThresholdFatal[];
};
Members
The MSFT_PCSVDevice class has these types of members:
Methods
The MSFT_PCSVDevice class has these methods.
Method | Description |
---|---|
ChangeBootConfiguration | A wrapper method to set either the one time boot source or persistent boot source order. Windows 8.1 and Windows Server 2012 R2: This method is not supported before Windows 10 and Windows Server 2016. |
ChangeNetworkConfiguration | A wrapper method used to change the network configuration of the BMC. Windows 8.1 and Windows Server 2012 R2: This method is not supported before Windows 10 and Windows Server 2016. |
ChangeUserPassword | A wrapper method used to change the BMC user password. Windows 8.1 and Windows Server 2012 R2: This method is not supported before Windows 10 and Windows Server 2016. |
ClearLog | Requests that the specified log on the physical computer system be cleared of all entries. |
InstallSoftwareFromURI | Installs software on the physical computer system. |
ModifyPersistentBootConfigOrder | Changes the order of boot sources for the persistent boot configuration specified by the MSFT_PCSVDevice.PersistentBootConfigOrder property. |
ReadLog | Reads the BMC SEL log. Windows 8.1 and Windows Server 2012 R2: This method is not supported before Windows 10 and Windows Server 2016. |
RequestStateChange | Requests that the state of the element be changed to the specified value. |
SetOneTimeBootSource | Sets the one time boot source for the next boot on this computer system. |
Properties
The MSFT_PCSVDevice class has these properties.
-
Caption
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MaxLen (64)
The Caption property is a short textual description (one- line string) of the object.
This member is introduced in CIM_ManagedElement.
This property is inherited from CIM_PhysicalComputerSystemView.
-
-
CurrentBIOSBuildNumber
-
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.BuildNumber")
The build number component of the current BIOS version information.
This property is inherited from CIM_PhysicalComputerSystemView.
-
-
CurrentBIOSMajorVersion
-
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.MajorVersion")
The major number component of the current BIOS version information.
This property is inherited from CIM_PhysicalComputerSystemView.
-
-
CurrentBIOSMinorVersion
-
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.MinorVersion")
The minor number component of the current BIOS version information.
This property is inherited from CIM_PhysicalComputerSystemView.
-
-
CurrentBIOSRevisionNumber
-
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.RevisionNumber")
The revision number component of the current BIOS version information.
This property is inherited from CIM_PhysicalComputerSystemView.
-
-
CurrentBIOSVersionString
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.VersionString")
The BIOS version information in string format.
This property is inherited from CIM_PhysicalComputerSystemView.
-
-
CurrentManagementFirmwareBuildNumber
-
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.BuildNumber")
The build number component of the version information for the current management firmware on this physical computer system.
This property is inherited from CIM_PhysicalComputerSystemView.
-
-
CurrentManagementFirmwareElementName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.ElementName")
The user-friendly name for the current management firmware on this physical computer system.
This property is inherited from CIM_PhysicalComputerSystemView.
-
-
CurrentManagementFirmwareMajorVersion
-
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.MajorVersion")
The major number component of the version information for the current management firmware on this physical computer system.
This property is inherited from CIM_PhysicalComputerSystemView.
-
-
CurrentManagementFirmwareMinorVersion
-
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.MinorVersion")
The minor number component of the version information for the current management firmware on this physical computer system.
This property is inherited from CIM_PhysicalComputerSystemView.
-
-
CurrentManagementFirmwareRevisionNumber
-
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.RevisionNumber")
The revision number component of the version information for the current management firmware on this physical computer system.
This property is inherited from CIM_PhysicalComputerSystemView.
-
-
CurrentManagementFirmwareVersionString
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.VersionString")
The version string for the current management firmware on this physical computer system.
This property is inherited from CIM_PhysicalComputerSystemView.
-
-
Dedicated
-
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_ComputerSystem.Dedicated", "CIM_PhysicalComputerSystemView.OtherDedicatedDescriptions")
See CIM_ComputerSystem.Dedicated for details.
This property is inherited from CIM_PhysicalComputerSystemView.
The possible values are.
-
-
Not Dedicated (0)
-
Unknown (1)
-
Other (2)
-
Storage (3)
-
Router (4)
-
Switch (5)
-
Layer 3 Switch (6)
-
Central Office Switch (7)
-
Hub (8)
-
Access Server (9)
-
Firewall (10)
-
Print (11)
-
I/O (12)
-
Web Caching (13)
-
Management (14)
-
Block Server (15)
-
File Server (16)
-
Mobile User Device (17)
-
Repeater (18)
-
Bridge/Extender (19)
-
Gateway (20)
-
Storage Virtualizer (21)
-
Media Library (22)
-
ExtenderNode (23)
-
NAS Head (24)
-
Self-contained NAS (25)
-
UPS (26)
-
IP Phone (27)
-
Management Controller (28)
-
Chassis Manager (29)
-
Host-based RAID controller (30)
-
Storage Device Enclosure (31)
-
Desktop (32)
-
Laptop (33)
-
Virtual Tape Library (34)
-
Virtual Library System (35)
-
Network PC/Thin Client (36)
-
FC Switch (37)
-
Ethernet Switch (38)
-
DMTF Reserved
- 39 32767
-
Vendor Reserved
- 32768 65535
Description
-
Data type: string
-
Access type: Read-only
Strings identifying the boot sources on this physical computer system. See CIM_BootSourceSetting.StructuredBootfor details.
This member is introduced in CIM_ManagedElement.
This property is inherited from CIM_PhysicalComputerSystemView.
ElementName
-
Data type: string
-
Access type: Read-only
A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. Note that if there is an associated instance of CIM_EnabledLogicalElementCapabilities, restrictions on this properties may exist as defined in ElementNameMask and MaxElementNameLen properties defined in that class.
This member is introduced in CIM_ManagedElement.
This property is inherited from CIM_PhysicalComputerSystemView.
EnabledState
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_ComputerSystem.EnabledState")
This property corresponds to the EnabledState property of the logical computer system represented by CIM_ComputerSystem. See CIM_EnabledLogicalElement.EnabledState for details on EnabledState.
This property is inherited from CIM_PhysicalComputerSystemView.
Unknown (0)
Other (1)
Enabled (2)
Disabled (3)
Shutting Down (4)
Not Applicable (5)
Enabled but Offline (6)
In Test (7)
Deferred (8)
Quiesce (9)
Starting (10)
DMTF Reserved
Vendor Reserved
FRUInfoSupported
-
Data type: boolean
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_PhysicalAssetCapabilities.FRUInfoSupported")
This property indicates the availability of the FRU Information on this physical computer system. See CIM_PhysicalAssetCapabilities.FRUInfoSupported for details.
This property is inherited from CIM_PhysicalComputerSystemView.
HealthState
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_ComputerSystem.HealthState")
This property corresponds to the HealthState property of the logical computer system represented by CIM_ComputerSystem. See CIM_ManagedSystemElement.HealthState for details.
This property is inherited from CIM_PhysicalComputerSystemView.
Unknown (0)
OK (5)
Degraded/Warning (10)
Minor failure (15)
Major failure (20)
Critical failure (25)
Non-recoverable error (30)
DMTF Reserved
Vendor Reserved
IdentifyingDescriptions
-
Data type: string array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_ComputerSystem.IdentifyingDescriptions", "CIM_PhysicalComputerSystemView.OtherIdentifyingInfo")
See CIM_System.IdentifyingDescriptions for details.
This property is inherited from CIM_PhysicalComputerSystemView.
InstanceID
InstanceID is the property that may be used to opaquely and uniquely identify an instance of this class within the scope of the instantiating Namespace.
This property is inherited from CIM_PhysicalComputerSystemView.
IPv4Address
-
Data type: string
-
Access type: Read-only
IPv4 Address of the target PCSV device.
Windows 8.1 and Windows Server 2012 R2: This property is not supported before Windows 10 and Windows Server 2016.
IPv4AddressOrigin
-
Data type: uint16
-
Access type: Read-only
Identifies the method by which the IPv4 Address, Subnet Mask, and Gateway were assigned to the network interface card.
Windows 8.1 and Windows Server 2012 R2: This property is not supported before Windows 10 and Windows Server 2016.
The possible values are.
Unknown (0)
Other (1)
Not Applicable (2)
Static (3)
DHCP (4)
BOOTP (5)
DMTF Reserved
Vendor Reserved
IPv4DefaultGateway
-
Data type: string
-
Access type: Read-only
IPv4 Default Gateway of the target PCSV device
Windows 8.1 and Windows Server 2012 R2: This property is not supported before Windows 10 and Windows Server 2016.
IPv4SubnetMask
-
Data type: string
-
Access type: Read-only
IPv4 Subnet Mask of the target PCSV device.
Windows 8.1 and Windows Server 2012 R2: This property is not supported before Windows 10 and Windows Server 2016.
LogCurrentNumberOfRecords
-
Data type: uint64 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_RecordLog.CurrentNumberOfRecords", "CIM_PhysicalComputerSystemView.LogInstanceID", "CIM_PhysicalComputerSystemView.LogMaxNumberOfRecords")
See CIM_RecordLog.CurrentNumberOfRecords for details.
This property is inherited from CIM_PhysicalComputerSystemView.
LogFreeSpace
-
Data type: uint16
-
Access type: Read-only
SEL free space in Bytes.
Windows 8.1 and Windows Server 2012 R2: This property is not supported before Windows 10 and Windows Server 2016.
LogInstanceID
-
Data type: string array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_RecordLog.InstanceID")
This property represents the identifiers for the underlying logs on this physical computer system. See CIM_RecordLog.InstanceID for details.
This property is inherited from CIM_PhysicalComputerSystemView.
LogMaxNumberOfRecords
-
Data type: uint64 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_RecordLog.MaxNumberOfRecords", "CIM_PhysicalComputerSystemView.LogInstanceID")
See CIM_RecordLog.MaxNumberOfRecords for details.
This property is inherited from CIM_PhysicalComputerSystemView.
LogOverwritePolicy
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_RecordLog.OverwritePolicy", "CIM_PhysicalComputerSystemView.LogInstanceID", "CIM_PhysicalComputerSystemView.LogMaxNumberOfRecords", "CIM_PhysicalComputerSystemView.LogCurrentNumberOfRecords")
See CIM_RecordLog.OverWritePolicy for details.
This property is inherited from CIM_PhysicalComputerSystemView.
The possible values are.
Unknown (0)
Wraps When Full (2)
Never Overwrites (7)
DMTF Reserved
Vendor Reserved
LogState
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_RecordLog.LogState", "CIM_PhysicalComputerSystemView.LogInstanceID", "CIM_PhysicalComputerSystemView.LogMaxNumberOfRecords", "CIM_PhysicalComputerSystemView.LogCurrentNumberOfRecords", "CIM_PhysicalComputerSystemView.LogOverwritePolicy")
See CIM_RecordLog.LogState for details.
This property is inherited from CIM_PhysicalComputerSystemView.
The possible values are.
Unknown (0)
Normal (2)
Erasing (3)
Not Applicable (4)
DMTF Reserved
Vendor Reserved
MacAddress
-
Data type: string
-
Access type: Read-only
LAN MAC Address of the target PCSV device.
Windows 8.1 and Windows Server 2012 R2: This property is not supported before Windows 10 and Windows Server 2016.
Manufacturer
-
Data type: string
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.Manufacturer")
This property corresponds to CIM_PhysicalFrame.Manufacturer. See CIM_PhysicalFrame.Manufacturer for details.
This property is inherited from CIM_PhysicalComputerSystemView.
MemoryBlockSize
-
Data type: uint64
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_Memory.BlockSize")
See CIM_Memory.BlockSize for details.
This property is inherited from CIM_PhysicalComputerSystemView.
MemoryConsumableBlocks
-
Data type: uint64
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_Memory.ConsumableBlocks")
See CIM_Memory.ConsumableBlocks for details.
This property is inherited from CIM_PhysicalComputerSystemView.
MemoryNumberOfBlocks
-
Data type: uint64
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_Memory.NumberOfBlocks")
See CIM_Memory.NumberOfBlocks for details.
This property is inherited from CIM_PhysicalComputerSystemView.
Model
-
Data type: string
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.Model")
This property corresponds to CIM_PhysicalFrame.Model. See CIM_PhysicalFrame.Model for details.
This property is inherited from CIM_PhysicalComputerSystemView.
NumberOfProcessorCores
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_ProcessorCapabilities.NumberOfProcessorCores")
See CIM_ProcessorCapabilities.NumberOfProcessorCores for details.
This property is inherited from CIM_PhysicalComputerSystemView.
NumberOfProcessors
-
Data type: uint16
-
Access type: Read-only
This property identifies the number of processors on this physical computer system.
This property is inherited from CIM_PhysicalComputerSystemView.
NumberOfProcessorThreads
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_ProcessorCapabilities.NumberOfHardwareThreads")
See CIM_ProcessorCapabilities.NumberOfProcessorThreads for details.
This property is inherited from CIM_PhysicalComputerSystemView.
NumericSensorBaseUnits
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.BaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus")
Base units of the values returned by the numeric sensors. See CIM_NumericSensor.BaseUnits for details.
This property is inherited from CIM_PhysicalComputerSystemView.
The possible values are.
Unknown (0)
Other (1)
Degrees C (2)
Degrees F (3)
Degrees K (4)
Volts (5)
Amps (6)
Watts (7)
Joules (8)
Coulombs (9)
VA (10)
Nits (11)
Lumens (12)
Lux (13)
Candelas (14)
kPa (15)
PSI (16)
Newtons (17)
CFM (18)
RPM (19)
Hertz (20)
Seconds (21)
Minutes (22)
Hours (23)
Days (24)
Weeks (25)
Mils (26)
Inches (27)
Feet (28)
Cubic Inches (29)
Cubic Feet (30)
Meters (31)
Cubic Centimeters (32)
Cubic Meters (33)
Liters (34)
Fluid Ounces (35)
Radians (36)
Steradians (37)
Revolutions (38)
Cycles (39)
Gravities (40)
Ounces (41)
Pounds (42)
Foot-Pounds (43)
Ounce-Inches (44)
Gauss (45)
Gilberts (46)
Henries (47)
Farads (48)
Ohms (49)
Siemens (50)
Moles (51)
Becquerels (52)
PPM (parts/million) (53)
Decibels (54)
DbA (55)
DbC (56)
Grays (57)
Sieverts (58)
Color Temperature Degrees K (59)
Bits (60)
Bytes (61)
Words (data) (62)
DoubleWords (63)
QuadWords (64)
Percentage (65)
Pascals (66)
Reserved
NumericSensorContext
-
Data type: string array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.SensorContext", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorSensorType", "CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdNonCritical", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdCritical", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdFatal")
See CIM_Sensor.SensorContext for details.
This property is inherited from CIM_PhysicalComputerSystemView.
NumericSensorCurrentReading
-
Data type: sint32 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.CurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits")
See CIM_NumericSensor.CurrentReading for details.
This property is inherited from CIM_PhysicalComputerSystemView.
NumericSensorCurrentState
-
Data type: string array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.CurrentState", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState")
Current states of numeric sensors. See CIM_NumericSensor.CurrentState for details.
This property is inherited from CIM_PhysicalComputerSystemView.
NumericSensorElementName
-
Data type: string array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.ElementName")
User-friendly names of the numeric sensors on the computer system. See CIM_NumericSensor.ElementName for details.
This property is inherited from CIM_PhysicalComputerSystemView.
NumericSensorEnabledState
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.EnabledState", "CIM_PhysicalComputerSystemView.NumericSensorElementName")
States of numeric sensors. See CIM_NumericSensor.EnabledState for details.
This property is inherited from CIM_PhysicalComputerSystemView.
The possible values are.
Unknown (0)
Other (1)
Enabled (2)
Disabled (3)
Shutting Down (4)
Not Applicable (5)
Enabled but Offline (6)
In Test (7)
Deferred (8)
Quiesce (9)
Starting (10)
DMTF Reserved
Vendor Reserved
NumericSensorHealthState
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.HealthState", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState")
Health states of numeric sensors. See CIM_NumericSensor.HealthState for details.
This property is inherited from CIM_PhysicalComputerSystemView.
The possible values are.
Unknown (0)
OK (5)
Degraded/Warning (10)
Minor failure (15)
Major failure (20)
Critical failure (25)
Non-recoverable error (30)
DMTF Reserved
Vendor Reserved
NumericSensorLowerThresholdCritical
-
Data type: sint32 array
-
Access type: Read-only
-
Qualifiers: Model Correspondence (CIM_NumericSensor.LowerThresholdCritical), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorElementName), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorEnabledState), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorHealthState), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorCurrentState), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorBaseUnits), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorUnitModifier), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorRateUnits), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorCurrentReading), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorSensorType), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdNonCritical), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdCritical), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdFatal), ArrayType ("Indexed")
See CIM_NumericSensor.LowerThresholdCritical description for details.
NumericSensorLowerThresholdFatal
-
Data type: sint32 array
-
Access type: Read-only
-
Qualifiers: Model Correspondence (CIM_NumericSensor.LowerThresholdFatal), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorElementName), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorEnabledState), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorHealthState), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorCurrentState), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorBaseUnits), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorUnitModifier), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorRateUnits), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorCurrentReading), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorSensorType), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdNonCritical), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdCritical), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdFatal), ArrayType ("Indexed")
See CIM_NumericSensor.LowerThresholdFatal description for details.
NumericSensorLowerThresholdNonCritical
-
Data type: sint32 array
-
Access type: Read-only
-
Qualifiers: Model Correspondence (CIM_NumericSensor.LowerThresholdNonCritical), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorElementName), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorEnabledState), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorHealthState), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorCurrentState), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorBaseUnits), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorUnitModifier), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorRateUnits), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorCurrentReading), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorSensorType), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdNonCritical), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdCritical), Model Correspondence (CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdFatal), ArrayType ("Indexed")
See CIM_NumericSensor.LowerThresholdNonCritical for details.
NumericSensorOtherSensorTypeDescription
-
Data type: string array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.OtherSensorTypeDescription", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorSensorType")
See CIM_NumericSensor.OtherSensorTypeDescription for details.
This property is inherited from CIM_PhysicalComputerSystemView.
NumericSensorPrimaryStatus
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.PrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState")
Primary statuses of numeric sensors. See CIM_NumericSensor.PrimaryStatus for details.
This property is inherited from CIM_PhysicalComputerSystemView.
The possible values are.
Unknown (0)
OK (1)
Degraded (2)
Error (3)
DMTF Reserved
Vendor Reserved
NumericSensorRateUnits
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.RateUnits", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier")
See CIM_NumericSensor.RateUnits for details.
This property is inherited from CIM_PhysicalComputerSystemView.
The possible values are.
None (0)
Per MicroSecond (1)
Per MilliSecond (2)
Per Second (3)
Per Minute (4)
Per Hour (5)
Per Day (6)
Per Week (7)
Per Month (8)
Per Year (9)
Reserved
NumericSensorSensorType
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.SensorType", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading")
See CIM_NumericSensor.SensorType for details.
This property is inherited from CIM_PhysicalComputerSystemView.
The possible values are.
Unknown (0)
Other (1)
Temperature (2)
Voltage (3)
Current (4)
Tachometer (5)
Counter (6)
Switch (7)
Lock (8)
Humidity (9)
Smoke Detection (10)
Presence (11)
Air Flow (12)
Power Consumption (13)
Power Production (14)
Pressure (15)
DMTF Reserved
Vendor Reserved
NumericSensorUnitModifier
-
Data type: sint32 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.UnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits")
Unit modifiers for the values returned by the numeric sensors. See CIM_NumericSensor.UnitModifier description for details.
This property is inherited from CIM_PhysicalComputerSystemView.
NumericSensorUpperThresholdCritical
-
Data type: sint32 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.UpperThresholdCritical", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorSensorType", "CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdNonCritical")
See CIM_NumericSensor.UpperThresholdCritical description for details.
This property is inherited from CIM_PhysicalComputerSystemView.
NumericSensorUpperThresholdFatal
-
Data type: sint32 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.UpperThresholdFatal", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorSensorType", "CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdNonCritical", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdCritical")
See CIM_NumericSensor.UpperThresholdFatal for details.
This property is inherited from CIM_PhysicalComputerSystemView.
NumericSensorUpperThresholdNonCritical
-
Data type: sint32 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.UpperThresholdNonCritical", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorSensorType", "CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription")
See CIM_NumericSensor.UpperThresholdNonCritical for details.
This property is inherited from CIM_PhysicalComputerSystemView.
OneTimeBootSource
-
Data type: uint8
-
Access type: Read-only
This property identifies the boot source that is used for the next one-time boot. The value of this property is an index referencing an element in the array of StructuredBootString.
This property is inherited from CIM_PhysicalComputerSystemView.
OperationalStatus
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_ComputerSystem.OperationalStatus")
This property corresponds to the OperationalStatus property of the logical computer system represented by CIM_ComputerSystem. See CIM_ManagedSystemElement.OperationalStatus Description for details.
This property is inherited from CIM_PhysicalComputerSystemView.
Unknown (0)
Other (1)
OK (2)
Degraded (3)
Stressed (4)
Predictive Failure (5)
Error (6)
Non-Recoverable Error (7)
Starting (8)
Stopping (9)
Stopped (10)
In Service (11)
No Contact (12)
Lost Communication (13)
Aborted (14)
Dormant (15)
Supporting Entity in Error (16)
Completed (17)
Power Mode (18)
Relocating (19)
DMTF Reserved
Vendor Reserved
OSEnabledState
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_OperatingSystem.EnabledState")
EnabledState of the current or last running operating system on this physcial computer system.
This property is inherited from CIM_PhysicalComputerSystemView.
The possible values are.
Unknown (0)
Other (1)
Enabled (2)
Disabled (3)
Shutting Down (4)
Not Applicable (5)
Enabled but Offline (6)
In Test (7)
Deferred (8)
Quiesce (9)
Starting (10)
DMTF Reserved
Vendor Reserved
OSType
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_OperatingSystem.OSType")
Type information of the current or last running operating system on this physical computer system. See CIM_OperatingSystem.OSType for details.
This property is inherited from CIM_PhysicalComputerSystemView.
OSVersion
-
Data type: string
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_OperatingSystem.Version")
Version information of the current or last running operating system on this physical computer system. See CIM_OperatingSystem.Version for details.
This property is inherited from CIM_PhysicalComputerSystemView.
OtherDedicatedDescriptions
-
Data type: string array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_ComputerSystem.OtherDedicatedDescriptions", "CIM_PhysicalComputerSystemView.Dedicated")
See CIM_ComputerSystem.OtherDedicatedDescriptions for details.
This property is inherited from CIM_PhysicalComputerSystemView.
OtherIdentifyingInfo
-
Data type: string array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), MaxLen (256), ModelCorrespondence ("CIM_ComputerSystem.OtherIdentifyingInfo", "CIM_PhysicalComputerSystemView.IdentifyingDescriptions")
See CIM_System.OtherIdentifyingInfo for details.
This property is inherited from CIM_PhysicalComputerSystemView.
PartNumber
-
Data type: string
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.PartNumber")
This property corresponds to CIM_PhysicalFrame.PartNumber. See CIM_PhysicalFrame.PartNumber for details.
This property is inherited from CIM_PhysicalComputerSystemView.
PersistentBootConfigOrder
-
Data type: uint8 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Ordered")
An array of elements identifying the boot order of the persistent boot configuration that shall be used during the next boot of the computer system, unless the OneTimeBootSource for the next boot is specified. The value of each element in this array is an index referencing an element in the array of StructuredBootString.
This property is inherited from CIM_PhysicalComputerSystemView.
PowerAllocationLimit
-
Data type: uint64
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_PowerAllocationSettingData.Limit"), PUnit ("watt * 10^-3")
This property corresponds to CIM_PowerAllocationSettingData.Limit. See CIM_PowerAllocationSettingData.Limit for details.
This property is inherited from CIM_PhysicalComputerSystemView.
PowerUtilizationMode
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_PowerUtilizationManagementService.PowerUtilizationMode")
This property corresponds to the PowerUtilizationMode of the CIM_PowerUtilizationManagementService. See CIM_PowerUtilizationManagementService.PowerUtilizationMode for details.
This property is inherited from CIM_PhysicalComputerSystemView.
None (2)
Dynamic (3)
Static (4)
DMTF Reserved
Vendor Reserved
PowerUtilizationModesSupported
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_PowerUtilizationManagementCapabilities.PowerUtilizationModesSupported")
This property corresponds to PowerUtilizationModesSupported property of CIM_PowerUtilizationManagementCapabilities. See CIM_PowerUtilizationManagementCapabilities.PowerUtilizationModesSupported for details.
This property is inherited from CIM_PhysicalComputerSystemView.
Dynamic (3)
Static (4)
DMTF Reserved
Vendor Reserved
ProcessorCurrentClockSpeed
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_Processor.CurrentClockSpeed"), PUnit ("hertz * 10^6")
See CIM_Processor.CurrentClockSpeed for details.
This property is inherited from CIM_PhysicalComputerSystemView.
ProcessorFamily
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_Processor.Family")
See CIM_Processor.Family for details.
This property is inherited from CIM_PhysicalComputerSystemView.
ProcessorMaxClockSpeed
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_Processor.MaxClockSpeed"), PUnit ("hertz * 10^6")
See CIM_Processor.MaxClockSpeed for details.
This property is inherited from CIM_PhysicalComputerSystemView.
RequestedState
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_ComputerSystem.RequestedState")
This property corresponds to the RequestedState property of the logical computer system represented by CIM_ComputerSystem. See CIM_EnabledLogicalElement.RequestedState for details on RequestedState.
This property is inherited from CIM_PhysicalComputerSystemView.
Unknown (0)
Enabled (2)
Disabled (3)
Shut Down (4)
No Change (5)
Offline (6)
Test (7)
Deferred (8)
Quiesce (9)
Reboot (10)
Reset (11)
Not Applicable (12)
DMTF Reserved
Vendor Reserved
SerialNumber
-
Data type: string
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.SerialNumber")
This property corresponds to CIM_PhysicalFrame.SerialNumber. See CIM_PhysicalFrame.SerialNumber for details.
This property is inherited from CIM_PhysicalComputerSystemView.
SKU
-
Data type: string
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.SKU")
This property corresponds to CIM_PhysicalFrame.SKU. See CIM_PhysicalFrame.SKU for details.
This property is inherited from CIM_PhysicalComputerSystemView.
SMBIOSGuid
-
Data type: string
-
Access type: Read-only
SMBios Guid of the target PCSV device.
Windows 8.1 and Windows Server 2012 R2: This property is not supported before Windows 10 and Windows Server 2016.
StructuredBootString
-
Data type: string array
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_BootSourceSetting.StructuredBootString")
Strings identifying the boot sources on this physical computer system. See CIM_BootSourceSetting.StructuredBootString description for details.
This property is inherited from CIM_PhysicalComputerSystemView.
Tag
-
Data type: string
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.Tag")
This property corresponds to CIM_PhysicalFrame.Tag. See CIM_PhysicalFrame.Tag for details.
This property is inherited from CIM_PhysicalComputerSystemView.
TargetAddress
-
Data type: string
-
Access type: Read-only
Indicates the name of the target Physical Computer System View (PCSV) device
Version
-
Data type: string
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.Version")
This property corresponds to CIM_PhysicalFrame.Version. See CIM_PhysicalFrame.Version for details.
This property is inherited from CIM_PhysicalComputerSystemView.
Requirements
Minimum supported client |
Windows 8.1 |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\Microsoft\Windows\HardwareManagement |
MOF |
|
DLL |
|