SMS_SCI_SiteDefinition Server WMI Class
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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/Write
Qualifiers: None
Public session key used to encrypt address account names and passwords.
FileType
Data type: UInt32Access type: Read/Write
Qualifiers: [key, enumeration:ToSubClass]
InstallDirectory
Data type: StringAccess type: Read/Write
Qualifiers: None
Directory on the site server where the Configuration Manager tree starts. The default value is "".
ItemName
Data type: StringAccess type: Read-only
Qualifiers: [key, read]
ItemType
Data type: StringAccess type: Read-only
Qualifiers: [key, read]
ParentSiteCode
Data type: StringAccess type: Read/Write
Qualifiers: [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/Write
Qualifiers: None
SMS_EmbeddedPropertyList Server WMI Class objects for the site.
Props
Data type: SMS_EmbeddedProperty ArrayAccess type: Read/Write
Qualifiers: None
SMS_EmbeddedProperty Server WMI Class objects for the site.
ServiceAccount
Data type: StringAccess type: Read/Write
Qualifiers: None
Encrypted Windows account used by Windows NT for the Configuration Manager services. The default value is "".
ServiceAccountDomain
Data type: StringAccess type: Read/Write
Qualifiers: None
Domain for the Windows service account used by Windows NT for the Configuration Manager services. The default value is "".
ServiceAccountPassword
Data type: StringAccess type: Read/Write
Qualifiers: None
Encrypted password for the service account. The default value is "".
ServiceExchangeKey
Data type: StringAccess type: Read/Write
Qualifiers: None
Public 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/Write
Qualifiers: None
Text version of the value of ServiceAccount for display purposes. The default value is "".
ServicePublicKey
Data type: StringAccess type: Read/Write
Qualifiers: None
Public key used to decrypt the service account and password. The default value is "".
SiteCode
Data type: StringAccess type: Read/Write
Qualifiers: [key, SizeLimit("3")]
SiteName
Data type: StringAccess type: Read/Write
Qualifiers: None
Unique friendly site name of the site server. The default value is "".
SiteServerDomain
Data type: StringAccess type: Read/Write
Qualifiers: None
Domain in which the site server participates. The default value is "".
SiteServerName
Data type: StringAccess type: Read/Write
Qualifiers: None
Name of the Windows NT site server. The default value is "".
SiteServerPlatform
Data type: StringAccess type: Read/Write
Qualifiers: [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/Write
Qualifiers: [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/Write
Qualifiers: None
Encrypted account used by Configuration Manager services when accessing SQL Server. The default value is "".
SQLAccountPassword
Data type: StringAccess type: Read/Write
Qualifiers: None
Encrypted password used to connect to the SQL Server. The default value is "".
SQLDatabaseName
Data type: StringAccess type: Read/Write
Qualifiers: None
Name of the SQL Server database on the server. The default value is "".
SQLPublicKey
Data type: StringAccess type: Read/Write
Qualifiers: None
Public key used to decrypt the SQL Server account and password. The default value is "".
SQLServerName
Data type: StringAccess type: Read/Write
Qualifiers: None
Name 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
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Concepts
Configuration Manager Site Configuration Server WMI Classes
SMS_EmbeddedProperty Server WMI Class
SMS_EmbeddedPropertyList Server WMI Class
SMS_SiteControlItem Server WMI Class