SMS_SiteInstallItemBase 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_SiteInstallItemBase Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the abstract base class from which all specific site install item configuration classes are derived.

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

Class SMS_SiteInstallItemBase : SMS_SiteInstallItem 
{
     String ItemName;
     String ItemType;
     String Units[];
     String SiteCode;
};

The SMS_SiteInstallItemBase class does not define any methods.

ItemName

Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteInstallItem Server WMI Class.

ItemType

Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteInstallItem Server WMI Class.

Units

Data type: String Array

Access type: Read/Write

Qualifiers: None

Units to install. Possible values are:

  • SMS

  • ADMIN_UI

  • Remote control

SiteCode

Data type: String

Access type: Read-only

Qualifiers: [read]

For internal use only.

Class qualifiers for this class include:

  • Abstract

  • 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 [dxmigr] to view the install map represented by SMS_SiteInstallMap Server WMI Class.

Show: