The SMS_G_System_SYSTEM Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that contains information about hardware inventory related to a client computer operating system.

The following syntax is simplified from Managed Object Format (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;
};

Methods

The SMS_G_System_SYSTEM class does not define any methods.

Properties

Domain

Data type: StringAccess type: Read/WriteQualifiers: NoneName of the Windows NT domain to which the operating system account belongs.
GroupID

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

Data type: StringAccess type: Read/WriteQualifiers: NoneName of the client computer.
ResourceID

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

Data type: StringAccess type: Read/WriteQualifiers: None Unique System Center 2012 R2 Configuration Manager ID of the client.
SystemRole

Data type: StringAccess type: Read/WriteQualifiers: NoneThe system role played by the computer operating system. Possible values are:
  • Workstation

  • Server

SystemType

Data type: StringAccess type: Read/WriteQualifiers: NoneDescription of the operating system, for example, "X86-based PC".
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.

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.

This class was added in SMS 2.0 Service Pack 1. It does not have a Win32 class equivalent.

See Also