PSADT with Intune

2 part question

is anyone deploying via Intune and using the .ps1 not the deploy-application.exe? if so can you provide a sample command line that works via Intune? Any gotcha’s?

and deploy-application.exe vs using the ps1… What are the advantages? In the past we have had random failures using the exe and work via the ps1. Currently using 3.8.4 and looking to move to 3.10.1

Ideally there’s no difference between the two. The EXE and PS1 are designed to be functionally identical. The EXE is there for convenience for people who like to double-click on things. It spawns the PS1 anyway.

I’ve only used the PS1 file with no issues seen. The command is just per the PDF manual.

Deploy-Application.exe -DeploymentType “Install” -DeployMode “Silent”
or
Deploy-Application.PS1 -DeploymentType “Install” -DeployMode “Silent”

you probably want to look at this: How do I use PSAppDeployTookit with Intune? - #5 by That-Annoying-Guy

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.