Create your first PSADT deployment package in under 5 minutes.
The PowerShell App Deployment Toolkit (PSADT) is a framework that provides a set of functions to perform common application deployment tasks and interact with the user during deployments. It's widely used for enterprise software deployments through Microsoft Intune, SCCM/MECM, and other deployment tools.
This generator automates the creation of PSADT scripts, analyzing your installer files and generating production-ready deployment packages.
Upload your installer file. The tool supports:
The tool automatically extracts metadata from your installer:
Review the extracted metadata and make adjustments:
Download your complete PSADT package, which includes:
Invoke-AppDeployToolkit.ps1 - The main deployment scriptFiles/ - Your installer filesAppDeployToolkit/ - PSADT v4 frameworkCreate-IntuneWin.cmd - One-click .intunewin creationREADME.txt - Deployment instructionsAfter downloading your package:
Create-IntuneWin.cmd to create the .intunewin fileUse the Product Code (MSI product code) detection. This is shown in the metadata preview.
Use File Detection - check for the main executable in Program Files with version comparison.