The SMS_ CombinedUserResources Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, represents all the user resources in the system.

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

Class SMS_ CombinedUserResources: SMS_BaseClass
{
	String Domain;
	String Name;
	UInt32 ResourceID;
	UInt32 ResourceType;
	String SMSID;
};

Methods

The SMS_ CombinedUserResources class does not define any methods.

Properties

Domain

Data type: StringAccess type: Read/WriteQualifiers: NoneDomain to which the resource belongs.
Name

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

Data type: UInt32Access type: Read/WriteQualifiers: [key]Unique System Center 2012 R2 Configuration Manager supplied ID for the resource. This ID is not unique across sites.
ResourceType

Data type: UInt32Access type: Read/WriteQualifiers: NoneType of resource, for example, system or user. For more information, see SMS_ResourceMap Server WMI Class.
SMSID

Data type: StringAccess type: Read OnlyQualifiers: NoneGUID generated by the client. This property is only set if the IsClient property is set to true.

Remarks

Similar to the members class that is generated for querying “All Systems,” this class is designed for summarizing the major properties across different feature areas and is not bound by the same RBAC rules as the “All Systems” resource class.

Class qualifiers for this class include:

  • Abstract

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

Development Requirements

See Also