SMS_SCI_Configuration 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_SCI_Configuration Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a configuration item, which is a generic named container of properties and property lists, for a site server component.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_SCI_Configuration : SMS_SiteControlItem
{
String ConfigurationName;
UInt32 FileType;
String ItemName;
String ItemType;
SMS_EmbeddedProperty Props[];
SMS_EmbeddedPropertyList PropLists[];
String SiteCode;
};
The SMS_SCI_Configuration class does not define any methods.
- ConfigurationName
Data type: String
Access type: Read/Write
Qualifiers: None
Name of the configuration.
- FileType
Data type: UInt32
Access type: Read/Write
Qualifiers: [key, enumeration:ToSubClass]
- ItemName
Data type: String
Access type: Read-only
Qualifiers: [key, read]
- ItemType
Data type: String
Access type: Read-only
Qualifiers: [key, read]
- Props
Data type: SMS_EmbeddedProperty Array
Access type: Read/Write
Qualifiers: None
SMS_EmbeddedProperty Server WMI Class objects for the configuration.
- PropLists
Data type: SMS_EmbeddedPropertyList Array
Access type: Read/Write
Qualifiers: None
SMS_EmbeddedPropertyList Server WMI Class objects for the configuration.
- SiteCode
Data type: String
Access type: Read/Write
Qualifiers: [key, SizeLimit("3")]
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.
Run the following query for a complete list of configuration objects on your site server.
SELECT * FROM SMS_SCI_Configuration WHERE SiteCode = "<sitecode>"
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.