SMS_SCI_Component 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_Component Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a Configuration Manager server component installed on one or more servers at a site.

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

Class SMS_SCI_Component : SMS_SiteControlItem 
{
     String ComponentName;
     UInt32 FileType;
     UInt32 Flag;
     String ItemName;
     String ItemType;
     String Name;
     SMS_EmbeddedProperty Props[];
     SMS_EmbeddedPropertyList PropLists[];
     String SiteCode;
};

The SMS_SCI_Component class does not define any methods.

ComponentName

Data type: String

Access type: Read/Write

Qualifiers: None

Name of the Configuration Manager server component. The default value is "".

FileType

Data type: UInt32

Access type: Read/Write

Qualifiers: [key, enumeration:ToSubClass]

See SMS_SiteControlItem Server WMI Class.

Flag

Data type: UInt32

Access type: Read/Write

Qualifiers: None

Flag identifying the component. Possible values are listed below. The default value is NAMED_SERVER_INSTALLED (6).

Value

Description

1

ROLE_NOT_INSTALLED. If the flag is set to this value, the Name property specifies the server role. The component is installed on every server having the specified role.

2

NAMED_SERVER_NOT_INSTALLED. If the flag is set to this value, the Name property specifies a particular server on which the component is installed. The server name does not include backslashes.

5

ROLE_INSTALLED. If the flag is set to this value, the Name property specifies the server role. The component is installed on every server having the specified role.

6

NAMED_SERVER_INSTALLED. If the flag is set to this value, the Name property specifies a particular server on which the component is installed. The server name does not include backslashes.

ItemName

Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteControlItem Server WMI Class.

ItemType

Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteControlItem Server WMI Class.

Name

Data type: String

Access type: Read/Write

Qualifiers: None

Configuration Manager role or server name, depending on the value of Flag. The default value is "".

Props

Data type: SMS_EmbeddedProperty Array

Access type: Read/Write

Qualifiers: None

SMS_EmbeddedProperty Server WMI Class objects for the component.

PropLists

Data type: SMS_EmbeddedPropertyList Array

Access type: Read/Write

Qualifiers: None

SMS_EmbeddedPropertyList Server WMI Class objects for the component.

SiteCode

Data type: String

Access type: Read/Write

Qualifiers: [key, SizeLimit("3")]

See SMS_SiteControlItem Server WMI Class.

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

SELECT * FROM SMS_SCI_Component
WHERE SiteCode = "<sitecode>"
Show: