7.0

Table Of Contents
3 Generate a custom ISO image by running the New-IsoImage cmdlet with the parameters
Depots,SoftwareSpec and Destination. For example:
New-IsoImage -Depots “c:\temp\VMware-ESXi-7.0U1d-17551050-depot.zip” ,
“c:\temp\HPE-701.0.0.10.6.5.12-Jan2021-Synergy-Addon-depot.zip” -SoftwareSpec
“c:\temp\HPE-70U1d-custom.JSON” -Destination “c:\temp\HPE-70U1d-custom.iso”
The depot(s) include the path to the zip files for the supported ESXi version and vendor
add-on. The destination include the path and file name for the custom ISO file.
You can pass additional kernel options, create a live image, overwrite existing files, or
check acceptance levels for individual VIBs used during the creation of the image. For
more information about the New-IsoImage cmdlet, see https://code.vmware.com/docs/11794/
cmdletreference/doc/New-IsoImage.html.
What to do next
You can import the new ISO image to the vSphere Lifecycle Manager depot, so that you can
create upgrade baselines, which you use for host upgrade operations.
Create a Custom PXE Image with PowerCLI Cmdlets
Starting with VMware PowerCLI 12.0, you can create a custom PXE image by using any software
depot and a custom software specification.
Prerequisites
Install VMware PowerCLI 12.0 or later.
Verify that you have access to the software depot that contains the software specification you want
to use.
Procedure
1 Gather the required information for the software specification that you use to create a custom
PXE image.
a Get the base image version for the required patch or upgrade by running the Get-
DepotBaseImages cmdlet:
PS C:\> Get-DepotBaseImages -Depot C:\VMware-ESXi-7.0U2a-17867351-depot.zip
The command output is:
Version Vendor
Release date
------- ------
------------
7.0.2-0.0.17867351 VMware, Inc.
04/29/2021 00:00:00
VMware ESXi Installation and Setup
VMware, Inc. 59