CIM_UnitaryComputerSystem, ROOT\CIMV2\ms_409

Class | Childs (1) | Methods (1) | Properties (16) | Qualifiers (3) | Instances | Namespaces (6)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

A class derived from CIM_ComputerSystem that represents a desktop, mobile, network PC, server or other type of a single node computer system.

CIM_UnitaryComputerSystem - child subclasses in ROOT\CIMV2\ms_409

Number of classes:1
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
Win32_ComputerSystem0604----

CIM_UnitaryComputerSystem methods

CIM_UnitaryComputerSystem has 1 methods (1 Local)

NameOriginReturn
SetPowerStateCIM_UnitaryComputerSystemuint32 {'out':True}

CIM_UnitaryComputerSystem properties

CIM_UnitaryComputerSystem has 16 properties (6 Local, 10 Derived)

NameOriginCIMType
CaptionCIM_ManagedSystemElement8 [string]
CreationClassNameCIM_System8 [string]
DescriptionCIM_ManagedSystemElement8 [string]
InitialLoadInfoCIM_UnitaryComputerSystem8 [string]
InstallDateCIM_ManagedSystemElement101 [datetime]
LastLoadInfoCIM_UnitaryComputerSystem8 [string]
key
Name
CIM_ManagedSystemElement8 [string]
NameFormatCIM_System8 [string]
PowerManagementCapabilitiesCIM_UnitaryComputerSystem18 [uint16]
PowerManagementSupportedCIM_UnitaryComputerSystem11 [boolean]
PowerStateCIM_UnitaryComputerSystem18 [uint16]
PrimaryOwnerContactCIM_System8 [string]
PrimaryOwnerNameCIM_System8 [string]
ResetCapabilityCIM_UnitaryComputerSystem18 [uint16]
RolesCIM_System8 [string]
StatusCIM_ManagedSystemElement8 [string]

Detailed description of CIM_UnitaryComputerSystem methods

Local methods (1) of CIM_UnitaryComputerSystem class

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', 'Hibernate', 'Soft Off']}
Timedatetime1-
Description'SetPowerState method defines the desired power state of a computer system and its running operating system, and when the system should be put into that state. The PowerState parameter is specified as one of the valid integer values defined for the property, PowerState. The Time parameter (for all state changes but 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 system should power on again. power off is immediate. SetPowerState should return 0 if successful, 1 if the specified power state and time requests are not supported, and some other value if any other error occurred.'
SetPowerState method is in 105 classes of ROOT\CIMV2\ms_409 and in 14 namespaces

Detailed description of CIM_UnitaryComputerSystem properties

Local properties (6) of CIM_UnitaryComputerSystem class

InitialLoadInfo property
CIMTYPE'string'
Description'This object contains the data needed to find either the initial load device (its key) or the boot service to request the operating system to start up. In addition, the load parameters (ie, a pathname and parameters) may also be specified.'
InitialLoadInfo property is in 2 classes of ROOT\CIMV2\ms_409 and in 6 namespaces
LastLoadInfo property
CIMTYPE'string'
Description'This object contains the data identifying either the initial load device (its key) or the boot service that requested the last operating system load. In addition, the load parameters (ie, a pathname and parameters) may also be specified.'
LastLoadInfo property is in 2 classes of ROOT\CIMV2\ms_409 and in 6 namespaces
PowerManagementCapabilities property
CIMTYPE'uint16'
Description'Indicates the specific power-related capabilities of a computer system and its associated running operating system. The 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 system 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 parameter set to 5 ("Power Cycle"). "Timed Power On Supported" (7) indicates that the SetPowerState method can be invoked with the PowerState parameter 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 ComputerSystem, with its running OperatingSystem, supports power management. 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
PowerState property
CIMTYPE'uint16'
Description'Indicates the current power state of the computer system and its associated operating system. Regarding the power saving states, these are defined as follows: Value 4 (Unknown) indicates that the system is known to be in a power save mode, but its exact status in this mode is unknown; 2 (Low Power Mode) indicates that the system is in a power save state but still functioning, and may exhibit degraded performance; 3 (Standby) describes that the system is not functioning but could be brought to full power 'quickly'; and value 7 (Warning) indicates that the computerSystem is in a warning state, though also in a power save mode.'
Values['Unknown', 'Full Power', 'Power Save - Low Power Mode', 'Power Save - Standby', 'Power Save - Unknown', 'Power Cycle', 'Power Off', 'Power Save - Warning', 'Power Save - Hibernate', 'Power Save - Soft Off']
PowerState property is in 2 classes of ROOT\CIMV2\ms_409 and in 6 namespaces
ResetCapability property
CIMTYPE'uint16'
Description'If enabled (value = 4), the unitary computer system can be reset via hardware (e.g. the power and reset buttons). If disabled (value = 3), hardware reset is not allowed. In addition to Enabled and Disabled, other values for the property are also defined - "Not Implemented" (5), "Other" (1) and "Unknown" (2).'
Values['Other', 'Unknown', 'Disabled', 'Enabled', 'Not Implemented']
ResetCapability property is in 2 classes of ROOT\CIMV2\ms_409 and in 10 namespaces

