GuestInfo tool for VMWare ESXi 5.0-7.0.0
-----------------------------------------

Author : Rene Garcia
Date   : 09-06-2020
Release: 0.1.0
Licence: GPL2

PURPOSE

Provide the guestinfo tool to get or set VM properties from ESXi shell

INSTALL

- Enable SSH on the hypervisor.
- Copy via scp this TAR archive to /tmp directory of the hypervisor
- ESXi acceptance level has to be set to CommunitySupported
- Connect via ssh to the hypervisor and type the followind commands

    cd /tmp
    tar -xzvf GuestInfo-ESXi-0.1.0.tar.gz
    ./guestinfo-install.sh

- No need to reboot, guestinfo can be used immediately
- You can delete tmp files and disable SSH on the hypervisor

UPDATE

- Same as install but use ./guestinfo-update.sh

UNINSTALL

- Same as install but use ./guestinfo-remove.sh

CONFIGURATION

- No configuration needed

WARNINGS

This module is provided "as is" and is not approved by VMWare, you may 
lose VMWare support if you install it. Use it at your own risks.

REVISIONS

0.1.0 - 09/06/2020 - internal beta release
