Configuration Manager Site Configuration Server WMI Classes
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
This section contains detailed reference information about the site configuration server Windows Management Instrumentation (WMI) classes in Microsoft System Center Configuration Manager 2007. These classes include classes that relate to an installation of Configuration Manager 2007 that consists of one or more computers running the Configuration Manager components.
You can configure the components of a site at any time to enhance the management of your site. Configuration information is contained in the install map and the site control file.
When you install Configuration Manager, it creates an install map that describes the initial configuration of the installed features for the server, client, and Configuration Manager console. The install map configuration data is read-only and uses the following classes:
Classes that are derived from SMS_SiteInstallItem use the naming convention SMS_SII_*. Classes that are derived from SMS_SiteInstallItemBase use the naming convention SMS_SIIB_*.
The site control file describes the current configuration of the site and its components. Use the following classes to manage the site control file and the site configuration data:
Classes that are derived from SMS_SiteControlItem use the naming convention SMS_SCI_*. Use these classes to access and modify the configuration items that are contained in the site control file.
For information about managing the site control file and changing component configuration, see Configuration Manager Site Control File.
In This Section
- SMS_Client_Reg_MultiString_List Server WMI Class
Represents a list of client registry multi-string items from the site control file.
- SMS_EmbeddedProperty Server WMI Class
Represents a general-purpose embedded property used by the site control file to define the properties of a site control item.
- SMS_EmbeddedPropertyList Server WMI Class
Represents a general-purpose embedded object defining property lists used by the site control file to define the string array properties of a site control item.
- SMS_Identification Server WMI Class
Provides basic information about the installed SMS_Site object, for example, its language version, site code, and provider.
- SMS_SCI_Address Server WMI Class
Represents a sender address, which is a link between the site for which the site control file exists and another site.
- SMS_SCI_ClientComp Server WMI Class
Represents the component to install on a client computer.
- SMS_SCI_ClientConfig Server WMI Class
Represents general configuration information that can be used by more than one client component.
- SMS_SCI_Component Server WMI Class
Represents a Configuration Manager server component installed on one or more servers at a site.
- SMS_SCI_Configuration Server WMI Class
Represents a configuration item, which is a generic named container of properties and property lists, for a site server component.
- SMS_SCI_FileDefinition Server WMI Class
Represents the basic properties about the site control file.
- SMS_SCI_MaintenanceTask Server WMI Class
Defines a site control item maintenance task.
- SMS_SCI_SiteAssignment Server WMI Class
Represents a site assignment, which can be based on an IPX subnet, an IPX network number, or an AppleTalk zone name.
- SMS_SCI_SiteDefinition Server WMI Class
Contains general definitions for the site (for example, name) and for accounts (for example, SQL) used by Configuration Manager server components.
- SMS_SCI_SQLCmd Server WMI Class
Defines a Structured Query Language (SQL) command to be run periodically directly in the SQL Server database.
- SMS_SCI_SQLTask Server WMI Class
Defines a SQL task to be run periodically.
- SMS_SCI_SysResUse Server WMI Class
Represents a specific usage of a server or other network resource.
- SMS_SII_Property Server WMI Class
Represents a general-purpose storage object for property data that can be represented as a single integer or two strings.
- SMS_SII_PropertyList Server WMI Class
Represents a general-purpose storage object defining property lists for a site install item.
- SMS_SIIB_AddressType Server WMI Class
Represents the Configuration Manager sender address type used by the Configuration Manager console.
- SMS_SIIB_Component_FileList Server WMI Class
Represents file list information for a Configuration Manager component.
- SMS_SIIB_Configuration Server WMI Class
Represents the configuration for a property page in the Configuration Manager console.
- SMS_SIIB_Generic_Configuration Server WMI Class
Represents generic configuration for Configuration Manager components.
- SMS_SIIB_NALProvider Server WMI Class
Represents the network abstraction layer (NAL) provider that is configured for the site.
- SMS_SIIB_SenderType Server WMI Class
Represents the sender type for the associated Configuration Manager console property pages.
- SMS_SIIB_SysResRole Server WMI Class
Represents a system role associated with a Configuration Manager console property page resource.
- SMS_SIIB_UINALProvider Server WMI Class
Represents the network abstraction layer (NAL) provider that is used by the Configuration Manager console.
- SMS_Site Server WMI Class
Represents identification and status data for a Configuration Manager site installation.
- SMS_SiteControlDaySchedule Server WMI Class
Represents usage information for each hour of the day.
- SMS_SiteControlFile Server WMI Class
Represents the site control file and contains methods to maintain version control of the site control file.
- SMS_SiteControlItem Server WMI Class
Represents the abstract base class for all site control item classes.
- SMS_SiteInstallItem Server WMI Class
Represents the abstract base class of all site install item classes.
- SMS_SiteInstallItemBase Server WMI Class
Represents the abstract base class from which all specific site install item configuration classes are derived.
- SMS_SiteInstallMap Server WMI Class
Represents the site install map, which describes the layout of all installed features.
- SMS_SystemResourceList Server WMI Class
Maps NAL paths, resource types, site codes, and role names for system resources that are located on site servers.
- SMS_UINAL_ResourceInfo Server WMI Class
Represents NAL data specific to the Configuration Manager console.
- SMS_SCFToSCI_a Server WMI Class
Relates an SMS_SiteControlFile object with the SMS_SiteControlItem objects that make up the current site control file.
- SMS_SCFToSite_a Server WMI Class
Uses the SiteCode property to relate SMS_SiteControlFile objects to SMS_Site objects.
- SMS_SiteToSubSite_a Server WMI Class
Defines the hierarchy of sites by relating an SMS_Site object with its subsites.
- SMS_SiteToROOTColl_a Server WMI Class
Relates an SMS_Site object with an SMS_Collection object representing the root of the collections to which the site belongs.
- SMS_SiteToSiteID_a Server WMI Class
Relates an SMS_Site object with an SMS_Identification object representing identifying information for the site.