The SMS_ImageInformation Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents all image information in boot image, operating system image, and operating system installer.

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

Class SMS_ImageInformation : SMS_BaseClass
{
	UInt32 Architecture;
	String CreatedBy;
	String CreationDate;
	String Description;
	String HALType;
	UInt32 Index;
	String Language;
	String Name;
	UInt32 ObjectType;
	String OSVersion;
	String PackageID;
	UInt32 PackageType;
	String ProductType;
	SInt64 Size;
	String Version;
};

Methods

The SMS_ImageInformation class does not define any methods.

Properties

Architecture

Data type: UInt32Access type: Read-only Qualifiers: [read]Image architecture.  
CreatedBy

Data type: StringAccess type: Read-only Qualifiers: [read]Name of the user who created the image.
CreationDate

Data type: StringAccess type: Read-only Qualifiers: [read]Date and time when the image was created.
Description

Data type: StringAccess type: Read-only Qualifiers: [read]Description of the image.
HALType

Data type: StringAccess type: Read-only Qualifiers: [read]Image HAL type.
Index

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Index of this image.
Language

Data type: StringAccess type: Read-only Qualifiers: [read]Language of the image.
Name

Data type: StringAccess type: Read-only Qualifiers: [read]Name of the image.
ObjectType

Data type: UInt32Access type: Read-only Qualifiers: [enumeration, read]Secured object type.

14

SMS_OperatingSystemInstallPackage

18

SMS_ImagePackage

19

SMS_BootImagePackage

OSVersion

Data type: StringAccess type: Read-only Qualifiers: [read]Image operating system version.
PackageID

Data type: StringAccess type: Read-only Qualifiers: [key, read]A unique, auto-generated key that is used to relate programs, advertisements, and distribution points to the package.
PackageType

Data type: UInt32Access type: Read-only Qualifiers: [enumeration, read]Image package type.

257

PKG_TYPE_IMAGE

258

PKG_TYPE_BOOTIMAGE

259

PKG_TYPE_OSINSTALLIMAGE

ProductType

Data type: StringAccess type: Read-only Qualifiers: [read]Image product type.
Size

Data type: SInt64Access type: Read-only Qualifiers: [read]Image size.
Version

Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_PackageBaseclass Server WMI Class.

Remarks

Requirements

Runtime Requirements

Development Requirements