SMS_MeteredUser Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_MeteredUser Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 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: None

Domain to which the metered user belongs.

FullName

Data type: String

Access type: Read/Write

Qualifiers: None

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

MeteredUserID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

ID for the metered user.

UserName

Data type: String

Access type: Read/Write

Qualifiers: None

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.

Show: