| Win32_SystemMemoryResource | |||
| The Win32_SystemMemoryResource class represents a system memory resource on a Win32 system. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | The Caption property is a short textual description (one-line string) of the object. | |
| CreationClassName | String | 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. | |
| CSCreationClassName | String | The scoping computer system's creation class name property. | |
| CSName | String | The scoping computer system's name. | |
| Description | String | The Description property provides a textual description of the object. | |
| EndingAddress | UInt64 | The EndingAddress property contains the ending address of memory mapped I/O | |
| InstallDate | DateTime | 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. | |
| Name | String | 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. | |
| StartingAddress | UInt64 | The StartingAddress property contains the 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. | |
| Status | String | 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. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_DeviceMemoryAddress    {     Caption = "0xA0000-0xBFFFF";     CreationClassName = "Win32_DeviceMemoryAddress";     CSCreationClassName = "Win32_ComputerSystem";     CSName = "SCCM01";     Description = "0xA0000-0xBFFFF";     EndingAddress = "786431";     Name = "0xA0000-0xBFFFF";     StartingAddress = "655360";     Status = "OK";    }; | |||