Consolidate PowerShell App Deploy Toolkit Function .PS1 Files

By | May 24, 2019
Share

1\Copy the “AppDeployToolkit” folder to your Deployment Share’s “Scripts” folder.

2\Edit the “AppDeployToolkit\AppDeployToolkitConfig.xml” file to log to MDT’s log location.

3\Update the Deploy-Application.ps1 files you use in your Application installs to locate the centrally located “AppDeployToolkit” folder.

4\Lastly, when adding your application to MDT, use this as the “Command Line”.

PowerShell.exe -ExecutionPolicy Bypass -WindowStyle Min -File Deploy-Application.ps1

This is especially helpful if you’ve created add-ons for PSADT, because all of the content is in one location.

-BG

Leave a Reply

Your email address will not be published.

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.