diff --git a/inc/vCenter-SSL.ps1 b/inc/vCenter-SSL.ps1 index 03ab6f7f..087e3d8f 100644 --- a/inc/vCenter-SSL.ps1 +++ b/inc/vCenter-SSL.ps1 @@ -66,7 +66,7 @@ try { Install-Module VCF.PowerCLI -Force -Scope AllUsers -AllowClobber } - Import-Module VCF.VimAutomation.Core -ErrorAction Stop + Import-Module VCF.PowerCLI -ErrorAction Stop Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false ` -ParticipateInCEIP:$false -DisplayDeprecationWarnings:$false | Out-Null