Connect-VIServer fails There was no endpoint listening

 Error:

connect-VIserver :         Connect-VIServer                Could not resolve the requested VC server.

Additional Information: There was no endpoint listening at https://<IP>/sdk that could accept the message.

This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

At line:1 char:1

+ connect-VIserver


Solution:

Disable the proxy setting and try connect.

Set-PowerCLIConfiguration -ProxyPolicy NoProxy -Confirm

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...