The SMS_SCI_SiteDefinition Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that contains general definitions for the site (for example, name) and for accounts (for example, SQL) used by Configuration Manager server components.

Note
This class is vital to the operation of the site control infrastructure. Changing the values for an existing site might render the site control file unusable for further configuration. Existing objects for functioning sites should not be changed.

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

Class SMS_SCI_SiteDefinition : SMS_SiteControlItem 
{
	 String AddressPublicKey;
	 UInt32 FileType;
	 String InstallDirectory;
	 String ItemName;
	 String ItemType;
	 String ParentSiteCode;
	 SMS_EmbeddedPropertyList PropLists[];
	 SMS_EmbeddedProperty Props[];
	 String ServiceAccount;
	 String ServiceAccountDomain;
	 String ServiceAccountPassword;
	 String ServiceExchangeKey;
	 String ServicePlaintextAccount;
	 String ServicePublicKey;
	 String SiteCode;
	 String SiteName;
	 String SiteServerDomain;
	 String SiteServerName;
   String SiteServerPlatform;
	 UInt32 SiteType;
	 String SQLAccount;
	 String SQLAccountPassword;
	 String SQLDatabaseName;
	 String SQLPublicKey;
	 String SQLServerName;
};

Methods

The SMS_SCI_SiteDefinition class does not define any methods.

Properties

AddressPublicKey

Data type: StringAccess type: Read/WriteQualifiers: NoneThis property is deprecated.
FileType

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

Data type: StringAccess type: Read/WriteQualifiers: NoneDirectory on the site server where the Configuration Manager tree starts. The default value is "".
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.
ParentSiteCode

Data type: StringAccess type: Read/WriteQualifiers: [SizeLimit("3")]Three-letter site code of the parent site (if there is one). The default value is "".
PropLists

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

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

Data type: StringAccess type: Read/WriteQualifiers: NoneThis property is deprecated.
ServiceAccountDomain

Data type: StringAccess type: Read/WriteQualifiers: NoneThis property is deprecated.
ServiceAccountPassword

Data type: StringAccess type: Read/WriteQualifiers: NoneThis property is deprecated.
ServiceExchangeKey

Data type: StringAccess type: Read/WriteQualifiers: NonePublic exchange key used to encrypt the value of ServicePublicKey. Provide no value for this property if ServicePublicKey is not encrypted.
ServicePlaintextAccount

Data type: StringAccess type: Read/WriteQualifiers: NoneThis property is deprecated.
ServicePublicKey

Data type: StringAccess type: Read/WriteQualifiers: NoneThis property is deprecated.
SiteCode

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

Data type: StringAccess type: Read/WriteQualifiers: NoneUnique friendly site name of the site server. The default value is "".
SiteServerDomain

Data type: StringAccess type: Read/WriteQualifiers: NoneDomain in which the site server participates. The default value is "".
SiteServerName

Data type: StringAccess type: Read/WriteQualifiers: NoneName of the Windows NT site server. The default value is "".
SiteServerPlatform

Data type: StringAccess type: Read/WriteQualifiers: [StringEnumeration]Processor platform of the site server. Possible values are:
  • AMD64

SiteType

Data type: UInt32Access type: Read/WriteQualifiers: [ResIDValueLookup("SiteType")]Type of site. Possible values are listed for the Type property of SMS_Site Server WMI Class. For this class, the default value is PRIMARY (2).

1

Secondary

2

Primary

4

CAS

SQLAccount

Data type: StringAccess type: Read/WriteQualifiers: NoneThis property is deprecated.
SQLAccountPassword

Data type: StringAccess type: Read/WriteQualifiers: NoneThis property is deprecated.
SQLDatabaseName

Data type: StringAccess type: Read/WriteQualifiers: NoneName of the SQL Server database on the server. The default value is "".
SQLPublicKey

Data type: StringAccess type: Read/WriteQualifiers: NoneThis property is deprecated.
SQLServerName

Data type: StringAccess type: Read/WriteQualifiers: NoneName of the computer running SQL Server for this installation. The default value is "".

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.

Requirements

Runtime Requirements

Development Requirements

See Also