Startseite PowerCLI 13 Update / Installation QuickGuide
Eintrag
Abbrechen

PowerCLI 13 Update / Installation QuickGuide

1
2
3
4
5
6
7
 # Deinstallation 

Get-Module VMware.PowerCLI -ListAvailable | Uninstall-Module -Force
 
# Installation 

Install-Module vmware.powercli -SkipPublisherCheck
Python 3.7

Python 3.7 Donwload

Pip3

Pip3 Download

1
2
<python3.7-directory>\python.exe <get-pip-directory>\get-pip.py 
<python3.7-directory>\Scripts\pip3.7.exe install six psutil lxml pyopenssl
1
2
# Python Pfad Powershell
Set-PowerCLIConfiguration -PythonPath <python3.7-directory>\python.exe -Scope User

Issues

The old certificate that we used had expired and we had to replace it with a new one, which however was from different publisher. And it seems like PowerShell has some issues with that. Just remove the old version and install from scratch.

PowerCli-13-is-now-ga Developer VMware install powercli Developer VMware install configure python

Dieser Eintrag ist vom Autor unter CC BY 4.0 lizensiert.