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