aborted: Could not create SSL/TLS secure channel.....
從PowerShell下載東西時,無法順利下載   錯誤訊息如下:   aborted: Could not create SSL/TLS secure channel.....   以下指令有解掉此問題  [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12   (New-Object System.Net.WebClient).DownloadFile(" 欲下載的連結 ", " 欲存放的路徑 ")