@ObjectifDubai Could you please provide your script. It will be useful for me, I guess.
We are trying to install single ESXi via powershell. Our physical server is Hpe ILO gen11. We tried a lot. But nothing works. We imported the HpeILOModule and we tried following steps this via powershell.
We Power off the ILO server, Then unmount if any ILO was mounted, Then we Mount our customised ESXi ISO (which has the Boot.cfg which has local windows server IP and points to the ks.cfg URL), Then we changed the Boot order to CD/DVD, Then we are Power On the server. We are doing everthing via powershell. But the problem here is after the restart we should get the "Welcome to the Vmware ESXi Installation" screen. Thats the Expectation. But we are getting the blank PXE screen after we power on the server via powershell.
When we tried the same steps manually its working and able to install it.
---------------------------------------------------
Pre-req:
created a 8080 firewall port
Installed python file
Established the Http port 8080 via python in Powershell console (Should not close the console)
Created a ks.cfg with all the required inputs required for ESXi Installation (accept, Select the disk. Provide password, New esxi ip, subnet mask, gateway etc)
keep the ks.cfg and customized ISO in the local server.
--------------------------------------
Could you please let me know what I have to do now, if you have right script. could you please provide it. Its will be so much helpful
-------------------------------------------
Original Message:
Sent: Aug 11, 2025 04:31 AM
From: ObjectifDubai
Subject: ESXi deploy automation
You also have the option, if you have an admin server where you can run PowerShell, to create this kind of script. I've already developed a script that, based on the server's iLO name, retrieves the necessary information to connect to the iLO board. It then generates the ISO depending on the server type, whether it's a ProLiant or a Synergy, and adapts the type of CD accordingly.
The script generates a Kickstart file that handles the entire server configuration: management address, vMotion address, port-group configuration, time zones, etc. The only difficulty I encountered was recreating a bootable ISO in PowerShell, but otherwise, the script works perfectly, especially for HPE servers.
Original Message:
Sent: Aug 08, 2025 02:12 AM
From: kumar789
Subject: ESXi deploy automation
Hello Experts
i am looking for mass esxi deployment automate. Like if i wanted to install a 100 ESXi with static IP's in a day, looking for options, please help. We are using HPE Synergy and vCenter 8 environment. I am not a scripting guy, so any easy GUi will be helpfull within vcenter or from Oneview or any third party tool. Other than Auto deploy, please give any possible options
-------------------------------------------