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: NonePublic session key used to encrypt address account names and passwords.
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: NoneEncrypted Windows account used by Windows NT for the Configuration Manager services. The default value is "".
ServiceAccountDomain


Data type: StringAccess type: Read/WriteQualifiers: NoneDomain for the Windows service account used by Windows NT for the Configuration Manager services. The default value is "".
ServiceAccountPassword


Data type: StringAccess type: Read/WriteQualifiers: NoneEncrypted password for the service account. The default value is "".
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: NoneText version of the value of ServiceAccount for display purposes. The default value is "".
ServicePublicKey


Data type: StringAccess type: Read/WriteQualifiers: NonePublic key used to decrypt the service account and password. The default value is "".
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:
  • PLATFORM_INTEL (X86)

  • PLATFORM_MAC (MAC)

  • PLATFORM_ALPHA (ALPHA)

  • PLATFORM_PPC (POWERPC)

  • SMS_LOGON_POINT (SMS Logon Point)

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).
SQLAccount


Data type: StringAccess type: Read/WriteQualifiers: NoneEncrypted account used by Configuration Manager services when accessing SQL Server. The default value is "".
SQLAccountPassword


Data type: StringAccess type: Read/WriteQualifiers: NoneEncrypted password used to connect to the SQL Server. The default value is "".
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: NonePublic key used to decrypt the SQL Server account and password. The default value is "".
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


Send comments about this topic to Microsoft.