Printer
Discovers network and locally-attached printers via SNMP/WMI.
What it does
Enumerates installed printer queues using Get-Printer (PrintManagement) when available, falling back to WMI Win32_Printer on minimal builds. Extracts host information, IP addresses, driver details, port names, physical location, and default-printer flag for inventory. Output: PrinterInventory.csv -- one row per discovered queue. Columns: PrinterName, Hostname, IPAddress, DriverName, PortName, Location, IsDefault
How the app exposes it
The module runs through the ACQI discovery orchestrator and writes its rows into a dedicated results view. From there, conflicts, dependencies, and readiness scores feed the deal-wide consolidation layer.
/discovered/printer Outputs
Each module emits a normalised CSV keyed by entity ID with readiness and risk scores, evidence-source counts, and last-seen timestamps. The exact column set varies by module — the app's results view shows the live schema.