MIF Group Folder Scalars

A MIF group folder contains scalars that represent the actual properties (or attributes) of the group. Each attribute is assigned a value. The set of attribute values for a group makes up the inventory for a specific item. For example, a Disk group on a computer has attributes such as Drive Index, Storage Type, Free Storage, and so on. In a workstation's inventory, a Disk's Drive Letter attribute can be assigned a value such as A, B, C, and so on.

LastChanged is the only defined scalar for MIF group folders (see description below). The set of scalars within a group folder depends on its group class.

The set of scalars within a group folder is also dependent on the instance of the group—all attributes defined for the group may not have been included by the MIF that reported the inventory. Indeed, different instances of the same group may contain completely different sets of attributes.

Your application can retrieve the list of scalars within a specific folder by using the SmsGetNextScalar function to retrieve each scalar sequentially.

A MIF group folder has the following scalar:

LastChanged
Time. Read-only access. The time that any scalar in the MIF group was last changed. This could be the time of creation or subsequent modification. LastChanged is a read-only system scalar and will not be recognized if specified as a scalar when creating a MIF group folder.