The SMS_G_System_WORKSTATION_STATUS Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that contains information about the last time inventory was collected on a client computer.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_G_System_WORKSTATION_STATUS : SMS_G_System_Current
{
	 UInt32 GroupID;
	 DateTime LastHardwareScan;
   String LastReportVersion;
	 UInt32 ResourceID;
	 UInt32 RevisionID;
   UInt32 SystemDefaultLocaleID;
	 DateTime TimeStamp;
   UInt32 TimeZoneOffset
};

Methods

The SMS_G_System_WORKSTATION_STATUS class does not define any methods.

Properties

GroupID


Data type: UInt32Access type: Read/WriteQualifiers: [key, ResDLL("SMS_RXPL.dll"), ResID(16)] See SMS_G_System_Current Server WMI Class. For this class, the default value of this property is NULL.
LastHardwareScan


Data type: DateTimeAccess type: Read/WriteQualifiers: [ResDLL("SMS_RXPL.dll"), ResID(6803)] Date and time when Configuration Manager inventoried the client computer hardware.
LastReportVersion


Data type: StringAccess type: Read/WriteQualifiers: [ResDLL("SMS_RXPL.dll"), ResID(6803)] Version of the last report.
ResourceID


Data type: UInt32Access type: Read/WriteQualifiers: [key, ResDLL("SMS_RXPL.dll"), ResID(15)] See SMS_G_System_Current Server WMI Class.For this class, the default value of this property is null.
RevisionID


Data type: UInt32Access type: Read/WriteQualifiers: [ResDLL("SMS_RXPL.dll"), ResID(17)] See SMS_G_System_Current Server WMI Class.For this class, the default value of this property is null.
SystemDefaultLocaleID


Data type: UInt32Access type: Read/WriteQualifiers: NoneSystem default locale ID.
TimeStamp


Data type: DateTimeAccess type: Read/WriteQualifiers: [ResDLL("SMS_RXPL.dll"), ResID(12)] See SMS_G_System_Current Server WMI Class.For this class, the default value of this property is null.
TimeZoneOffset


Data type: UInt32Access type: Read/WriteQualifiers: NoneSystem default time zone offset.

Remarks

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

See Also


Send comments about this topic to Microsoft.