{% extends "base.html" %} {% block title %}Enrollment Packages - PXE Server Manager{% endblock %} {% block content %}

Enrollment Packages

GCCH Provisioning Packages {{ packages|length }}
{% if packages %} {% for p in packages %} {% endfor %}
Filename Size Last Modified Actions
{{ p.filename }} {{ "%.1f"|format(p.size / 1048576) }} MB {{ p.modified | timestamp_fmt }} Download
{% else %}

No enrollment packages found. Upload a .ppkg file to get started.

{% endif %}
About Enrollment Packages

GCCH enrollment .ppkg provisioning packages are copied to C:\Enrollment\ on the target machine after imaging. At OOBE, connect to a network with internet, press Windows key 5 times, then browse to C:\Enrollment\ and select the package. No USB stick needed.

Naming convention: Use with-office.ppkg and without-office.ppkg to match the WinPE enrollment menu options.

{% endblock %} {% block extra_scripts %} {% endblock %}