The SMS_G_System_WORKSTATION_STATUS Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 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] 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: NoneDate and time when System Center 2012 Configuration Manager inventoried the client computer hardware.
LastReportVersion

Data type: StringAccess type: Read/WriteQualifiers: NoneVersion of the last report.
ResourceID

Data type: UInt32Access type: Read/WriteQualifiers: [key] 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: NoneSee 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: NoneSee 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