exsi 网卡驱动注入
1、PowerShell 安装 VMware.PowerCLI
Install-Module -Name VMware.PowerCLI
2.下载ESXi-Customizer 脚本
https://github.com/VFrontDe-Org/ESXi-Customizer-PS
3.安装依赖的python 3.7版本
c:\> python --version
Python 3.7.9
4.安装python依赖的模块
pip.exe install six psutil lxml pyopenssl
5.设置PowerShell策略
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Set-ExecutionPolicy Unrestricted
6.设置VMware.PowerCLI python 目录变量
Set-PowerCLIConfiguration -PythonPath
7.下载网卡离线包 和 exsi离线包
网卡下载路径
https://vibsdepot.v-front.de/wiki/index.php/List_of_currently_available_ESXi_packages
8.可参考以下命令执行
.\ESXi-Customizer-PS-v2.6.0.ps1 -v67 -vft -load net55-r8168,sata-xahci
或 等等
.\ESXi-Customizer-PS-v2.6.0.ps1 -izip .\ESXi670-201905001.zip -pkgDir c:\whsir\