Download Files from a Web URL
Download a file from the internet to your harddrive using Powershell.
Invoke-WebRequest -Uri https://<path-to-internet-file> -OutFile <path-to-local-file>
Download a file from the internet to your harddrive using Powershell.
Invoke-WebRequest -Uri https://<path-to-internet-file> -OutFile <path-to-local-file>