Problems to start an external script with arguments

Hi, I am struggeling a little bit with PSADT because I want to start from PSADT another Powershellscript with following parameters, I am not the best in powershell but I am very interested.

I have an external script that should be run with parameters.
GetDriverDownload.ps1 -Destination C:\programdata\driver -PackageTypes 1,2,3,4 -RebootTypes 0,3,5

My Problem is now that I try to start it from PSADT. Please, has anyone an idea so that this could work?

Thanks a lot. :slight_smile:

I think the best place for you to start would be to follow the PSADT Documentation

You should be able to include your command line within the Install section of your Invoke-AppDeployToolkit.ps1

1 Like