Forum Discussion
Abhisheksingh24
Feb 10, 2023Copper Contributor
Error while adding the azure dev ops extension in power shell.
Hello Everyone, I am trying to install an azure DevOps extension in PowerShell using the command: az extension add --name azure-devops . But, getting certification error. I tried to generat...
AndySvints
Feb 11, 2023Iron Contributor
Hello Abhisheksingh24,
Please verify that connection is allowed using Test-NetConnection cmdlet:
Test-NetConnection objects.githubusercontent.com -port 443
If connection is allowed TcpTestSucceeded is equal to True:
Hope that helps.