1.下载安装VMware.
Install-Module -Name VMware.PowerCLI
2.下载ESXi-Customizer-PS这里放出github地址
https://github.com/VFrontDe/ESXi-Customizer-PS
3.如果你是在Windows 11会报错
execution of scripts is disabled on this system.
不用担心使用如下命令解决
Set-ExecutionPolicy RemoteSigned
4.使用PowerShell运行第二步下载的PS文件
5.完成