wgetがないので。
param([string]$url, [string]$file)
$client = New-Object System.Net.WebClient
$client.DownloadFile($url,(Get-Location).Path + $file)
wgetがないので。
param([string]$url, [string]$file)
$client = New-Object System.Net.WebClient
$client.DownloadFile($url,(Get-Location).Path + $file)