Finally, we can do 'curl https://host.com/script.sh | bash -' in Windows!
irm script.ps1 | iex
which essentially sends a request (curl) and runs everything (iex)
Finally, we can do 'curl https://host.com/script.sh | bash -' in Windows!