The SMS_WinPEOptionalComponentInBootImage Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the association between a boot image package and a WinPE optional component.

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

Class SMS_WinPEOptionalComponentInBootImage : SMS_BaseClass
{
	String Architecture;
	UInt32 ComponentID;
	String DependentComponentNames[];
	UInt32 DependentIds[];
	Boolean IsRequired;
	String Name;
	String PackageID;
	UInt64 Size;
};

Methods

The SMS_WinPEOptionalComponentInBootImage class does not define any methods.

Properties

Architecture

Data type: StringAccess type: Read Qualifiers: [key]The architecture of WinPE optional component associated with the SMS_WinPEOptionalComponentInfo object.
ComponentID

Data type: UInt32Access type: Read Qualifiers: [key]The unique identifier of the WinPE optional component associated with the SMS_WinPEOptionalComponentInfo object.
DependentComponentNames

Data type: String ArrayAccess type: Read Qualifiers: noneThe name of dependent WinPE optional components associated with the SMS_WinPEOptionalComponentInfo object.
DependentIds

Data type: UInt32 ArrayAccess type: Read Qualifiers: noneThe unique identifier of dependent WinPE optional component associated with the SMS_WinPEOptionalComponentInfo object.
IsRequired

Data type: BooleanAccess type: Read Qualifiers: noneThe required flag of WinPE optional component associated with the SMS_WinPEOptionalComponentInfo object.
Name

Data type: StringAccess type: Read Qualifiers: noneThe name of WinPE optional component associated with the SMS_WinPEOptionalComponentInfo object.
PackageID

Data type: StringAccess type: Read Qualifiers: [key]The unique identifier of the boot image associated with the SMS_BootImagePackage object.
Size

Data type: UInt64Access type: Read Qualifiers: noneThe size of WinPE optional component associated with the SMS_WinPEOptionalComponentInfo object.

Remarks

Requirements

Runtime Requirements

Development Requirements