Update vCenter-SSL.ps1

This commit is contained in:
2025-11-19 22:25:16 -06:00
parent e37e13780e
commit 59d8ff7be4

View File

@@ -66,7 +66,7 @@ try {
Install-Module VCF.PowerCLI -Force -Scope AllUsers -AllowClobber 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 ` Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false `
-ParticipateInCEIP:$false -DisplayDeprecationWarnings:$false | Out-Null -ParticipateInCEIP:$false -DisplayDeprecationWarnings:$false | Out-Null