SMS_CombinedUserResources 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_ 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;
};
The SMS_ CombinedUserResources class does not define any methods.
- Domain
Data type: String
Access type: Read/Write
Qualifiers: None
Domain to which the resource belongs.
- Name
Data type: String
Access type: Read/Write
Qualifiers: None
Name of the resource.
- ResourceID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
Unique System Center 2012 R2 Configuration Manager supplied ID for the resource. This ID is not unique across sites.
- ResourceType
Data type: UInt32
Access type: Read/Write
Qualifiers: None
Type of resource, for example, system or user. For more information, see SMS_ResourceMap Server WMI Class.
- SMSID
Data type: String
Access type: Read Only
Qualifiers: None
GUID generated by the client. This property is only set if the IsClient property is set to true.
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
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.