Hi,
the mapped printers scanner doesn't include the value DriverName. Can you add this value to the scanner?
The value is already available by the command which is used in the current scanner.
The command below works.
Get-CimInstance Win32_Printer | Where-Object Name -Like "\\*" | Select-Object ShareName, Name, DriverName, Default