PowerShell: Download file from internet

Download file from internet:

$client = new-object System.Net.WebClient
$client.DownloadFile( $url, $path )

Leave a comment

Your comment