NAME
powercli-cert - silence the invalid certificate error in PowerCLI with a single Set-PowerCLIConfiguration command
DESCRIPTION
Encountering “Invalid Certificate” error message (as stated below) after logging in through Powershell.

Perform the following cmd to solve this:
Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false
After which you can try logging in again, with succes

SEE ALSO
powercli-oneliners(8), lvm-extend(8), scripts(7)