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

14 lines
754 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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](https://blog.wuibaille.fr/2023/04/epm-hii-ps1-alternative-au-hii-ivanti/)