==============================================
Archive         vSphere-Toolbox.zip

Created by      Thomas Franke / sepago GmbH
Blog     		https://www.sepago.de/thomasf
==============================================

The archive contains the following scripts:

Connect-vCenter.ps1						A basic vCenter connection script. All other scripts will be based on this.
Connect-vCenter-Menu.ps1				A basic vCenter connection script using a text-based menu.

Get-VMHostAdvancedSettings.ps1			Read ESXi advanced settings.
Set-VMHostAdvancedSettings.ps1			Modify ESXi advanced settings.
Report-VMHostAdvancedSettings.ps1		Create a html report of ESXi advanced settings.

Select-Cluster-Menu.ps1					Select a cluster using a text-based menu.
Select-Host-Menu.ps1					Select a host using a text-based menu.

Report-NtpConfig.ps1					Create a html report of ESXi and VM NTP configuration.
Set-VMHostNtpConfig.ps1					Modify ESXi NTP configuration.

Report-VMHostNicDrivers.ps1				Create a html report of ESXi NICs and drivers.

Report-EvcMode.ps1						Create a html report of Cluster EVC settings and VM EVC status.

Report-VMMemoryOverhead.ps1				Create a html report of VM Memory Overhead.

Prerequisites
=============

To run the scripts in this archive you need to install VMware PowerCLI. 


Release notes
=============
V1.5	Added new script "Report-VMMemoryOverhead.ps1".

V1.4	Modified 2 NTP scripts.

V1.3	Added new script "Report-EvcMode.ps1".

V1.2	Added new script "Report-VMHostNicDrivers.ps1".
		All scripts use language setting "en_US" for vCenter connections now.

V1.1	Added 4 scripts.

V1.0	First release with 5 scripts.
