Skip to content
Desktop App
5/6 checks passed

IntunePrepTool

A PowerShell GUI tool for streamlining application packaging for Microsoft Intune. Supports MSI, MSIX, EXE, PowerShell scripts, Winget, Chocolatey, and scheduled tasks. Features automatic script generation, direct Intune upload, registry modifications, shortcuts, and AI-assisted configuration via Azure OpenAI GPT-4.

Works with
WindowsWin32 AppsGraph APIWinget

Screenshots

1 / 4

Swipe to see more

Security Analysis

5of 6
1 Issue Found

5 files scanned on Aug 16, 2026

Issues Detected
No Hardcoded Secrets
No API keys or credentials in code
The script stores the generated client secret (password) in plaintext in a CSV at C:\Users\$env:username\.IntunePrepTool\config_tenantinfo.csv. This exposes credentials on disk and across backups. Recommend avoiding plaintext storage; use a secure vault (Azure Key Vault, Windows Credential Manager with restricted access) and avoid app secrets persistence in files.
Passed Checks
No Obfuscated Code
No Remote Execution
No Credential Theft
No Data Exfiltration
No Malicious Patterns
AI Analysis

The IntunePrepTool codebase includes legitimate admin automation for Azure AD app registrations but contains credential handling risks and a potential code quality issue. Plaintext storage of secrets in addAppRegPlainText.ps1 is the most critical risk. A credential storage via Windows Credential Manager in addAppReg.ps1 should be evaluated against secure vaults. Permissions requested by Graph API are broad; consider least privilege and auditing. Additionally, external binary downloads without integrity checks raise supply chain concerns.

You might also like

PowerShell Module

Wintuner

WinTuner is a tool that lets you take any WinGet app and upload it to Intune in minutes. It automates downloading the installer and logo, generates the intunewin package, creates the required deployment script details, and publishes the app to Intune. It also ships a PowerShell module for automation and includes documentation to guide you through the process.

Stephan van RooijStephan van Rooij
Web App

IntuneGet

A web-based tool that automates deploying Windows applications from the Winget package repository directly into Microsoft Intune. Handles the entire deployment pipeline - searching, packaging apps into .intunewin format, and uploading to your Intune tenant. Features AI-powered app discovery, auto-generated detection rules, PSADT v4 support, configurable update policies, pre-upload permission checks, and multi-channel notifications via Slack, Teams, Discord, email, and webhooks. Self-hostable via Docker with embedded SQLite.

Ugur KocUgur Koc
CLI Tool

AutomaTuner

A Python tool that automates packaging and deploying applications from the Winget repository into Microsoft Intune using WinTuner. Features automated packaging, direct publishing, dependency handling, duplicate detection, and report generation with Azure AD authentication.

Ayoub SekoumAyoub Sekoum
Desktop App

Deployment Editor

A visual software packaging editor for creating Windows deployment packages using PSAppDeployToolkit (PSADT). Build automated PowerShell deployment scripts through a GUI with drag-and-drop sequences, project templates, and one-click script generation for SCCM, Intune, WinGet, or task sequences.

Tugay TaskinTugay Taskin