oday, I couldn’t connect to my vCenter server using Connect-VIServer. It failed with “Could not connect using the requested protocol.”
There have been some changes to the corporate proxy servers over the last couple of weeks and it’s causing connection problems
I bypassed the proxy with this:
Set-VIToolkitConfiguration -ProxyPolicy NoProxy -confirm:$false |