SMS_SiteInstallMap 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_SiteInstallMap Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the site install map, which describes the layout of all installed features.

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

Class SMS_SiteInstallMap : SMS_BaseClass 
{
     String BuildNumber;
     UInt32 FileType;
     String FormatVersion;
     String IMapData;
};

The following table lists the method in SMS_SiteInstallMap.

Method

Description

Refresh Method in Class SMS_SiteInstallMap

Reloads the install map from the database, which repopulates the classes.

BuildNumber

Data type: String

Access type: Read/Write

Qualifiers: [lazy]

Configuration Manager build number.

FileType

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Reserved. Initialized with a value of 1.

FormatVersion

Data type: String

Access type: Read/Write

Qualifiers: [lazy]

Format version of the install map.

IMapData

Data type: String

Access type: Read-only

Qualifiers: [large, lazy]

Install map data in text format.

Class qualifiers for this class include:

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Use classes derived from SMS_SiteInstallItemBase Server WMI Class to view the install map.

Show: