lamw / vsphere-with-tanzu-nsxt-automated-lab-deployment

vSphere with Tanzu using NSX-T Automated Lab Deployment
212 stars 79 forks source link

add Force flag to the nsxt import step #1

Closed eddieesquivel closed 4 years ago

eddieesquivel commented 4 years ago

Hi William the nsxt ova import was failing to due to a certificate issue. This is despite running "et-PowerCLIConfiguration -InvalidCertificateAction:Ignore". Adding -Force fixes the issue.

lamw commented 4 years ago

@eddieesquivel The syntax for ignoring certs should be the following:

Set-PowerCLIConfiguration -InvalidCertificateAction Ignore