Download Files

SOTI MobiControl
Windows

With SOTI MobiControl, admins can use custom scripts to download files directly from a specified URL to a designated location on the device. This automated approach ensures efficient file distribution across multiple devices, reducing manual effort and improving device management.

Important:
  • It is recommended to test the script on a local/ test machine for its purpose and effects. 
  • SOTI MobiControl will not be responsible for any damage/loss to the data/setup based on the behavior of the script.
1 $client = new-object System.Net.WebClient
2 $client.DownloadFile("https://file-examples.com/storage/fe4e1227086659fa1a24064/2017/10/file-sample_150kB.pdf","C:\Users\username\Desktop\samplefile.pdf")

Was this helpful?

Need more help?
Ask Community