Connect-VIServer Error: Invalid server certificate. Use Set-PowerCLIConfiguration to set the value for the InvalidCertificateAction

Error:

Connect-VIServer Error: Invalid server certificate. Use Set-PowerCLIConfiguration

to set the value for the InvalidCertificateAction


Solution:

From power cli run below command to make it ignore.

>Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false

>Get-PowerCLIConfiguration.

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...