Files
IVANTI/provisioning-hii/readme.md
2025-10-31 08:38:13 +01:00

754 B
Raw Blame History

WinPE Driver Management (HII) — Batch + PowerShell (PS2EXE)

Minimal toolkit to inject device drivers during Ivanti/LANDESK provisioning (WinPE or Windows).
The PowerShell logic detects vendor + model, normalizes the name, then uses DISM to add drivers.

Files in this repo

  • Hii.ps1 — PowerShell logic. Requires one parameter: -path (root folder of drivers).
  • Hii.exe — Compiled from Hii.ps1 using PS2EXE. Use this in WinPE when PowerShell isnt present.
  • Hii.bat — Simple wrapper to map a share and call Hii.exe (or Hii.ps1). Edit the drive letter and paths.

Documentation

📖 Full Documentation: Ivanti HII