Networking HowTos
Networking HowTos

VMWare vSphere client command line parameters

December 10, 2012 Virtualization, VMWare

The VMWare ESXi / vSphere Infrastructure client allows for command line parameters to auto connect to a VMWare ESXi / vSphere server.
The following command line options are available:

Parameter Description
-i Ignore untrusted certificate
-s <server address> Server address of the ESXi / vSphere host.
-u <username> Username to connect with.
-p <password> Password to connect with.

eg:

VpxClient.exe -i -s 192.168.1.20 -u root -p password

You Might Also Like