SMS_CIAllCategories 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_CIAllCategories Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that lists all of the SMS_CategoryInstance Server WMI Class or SMS_UpdateCategoryInstance Server WMI Class object instances for a given SMS_ConfigurationItem object.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_CIAllCategories : SMS_BaseClass
{
UInt32 CategoryInstanceID;
String CategoryInstance_UniqueID;
String CategoryTypeName;
UInt32 CI_ID;
String CI_UniqueID;
String LocalizedCategoryInstanceName;
UInt32 LocalizedPropertyLocaleID;
String ModelName;
UInt32 ObjectTypeID;
};
The SMS_CIAllCategories class does not define any methods.
- CategoryInstanceID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, read, Not_null]
System Center 2012 R2 Configuration Manager-generated, site-specific ID for the category instance. This ID is defined by the CategoryInstanceID property of SMS_CategoryInstanceBase Server WMI Class for the specific configuration item.
- CategoryInstance_UniqueID
Data type: String
Access type: Read/Write
Qualifiers: [unique, SizeLimit("512")]
The unique ID for the category instance. This string can have a maximum of 512 characters. This ID is defined by the CategoryInstance_UniqueID property of SMS_CategoryInstanceBase Server WMI Class for the specific configuration item.
- CategoryTypeName
Data type: String
Access type: Read-only
Qualifiers: [read]
- CI_ID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, read, Not_null]
The unique ID of the configuration item. This ID is unique only for the site. The ID is defined by the CI_ID property of SMS_ConfigurationItemBaseClass Server WMI Class for the specific configuration item.
- CI_UniqueID
Data type: String
Access type: Read-only
Qualifiers: [read]
- LocalizedCategoryInstanceName
Data type: String
Access type: Read-only
Qualifiers: [read]
- LocalizedPropertyLocaleID
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
- ModelName
Data type: String
Access type: Read-only
Qualifiers: [read]
- ObjectTypeID
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Class qualifiers for this class include:
Read (read-only)
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 applicable to all types of configuration items, not just software updates. For a discussion of configuration item types, see the CIType_ID property of SMS_ConfigurationItemBaseClass Server WMI Class.
Use this class to query for all categories associated with a configuration item, or all configuration items associated with a category.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.