The SMS_SCI_ClientConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents general configuration information that can be used by more than one client component.

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

Class SMS_SCI_ClientConfig : SMS_SiteControlItem 
{
	 String ClientConfigName;
	 UInt32 FileType;
	 UInt32 Flags;
	 String ItemName;
	 String ItemType;
	 String Platforms[];
	 SMS_EmbeddedPropertyList PropLists[];
	 SMS_EmbeddedProperty Props[];
	 SMS_Client_Reg_MultiString_List RegMultiStringLists[];
	 String SiteCode;
};

Methods

The SMS_SCI_ClientConfig class does not define any methods.

Properties

ClientConfigName

Data type: StringAccess type: Read/WriteQualifiers: [StringEnumeration]Name of the client configuration block. Currently the only defined value is COMP_STATUS_MESSAGE_FILTER (Component Status Message Filter).
FileType

Data type: UInt32Access type: Read/WriteQualifiers: [key, enumeration:ToSubClass]See SMS_SiteControlItem Server WMI Class.
Flags

Data type: UInt32Access type: Read/WriteQualifiers: NoneFlags identifying the configuration block. Possible values are listed below. The default value is 0.
1

ACTIVE
2

BASE_INSTALL
ItemName

Data type: StringAccess type: Read-onlyQualifiers: [key, read]See SMS_SiteControlItem Server WMI Class.
ItemType

Data type: StringAccess type: Read-onlyQualifiers: [key, read]See SMS_SiteControlItem Server WMI Class.
Platforms

Data type: String ArrayAccess type: Read/WriteQualifiers: [StringEnumeration]This property is obsolete.
PropLists

Data type: SMS_EmbeddedPropertyList ArrayAccess type: Read/WriteQualifiers: NoneSMS_EmbeddedPropertyList Server WMI Class objects for the configuration.
Props

Data type: SMS_EmbeddedProperty ArrayAccess type: Read/WriteQualifiers: NoneSMS_EmbeddedProperty Server WMI Class objects for the configuration.
RegMultiStringLists

Data type: SMS_Client_Reg_MultiString_List ArrayAccess type: Read/WriteQualifiers: NoneSMS_Client_Reg_MultiString_List Server WMI Class objects for the configuration.
SiteCode

Data type: StringAccess type: Read/WriteQualifiers: [key, SizeLimit("3")]See SMS_SiteControlItem Server WMI Class.

Remarks

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 client configuration components defined for your site server.

  Copy Code
SELECT * FROM SMS_SCI_ClientConfig
WHERE SiteCode = "<sitecode>"

Requirements

Runtime Requirements

Development Requirements

See Also