{% extends "base.html" %} {% import "partials/icons.html" as ico %} {% block head_title %}Packages · ImpTune{% endblock %} {% block page_title %}Packages{% endblock %} {% block content %}

Printers with a driver assigned — ready for export.

{% if printers %}
{{ ico.i('package') }}

.intunewin

.intunewin — upload to Intune as a Win32 app.

{{ ico.i('script') }}

.zip

ZIP — plain scripts for NinjaRMM or a manual run.

{% for printer in printers %} {% endfor %}
Printer Driver Icon Downloads
{{ printer.name }} {% if printer.client_id %}{{ printer.client.name }}{% else %}—{% endif %} {{ printer.driver.original_filename }} {% if printer.driver.architecture %}{{ printer.driver.architecture }}{% endif %} {% if printer.id in icon_printer_ids %} {% else %} {% endif %} {{ ico.i('download', 13) }}.intunewin {{ ico.i('download', 13) }}.zip
{% if pending_count %}

{{ pending_count }} printers still need a driver

{% endif %} {% else %}
{{ ico.i('package', 18) }} No printer is ready yet. Assign a driver to enable export.

.intunewin for Intune, ZIP for NinjaRMM. Scripts included.

{{ ico.i('printer', 14) }}Printers
{% endif %} {% endblock %}