plugin_proval_Printer_driver
Purpose
To store the data retrieved by the CWM - Automate - Script - Get - Printer Driver Inventory [DV] script to feed into the Printer Driver Inventory dataview.
Dependencies
Tables
plugin_proval_Printer_driver
| Column | Type | Explanation | 
|---|---|---|
| SerialNumber | int(10) | An auto-incremental column that serves as the primary key for the table | 
| Computerid | int(10) | Identifier for the computer | 
| Name | varchar(256) | Name of the printer | 
| PrinterEnvironment | varchar(100) | Printer environment, e.g., Windows x64 or Windows x86 | 
| Path | varchar(256) | Physical path to the printer driver | 
| DataFile | varchar(256) | Physical path to the driver's data file | 
| ConfigFile | varchar(256) | Physical path to the driver's config file | 
| HelpFile | varchar(256) | Physical path to the driver's help file (if any) | 
| DependentFiles | varchar(4096) | Path to the files dependent on this printer driver | 
| DefaultDataTypes | varchar(20) | Default extensions for printing using this printer | 
| Manufacturer | varchar(64) | Manufacturer of the printer | 
| HardwareID | varchar(64) | Hardware ID of the printer | 
| Provider | varchar(256) | Provider/manufacturer | 
| PrintProcessor | varchar(128) | Printer processor | 
| InfPath | varchar(256) | Physical path to the driver's INF file | 
| DriverVersion | varchar(32) | Driver version | 
| ScriptRunTime | varchar(25) | Script run time |