Moved. This tool now lives in the intune-tools repository, one folder per tool: azitc-ac/intune-tools/IntuneWin32Helper. Further development happens there; this repository is kept for its history only.
Quickly create and deploy Intune Win32 apps using PSADT. Supports WinGet and mutiple tenants.
See https://blog.zarenko.net/intune-apps-verteilen-leicht-gemacht/

Before committing, run the structural checks:
.\Tests\Invoke-RepoChecks.ps1They parse every .ps1 and fail (exit code 1) on: syntax errors, a missing UTF-8 BOM,
unsuppressed .Add() return values (these leak int indices into a dialog result),
Out-GridView/ogv usage, parameters that the called function does not declare,
break/continue outside a loop of the same function, and a deploy_template.ps1
that no longer routes tenant selection through Initialize-IntuneConnection.
Each check corresponds to a bug this repository already had, so re-introducing one turns the check red.