Para poder instalar PowerCLI necesitamos primero powershell
1) Instalar powershell en Opensuse
2) Desde powershell (pwsh) ejecutamos:
Install-Module VMware.PowerCLI
Get-Module VMware.PowerCLI -ListAvailable
3) Para evitar problemas con certificados:
Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -confirm:$false
No hay comentarios:
Publicar un comentario