BITS - The quick and dirty way to download a file using powershell

This is just a very quick post providing a fast and easy way to download a file using powershell.

Start-BitsTransfer -Source "" -Destination ""

Short and simple. You get to see the progress as the file is downloading, so you know something is happening

Comments are closed