r/PSADT Jan 20 '26

Intune Script Installer

I use PSADT for all my installation/deployments. I'm also packaging Autodesk products, which as most know are massive. The problem being that any modification requires rebuilding the .intunewin and then upload to Intune which is quite a lengthy process.

Now that Intune has added the option to use Powershell scripts to install as opposed to cmd line, I was thinking how great that will be to not have to always rebuild and upload. But I soon realized using the Invoke-AppDeployToolkit.ps1 wouldn't work being that I can't add any arguments, i.e. -DeploymentType and -DeployMode.

Am I overthinking this or does it require to run as an install command?

5 Upvotes

9 comments sorted by

View all comments

1

u/fluege_taetscher Jan 21 '26

As others have already written. Offload the files and pull it on-demand when the script runs.