The SMS_DriverModel Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents driver model information for the specified driver.

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

Class SMS_DriverModel : SMS_BaseClass
{
	UInt32 CI_ID;
	String CI_UniqueID;
	String ModelManufacture;
	String ModelName;
};

Methods

The SMS_DriverModel class does not define any methods.

Properties

CI_ID

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]Driver configuration item local unique ID.
CI_UniqueID

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]Driver configuration item global unique ID.
ModelManufacture

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]Driver configuration item Model manufacturer.
ModelName

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]Driver configuration item Model name.

Remarks

Requirements

Runtime Requirements

Development Requirements