VMware Front Experience ‚ESXi-Customizer-PS‘ 2.6.0 – is a Powershell script that greatly simplifies and automates the process of creating fully patched and customized ESXi 6.x installation ISOs using the VMware PowerCLI ImageBuilder module/snapin

VMware Front Experience ‚ESXi-Customizer-PS‘

PS C:\> Set-ExecutionPolicy Unrestricted
PS C:\> Install-PackageProvider -Name NuGet
PS C:\> Install-Module -Name VMware.PowerCLI
PS C:\> C:\PC_INST\ESXi-Customizer-PS-v2.6.0.ps1
Running with PowerShell version 5.1 and VMware PowerCLI version 11.3.0.13964826
Connecting the VMware ESXi Online depot … [OK]
Getting Imageprofiles, please wait … [OK]
Using Imageprofile ESXi-6.7.0-20190802001-standard …
(dated 08/08/2019 09:57:09, AcceptanceLevel: PartnerSupported,
Updates ESXi 6.7 Image Profile-ESXi-6.7.0-20190802001-standard)
Exporting the Imageprofile to ‚C:\PC_INST\ESXi-6.7.0-20190802001-standard.iso‘. Please be patient …
All done.
PS C:\PC_INST>

Leave a Reply

You must be logged in to post a comment.