SMS_MeteredUser Server WMI Class

System Center

Updated: October 28, 2009

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_MeteredUser Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that lists users that have used metered applications.

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


Class SMS_MeteredUser : SMS_BaseClass
{
      String Domain;
      String FullName;
      UInt32 MeteredUserID;
      String UserName;
};

The SMS_MeteredUser class does not define any methods.

Domain
Data type: String

Access type: Read/Write

Qualifiers: [ResID(2002), ResDLL("SMS_RSTT.dll")]

Domain to which the metered user belongs.

FullName
Data type: String

Access type: Read/Write

Qualifiers: [ResID(2001), ResDLL("SMS_RSTT.dll")]

Fully qualified domain name of the user in domain\user format.

MeteredUserID
Data type: UInt32

Access type: Read/Write

Qualifiers: [key, ResID(1906), ResDLL("SMS_RSTT.dll")]

ID for the metered user.

UserName
Data type: String

Access type: Read/Write

Qualifiers: [ResID(2003), ResDLL("SMS_RSTT.dll")]

Name of the metered user.

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 is the source for the MeteredUserID foreign key used in other classes.

Runtime Requirements

Development Requirements

Show: