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

Methods

The SMS_MeteredUser class does not define any methods.

Properties

Domain

Data type: StringAccess type: Read/WriteQualifiers: NoneDomain to which the metered user belongs.
FullName

Data type: StringAccess type: Read/WriteQualifiers: NoneFully qualified domain name of the user in domain\user format.
MeteredUserID

Data type: UInt32Access type: Read/WriteQualifiers: [key]ID for the metered user.
UserName

Data type: StringAccess type: Read/WriteQualifiers: NoneName of the metered user.

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

Requirements

Runtime Requirements

Development Requirements

See Also