The SMS_ImageDiskInformation Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents all disks and partition information in an 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_ImageDiskInformation : SMS_BaseClass
{
	UInt32 DiskIndex;
	String DiskStyle;
	String PackageID;
	String PartitionFileSystem;
	UInt32 PartitionIndex;
	Boolean PartitionIsBoot;
	String PartitionLabel;
	SInt64 PartitionOffset;
	SInt64 PartitionSize;
	String PartitionStyle;
	String PartitionType;
};

Methods

The SMS_ImageDiskInformation class does not define any methods.

Properties

DiskIndex

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

Data type: StringAccess type: Read-only Qualifiers: [read]Disk style.  
PackageID

Data type: StringAccess type: Read-only Qualifiers: [key, read]ID of the image package.
PartitionFileSystem

Data type: StringAccess type: Read-only Qualifiers: [read]Partition file system.
PartitionIndex

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Partition index of this image.
PartitionIsBoot

Data type: BooleanAccess type: Read-only Qualifiers: [read]Whether the partition is the boot partition.
PartitionLabel

Data type: StringAccess type: Read-only Qualifiers: [read]Partition label.
PartitionOffset

Data type: SInt64Access type: Read-only Qualifiers: [read]Partition offset.
PartitionSize

Data type: SInt64Access type: Read-only Qualifiers: [read]Partition size.
PartitionStyle

Data type: StringAccess type: Read-only Qualifiers: [read]Partition style.  
PartitionType

Data type: StringAccess type: Read-only Qualifiers: [read]Partition type.

Remarks

Requirements

Runtime Requirements

Development Requirements