Forum Discussion
FineSL60
Apr 08, 2020Copper Contributor
Failed downloading Az and other modules for powershell
Hello, I am attempting to install the Az module for powershell. I haven't had issues in the past but now I get errors when trying to do so and I have tried many ways to do this. It seems like...
- Apr 10, 2020
Hi, FineSL60, esunilkumare
I received the same error message but I managed to solve it by swicthcing to TLS 1.2:
PS C:\> [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Then:
Regards,