Get - Printer Driver Inventory DV
Summary
This script collects information about the printer drivers on the target system and stores it in the plugin_proval_Printer_driver table.
Intended Target: Windows Computers
Sample Run
Dependencies
- CWM - Automate - Custom Table - plugin_proval_Printer_driver
- CWM - Automate - Solution - Get - Printer Driver Inventory
- CWM - Automate - Dataview - Printer Driver Inventory
Variables
Name | Description |
---|---|
InsertStatement | Results of the PowerShell script's attempt to retrieve the Printers Driver information. |
Process
- Create the plugin_proval_Printer_driver table if it does not already exist.
- Run the PowerShell script to retrieve information about installed printer drivers.
- Verify the outcome.
- Parse the outcome to ensure SQL compatibility.
- Insert the data into the plugin_proval_Printer_driver table.
- Log any failures.
Output
- Script Log
- Custom Table
- Dataview