Share via


SMS_G_System_WORKSTATION_STATUS

The SMS_G_System_WORKSTATION_STATUS WMI class contains information about the last time inventory was collected on a client computer.

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

Class SMS_G_System_WORKSTATION_STATUS : SMS_G_System_Current
{
  string FailedHardwareChecks;
  string FilesNotInstalled;
  uint32 GroupID;
  datetime LastHardwareScan;
  uint32 ResourceID;
  uint32 RevisionID;
  string StandaloneWorkstation;
  string SystemFilesNotModified;
  datetime TimeStamp;
};

Properties

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

    Not used.

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

    Not used.

  • 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.

  • LastHardwareScan
    Data type: datetimeAccess type: Read-only

    Date and time when SMS inventoried the client computer's hardware.

  • 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.

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

    Not used.

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

    Not used.

  • TimeStamp
    Data type: datetimeAccess type: Read-only

    Date and time when the object was last revised.

Remarks

This class was added in SMS 2.0 Service Pack 1 and it has no history or extended history instances.

See Also

Hardware Inventory Classes