Share via


SMS_G_System_SYSTEM

The SMS_G_System_SYSTEM WMI class is a special inventory class that does not exist as a Win32 class. It contains information about a client computer's system.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_G_System_SYSTEM : SMS_G_System_Current
{
  string Domain;
  uint32 GroupID;
  string Name;
  uint32 ResourceID;
  uint32 RevisionID;
  string SMSID;
  string SystemRole;
  string SystemType;
  datetime TimeStamp;
};

Properties

  • Domain
    Data type: string
    Access type: Read-only

    Name of the Windows NT domain to which the system account belongs.

  • GroupID
    Data type: uint32
    Access type: Read-only
    Qualifiers: Key

    Distinguishes one instance of a class from another within the same resource. Objects with the same ResourceID and GroupID values are deltas of one another, describing the same hardware inventory instance at different times.

  • Name
    Data type: string
    Access type: Read-only

    Name of the computer.

  • ResourceID
    Data type: uint32
    Access type: Read-only
    Qualifiers: Key

    SMS-supplied identifier that uniquely identifies the client. A ResourceID value is not unique outside the site.

  • RevisionID
    Data type: uint32
    Access type: Read-only

    Value increments each time an inventory is taken to identify the number of times this object has been inventoried. The object is only inventoried when it has changed. The highest number is the most recent update. Objects with the same ResourceID and GroupID values are deltas. They differ from one another by RevisionID value.

  • SMSID
    Data type: string
    Access type: Read-only

    Unique identifier of the client.

  • SystemRole
    Data type: string
    Access type: Read-only

    Identifies the system role played by the computer system. For example, "Workstation" or "Server".

  • SystemType
    Data type: string
    Access type: Read-only

    Description of the system. For example, "X86-based PC".

  • TimeStamp
    Data type: datetimeAccess type: Read-only

    Date and time when the object was last revised.

Remarks

This class was added in Service Pack 1.

See Also

Hardware Inventory Classes