Skip to content
This repository was archived by the owner on Sep 25, 2026. It is now read-only.

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntuneWin32Helper

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/

Screenshot 2025-12-09 12-42-03

Repository checks

Before committing, run the structural checks:

.\Tests\Invoke-RepoChecks.ps1

They 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.

About

Quickly create and deploy Intune Win32 apps using PSADT. Supports WinGet and mutiple tenants.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages