Until everything in my lab runs on Terraform, PowerShell will be a valid solution for automation purposes.
Install PowerShell 7
https://github.com/PowerShell/PowerShell/releases/tag/v7.0.4
Allow Execution of PowerShell-Scripts
Set-ExecutionPolicy Unrestricted
Install Power-CLI
Install-Module -Name VMware.PowerCLI
Allow Self-Signed Certs
[Lab Environment]
Set-PowerCLIConfiguration -InvalidCertificateAction:Ignore
Disclaimer:
As part of my personal „move away from evernote“ initiative this has been documented here, maybe it’s interesting for somebody.