PowerCli13 Update/ Installation QuickGuide

 # 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

<python3.7-directory>\python.exe <get-pip-directory>\get-pip.py 
<python3.7-directory>\Scripts\pip3.7.exe install six psutil lxml pyopenssl
# 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