Use PowerShell and VMware vSphere
Install-Module -Name VMware.PowerCLI After installing the PowerCLI , run below command to see how many commands over the PowerShell get-command -module *VMware* measure Connect to VMware vCenter Connect-VIServer -Server <IP/FQDN> -Protocol https -User <username> -Password