Network

$WebClient = New-Object System.Net.WebClient
 
$webclient.DownloadFile("https://somedomain.com/test.zip", "c:\tmp\test.zip")