This is an old revision of the document!
Powershell can be downloaded by Microsoft, for example available in rpm package
Execute the below command to install VMware PowerCLI module
[root@linux]/root # /usr/bin/pwsh PS /root> Install-Module -Name VMware.PowerCLI
Check PowerShell module PATH
PS /root> $env:PSModulePath
Execute the below command to list available modules
PS /root> Get-Module -Name VMware.PowerCLI -ListAvailable