Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 843 Bytes

ISO_Driver_Inject.md

File metadata and controls

31 lines (21 loc) · 843 Bytes

ESXi ISO Driver Inject

Install-Module -Name PowerShellGet -Force
Install-Module -Name VMware.PowerCLI -Confirm:$false -Force
Set-ExecutionPolicy Unrestricted -Confirm:$false -Force

Go to "https://www.v-front.de/p/esxi-customizer-ps.html" download "ESXi-Customizer-PS-v2.5.1.ps1" and copy to "C:"

Driver from "https://vibsdepot.v-front.de/wiki/index.php/List_of_currently_available_ESXi_packages"

Place ESXI Bundle ZIP and Driver VIB on C:\

.\ESXi-Customizer-PS-v2.6.0.ps1 -izip "C:\VMware-ESXi-7.0.3-20036589-LNV-20220714.zip" -pkgDir "C:\" -load net-r8125 -Confirm:$false -Force
PS C:\> .\ESXi-Customizer-PS-v2.6.0.ps1 -help

Screenshot1

Screenshot2