Running Host Management Commands from a Windows System
After you install vCLI and reboot your system, you can test the installation by running a vCLI or SDK for Perl command from the Windows command prompt.
To run a vCLI command on Windows
1
From the Windows Start menu, choose Programs > VMware > VMware vSphere CLI > Command Prompt.
A command prompt shell for the location where vCLI is installed appears. You have easy access to vCLI and to vSphere SDK for Perl commands from that location.
2
On Windows, the extension .pl is required for vicfg- commands, but not for ESXCLI.
<command>.pl <conn_options> <params>
For example:
esxcli --server <esxi_HOSTNAME_OR_IP> - -username “snow-white” - -password “dwarf$” network ip interface list
vicfg-mpath.pl - -server <esxi_HOSTNAME_OR_IP> - -username “snow-white” - -password “dwarf$” --list
The system prompts you for a user name and password.