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