Quick Guide mit allen Links und Informationen für die PowerCLI Version 13
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
Pip3
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.
Links
PowerCli-13-is-now-ga Developer VMware install powercli Developer VMware install configure python