SMS_DriverPackage Server WMI Class
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_DriverPackage Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that represents the package that is the unit of distribution of program binaries with which one or more device drivers are associated.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_DriverPackage : SMS_PackageBaseclass
{
UInt32 ActionInProgress;
String AlternateContentProviders;
String Description;
UInt8 ExtendedData[];
UInt32 ExtendedDataSize;
UInt32 ForcedDisconnectDelay;
Boolean ForcedDisconnectEnabled;
UInt32 ForcedDisconnectNumRetries;
UInt8 Icon[];
UInt32 IconSize;
Boolean IgnoreAddressSchedule;
UInt8 ISVData[];
UInt32 ISVDataSize;
String Language;
DateTime LastRefreshTime;
String LocalizedCategoryInstanceNames[];
String Manufacturer;
String MIFFilename;
String MIFName;
String MIFPublisher;
String MIFVersion;
String Name;
UInt32 NumOfPrograms;
String PackageID;
UInt32 PackageSize;
UInt32 PackageType;
UInt32 PkgFlags;
UInt32 PkgSourceFlag;
String PkgSourcePath;
String PreferredAddressType;
UInt32 Priority;
Boolean RefreshPkgSourceFlag;
SMS_ScheduleToken RefreshSchedule[];
String SecuredScopeNames;
String SedoObjectVersion;
String ShareName;
UInt32 ShareType;
DateTime SourceDate;
String SourceSite;
UInt32 SourceVersion;
String StoredPkgPath;
UInt32 StoredPkgVersion;
String Version;
};
Methods
The following table shows the methods in SMS_DriverPackage.
Method |
Description |
---|---|
Adds a driver package change notification. |
|
Adds the distribution points for the driver package. |
|
Adds a driver to the package and replicates to distribution points. |
|
Checks the source folder for this driver package. |
|
Restores the contents for this driver package. |
|
Refreshes the package source at all distribution points, when the package properties have not changed. |
|
Removes the specified driver from the driver package. |
|
Sets the code of the source site for the driver package. |
|
Sets the source site to the current site, unlocking the driver package. |
|
Validates the new package source location by verifying the content. |
Properties
ActionInProgress
Data type: UInt32Access type: Read-only
Qualifiers: [read]
AlternateContentProviders
Data type: StringAccess type: Read/Write
Qualifiers: [large, lazy]
Not used for this class.
Description
Data type: StringAccess type: Read/Write
Qualifiers: None
ExtendedData
Data type: UInt8 ArrayAccess type: Read/Write
Qualifiers: [large, lazy]
ExtendedDataSize
Data type: UInt32Access type: Read/Write
Qualifiers: [lazy]
ForcedDisconnectDelay
Data type: UInt32Access type: Read/Write
Qualifiers: None
ForcedDisconnectEnabled
Data type: BooleanAccess type: Read/Write
Qualifiers: None
ForcedDisconnectNumRetries
Data type: UInt32Access type: Read/Write
Qualifiers: None
Icon
Data type: UInt8 ArrayAccess type: Read/Write
Qualifiers: [large]
IconSize
Data type: UInt32Access type: Read/Write
Qualifiers: [lazy]
IgnoreAddressSchedule
Data type: BooleanAccess type: Read/Write
Qualifiers: None
ISVData
Data type: UInt8 ArrayAccess type: Read/Write
Qualifiers: [large, lazy]
ISVDataSize
Data type: UInt32Access type: Read/Write
Qualifiers: [lazy]
Language
Data type: StringAccess type: Read/Write
Qualifiers: None
LastRefreshTime
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
LocalizedCategoryInstanceNames
Data type: String ArrayAccess type: Read/Write
Qualifiers: None
Manufacturer
Data type: StringAccess type: Read/Write
Qualifiers: None
MIFFilename
Data type: StringAccess type: Read/Write
Qualifiers: None
MIFName
Data type: StringAccess type: Read/Write
Qualifiers: None
MIFPublisher
Data type: StringAccess type: Read/Write
Qualifiers: None
MIFVersion
Data type: StringAccess type: Read/Write
Qualifiers: None
Name
Data type: StringAccess type: Read/Write
Qualifiers: None
NumOfPrograms
Data type: UInt32Access type: Read/Write
Qualifiers: None
PackageID
Data type: StringAccess type: [key]
PackageSize
Data type: UInt32Access type: Read
PackageType
Data type: UInt32Access type: Read/Write
Qualifiers: None
See SMS_PackageBaseclass Server WMI Class.
For this class, the package type is PKG_TYPE_DRIVER (3).
PkgFlags
Data type: UInt32Access type: Read/Write
Qualifiers: [bits]
PkgSourceFlag
Data type: UInt32Access type: Read/Write
Qualifiers: None
PkgSourcePath
Data type: StringAccess type: Read/Write
Qualifiers: None
The UNC path to the driver package.
PreferredAddressType
Data type: StringAccess type: Read/Write
Qualifiers: None
Priority
Data type: UInt32Access type: Read/Write
Qualifiers: None
RefreshPkgSourceFlag
Data type: BooleanAccess type: Read/Write
Qualifiers: [lazy]
RefreshSchedule
Data type: SMS_ScheduleToken ArrayAccess type:
Qualifiers: [max(15), lazy]
SecuredScopeNames
Data type: String ArrayAccess type: Read/Write
Qualifiers: None
SedoObjectVersion
Data type: StringAccess type: Read/Write
Qualifiers: None
ShareName
Data type: StringAccess type: Read/Write
Qualifiers: None
ShareType
Data type: UInt32Access type: Read/Write
Qualifiers: None
SourceDate
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
SourceSite
Data type: StringAccess type: Read-only
Qualifiers: [read]
SourceVersion
Data type: UInt32Access type: Read-only
Qualifiers: [read]
StoredPkgPath
Data type: StringAccess type: Read/Write
Qualifiers: None
StoredPkgVersion
Data type: UInt32Access type: Read/Write
Qualifiers: None
Version
Data type: StringAccess type: Read/Write
Qualifiers: None
Remarks
Class qualifiers for this class include:
Secured
Icon("Package.ico")
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 a driver package that contains the content for one or more device drivers. When the application adds a new driver, the content is added to the driver package share. The driver package can then be copied to a distribution point so that computers can install the drivers. For more information, see How to Create a Driver Package for a Windows Driver in Configuration Manager.
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
Operating System Deployment Server WMI Classes
Configuration Manager Operating System Deployment Classes