Fix Invoke-WebRequest Fails with SSL/TLS Secure Channel fails (#294)
It seems like on Windows Server 2016 or maybe other Windows OSs powershell uses TLS 1.0 by default and the sources have different tls versions. So this will make the script work without throwing those errors.