import depuis ancien GitHub

This commit is contained in:
David Wuibaille
2025-10-31 08:38:13 +01:00
parent 6f3aeedc93
commit 6a2f2de58e
745 changed files with 178444 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 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/)