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; }; |
Methods
The following table lists the method in SMS_SiteInstallMap.
Method | Description |
---|---|
Reloads the install map from the database, which repopulates the classes. |
Properties
- BuildNumber
- Data type: StringAccess type: Read/WriteQualifiers: [lazy]Configuration Manager build number.
- FileType
- Data type: UInt32Access type: Read/WriteQualifiers: [key]Reserved. Initialized with a value of 1.
- FormatVersion
- Data type: StringAccess type: Read/WriteQualifiers: [lazy]Format version of the install map.
- IMapData
- Data type: StringAccess type: Read-onlyQualifiers: [large, lazy]Install map data in text format.
Remarks
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.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.