I am attempting to connect to a lab environment ESXi 6.7 using PowerCLI. I have ran the: Set-PowerCLIConfiguration -InvalidCertificateAction Ignore and verified with a Get-PowerCLIConfiguration run:
PS C:\WINDOWS\system32> Get-PowerCLIConfiguration
Scope ProxyPolicy DefaultVIServerMode InvalidCertificateAction DisplayDeprecationWarnings WebOperationTimeout
Seconds
----- ----------- ------------------- ------------------------ -------------------------- -------------------
Session UseSystemProxy Multiple Ignore True 300
User Ignore
AllUsers
Any idea what I am doing wrong or still need to do? Also, the error mentions adding an exception but doesn't reference a command. Any help is appreciated.