The SMS_CombinedResources Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 Configuration Manager, represents all the device and user resources in the system.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ CombinedResources: SMS_BaseClass { String Domain; String Name; UInt32 ResourceID; UInt32 ResourceType; String SMSID; }; |
Methods
The SMS_ CombinedResources 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 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
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.