While i was standing up a new engineering box I needed to install PowerCLI. I figured since I am writing a lot more these days I would show real quick how to install PowerCLI from Powershell.
Site for documentation:
https://code.vmware.com/web/tool/11.5.0/vmware-powercli
Command:
Install-Module VMware.PowerCLI -Scope CurrentUser
If PowerCLI is already installed and you want to update add the -Force parameter
Powershell:

PowerShell ISE:

Summary:
As you can see it s quick and easy to install PowerCLI via Powershell. As always, I hope y’all find this article useful.