When you are unable to download and install in PowerShell Terminal on an Windows server 2016 please enable TLS1.2
The error message : WARNING: Unable to download from URI ‘https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409’ to ”. WARNING: Unable to download the list of available providers. Check your internet connection. Set Powershell to accepts TLS 1.2 connections. https://www.powershellgallery.com/packages/PSWindowsUpdate/2.1.1.2 To test this : 1. Open Powershell (As Admin) 2. [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 3. Try it again! From now […]