Expand my Community achievements bar.

Automating DTM or Launch with Powershell

Avatar

Level 1

Good morning all,

I have a Powershell script that logs me to the Adobe Experience Cloud, I can download the DTM zip file manually and then have a second Powershell script that will prepare the zip file before I can upload it to our environments. But the first script requires me to start Internet Explorer and replicate all the steps I would do manually. Is there a better way to download the zip file with a single command that would take my credentials as parameters something like:

wget "my.url.com/adobe-dtm/2731e7313f788b294a7298/satelliteLib-a67687bef367378de.zip" -username "myusername" -password "mypassword" -out-file "dtm.zip"

Thanks,

Alban

0 Replies