È normale che installi NuGetProvider.
Find-Module -Name VMware.PowerCLI Install-Module -Scope AllUsers -Name VMware.PowerCLI
Se dà un errore di downlod eseguire questo comando:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Da un host connesso a Internet:
Find-Module -Name VMware.PowerCLI Save-Module -Name VMware.PowerCLI -Path C:\dove\vuoi
C:\dove\vuoi
deve essere una dir vuota.
Una volta scaricati i file, copiarli sul sistema sconnesso da Internet e su quel sistema digitare questo al prompt di PowerShell
$ENV:PSModulePath
Copiare i file scaricati in uno dei path indicati.
Set-PowerCLIConfiguration -Scope AllUsers -ParticipateInCeip $false -InvalidCertificateAction Ignore
Import-Module VMware.PowerCLI
Creare uno shortcut con questo target:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noe -c "Import-Module VMware.PowerCLI"
Update-Module -Name VMware.PowerCLI