Share via


SMS_Driver_Details Server WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The SMS_Driver_Details Windows Management Instrumentation (WMI) class is an embedded class used by the SMS_BootImagePackage Server WMI Class class to describe the list of drivers that have been added to the boot image.

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

Class SMS_Driver_Details
{
      UInt32 ID;
      String SourcePath;
};

Methods

The SMS_Driver_Details class does not define any methods.

Properties

  • ID
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: None

    ID of the driver.

  • SourcePath
    Data type: String

    Access type: Read/Write

    Qualifiers: [Not_null]

    The Universal Naming Convention (UNC) path of driver files.

Remarks

Class qualifiers for this class include:

  • Embedded

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Your application uses this class to create objects that are embedded by SMS_BootImagePackage Server WMI Class. For example, the application can add a driver to a boot image package by adding a reference to the required driver in the ReferencedDrivers property of an SMS_BootImagePackage object. For more information, see How to Add a Windows Driver to a Configuration Manager Boot Image Package.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

Operating System Deployment Server WMI Classes
Configuration Manager Operating System Deployment
About Operating System Deployment Task Sequences
How to Add a Windows Driver to a Configuration Manager Boot Image Package
How to Remove a Windows Driver from a Boot Image Package