Derived properties (10) of CIM_UnitaryComputerSystem class

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
CreationClassName property
CIMTYPE'string'
Description'The CreationClassName property 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
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
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
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.'
keyTrue
Name property is in 306 classes of ROOT\CIMV2\ms_409 and in 142 namespaces
NameFormat property
CIMTYPE'string'
Description'The CIM_ComputerSystem object and its derivatives are Top Level Objects of CIM. They provide the scope for numerous components. Having unique CIM_System keys is required. A heuristic is defined to create the CIM_ComputerSystem name to attempt to always generate the same name, independent of discovery protocol. This prevents inventory and management problems where the same asset or entity is discovered multiple times, but can not be resolved to a single object. Use of the heuristic is optional, but recommended.

The NameFormat property identifies how the computer system name is generated, using a heuristic. The heuristic is outlined, in detail, in the CIM V2 Common Model specification. It assumes that the documented rules are traversed in order, to determine and assign a name. The NameFormat values list defines the precedence order for assigning the computer system name. Several rules do map to the same Value.

Note that the CIM_ComputerSystem Name calculated using the heuristic is the system's key value. Other names can be assigned and used for the CIM_ComputerSystem that better suit the business, using Aliases.'
Values['IP', 'Dial', 'HID', 'NWA', 'HWA', 'X25', 'ISDN', 'IPX', 'DCC', 'ICD', 'E.164', 'SNA', 'OID/OSI', 'Other']
NameFormat property is in 6 classes of ROOT\CIMV2\ms_409 and in 21 namespaces
PrimaryOwnerContact property
CIMTYPE'string'
Description'A string that provides information on how the primary system owner can be reached (e.g. phone number, email address, ...).'
PrimaryOwnerContact property is in 6 classes of ROOT\CIMV2\ms_409 and in 15 namespaces
PrimaryOwnerName property
CIMTYPE'string'
Description'The name of the primary system owner.'
PrimaryOwnerName property is in 6 classes of ROOT\CIMV2\ms_409 and in 15 namespaces
Roles property
CIMTYPE'string'
Description'An array (bag) of strings that specify the roles this System plays in the IT-environment. Subclasses of System may override this property to define explicit Roles values. Alternately, a Working Group may describe the heuristics, conventions and guidelines for specifying Roles. For example, for an instance of a networking system, the Roles property might contain the string, 'Switch' or 'Bridge'.'
Roles property is in 6 classes of ROOT\CIMV2\ms_409 and in 17 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

CIM_UnitaryComputerSystem Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description'A class derived from CIM_ComputerSystem that represents a desktop, mobile, network PC, server or other type of a single node computer system.'
LOCALE1033

CIM_UnitaryComputerSystem System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\CIMV2\ms_409:CIM_UnitaryComputerSystem'___SYSTEM8
__NAMESPACE'ROOT\CIMV2\ms_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_ComputerSystem', 'CIM_System', 'CIM_LogicalElement', 'CIM_ManagedSystemElement']___SYSTEM8
__PROPERTY_COUNT16___SYSTEM3
__RELPATH'CIM_UnitaryComputerSystem'___SYSTEM8
__DYNASTY'CIM_ManagedSystemElement'___SYSTEM8
__SUPERCLASS'CIM_ComputerSystem'___SYSTEM8
__CLASS'CIM_UnitaryComputerSystem'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to CIM_UnitaryComputerSystem

Number of classes:54
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
__SystemClass500---
__SystemEvent120---
__SystemSecurity0071--
CIM_ApplicationSystem0100----
CIM_ApplicationSystemSoftwareFeature020----
CIM_ComputerSystem1100----
CIM_ComputerSystemDMA020----
CIM_ComputerSystemIRQ020----
CIM_ComputerSystemMappedIO020----
CIM_ComputerSystemPackage020----
CIM_ComputerSystemResource420----
CIM_FileSystem2190----
CIM_HostedFileSystem020----
CIM_LocalFileSystem0190----
CIM_ManagedSystemElement250----
CIM_OperatingSystem1272----
CIM_OperatingSystemSoftwareFeature020----
CIM_RemoteFileSystem1190----
CIM_System3100----
CIM_SystemComponent1220----
CIM_SystemDevice120----
CIM_SystemResource450----
Win32_ComputerSystem0604----
Win32_ComputerSystemEvent130---
Win32_ComputerSystemProcessor020----
Win32_ComputerSystemProduct080----
Win32_ManagedSystemElementResource100----
Win32_OperatingSystem0635----
Win32_OperatingSystemAutochkSetting020----
Win32_OperatingSystemQFE020----
Win32_SystemAccount090----
Win32_SystemBIOS020----
Win32_SystemBootConfiguration020----
Win32_SystemConfigurationChangeEvent030---
Win32_SystemDesktop020----
Win32_SystemDevices220----
Win32_SystemDriver02210----
Win32_SystemDriverPNPEntity020----
Win32_SystemEnclosure0371----
Win32_SystemLoadOrderGroups020----
Win32_SystemMemoryResource2100----
Win32_SystemNetworkConnections020----
Win32_SystemOperatingSystem030----
Win32_SystemPartitions020----
Win32_SystemProcesses020----
Win32_SystemProgramGroups020----
Win32_SystemResources020----
Win32_SystemServices020----
Win32_SystemSetting420----
Win32_SystemSlot0310----
Win32_SystemSystemDriver020----
Win32_SystemTimeZone020----
Win32_SystemTrace320---
Win32_SystemUsers020----
comments powered by Disqus
WUtils.com