{% extends "base.html" %} {% block content %}

{{ printer.name }}

Configuration

IP Address
{{ printer.ip_address }}
Port Name
{{ printer.port_name }}
Duplex Mode
{{ printer.duplex_mode }}
Color Mode
{% if printer.color_mode %}
Color
{% else %}
Grayscale
{% endif %}
Paper Size
{{ printer.paper_size }}
Collate
{% if printer.collate %}
Yes
{% else %}
No
{% endif %}
Client
{% if printer.client_id %}
{{ printer.client.name }}
{% else %}
Unassigned
{% endif %}

Driver

{% if printer.driver_id %}
Package
{{ printer.driver.original_filename }}
Driver Name(s)
{{ driver_names | join(", ") }}
Architecture
{% if printer.driver.architecture %}{{ printer.driver.architecture }}{% else %}Unknown{% endif %}
{% else %}

No driver assigned

{% endif %} {% if has_driver %}

Intune Commands

{{ install_cmd }}
{{ uninstall_cmd }}

Scripts

Download Install Script Download Uninstall Script Download Detect Script

Export

Download NinjaRMM ZIP Download .intunewin {% endif %}

Icon

{% if has_icon %}

Icon uploaded

{% endif %}
Back to Printers
{% endblock %}