Compartilhar via


SMS_G_System_SYSTEM Server WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The SMS_G_System_SYSTEM Windows Management Instrumentation (WMI) class is an SMS Provider server class, in 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: String

    Access type: Read/Write

    Qualifiers: [ResDLL("SMS_RXPL.dll"), ResID(6901)]

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

  • GroupID
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: [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.

  • Name
    Data type: String

    Access type: Read/Write

    Qualifiers: [ResDLL("SMS_RXPL.dll"), ResID(6902)]

    Name of the client computer.

  • ResourceID
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: [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: UInt32

    Access type: Read/Write

    Qualifiers: [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.

  • SMSID
    Data type: String

    Access type: Read/Write

    Qualifiers:[ResDLL("SMS_RXPL.dll"), ResID(6903)]

    Unique Configuration Manager ID of the client.

  • SystemRole
    Data type: String

    Access type: Read/Write

    Qualifiers:[ResDLL("SMS_RXPL.dll"), ResID(6904)]

    The system role played by the computer operating system. Possible values are:

    • Workstation

    • Server

  • SystemType
    Data type: String

    Access type: Read/Write

    Qualifiers: [ResDLL("SMS_RXPL.dll"), ResID(6905)]

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

  • TimeStamp
    Data type: DateTime

    Access type: Read/Write

    Qualifiers: [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.

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

Concepts

Hardware Inventory Server WMI Classes
SMS_G_System_Current Server WMI Class