8.0

Table Of Contents
n Select and Delete an Image profile.
n View Software Packages for the selected image profile.
Create a Custom ESXi ISO Image with PowerCLI Cmdlets
With ESXi Image Builder, you can customize an ESXi image profile, but not combine content
from different depots to generate an ISO image. Starting with VMware PowerCLI 12.0, you can
customize ISO images by using content from multiple software depots and a custom software
specification.
The New-IsoImage cmdlet preserves additional metadata required by the vSphere Lifecycle
Manager, such as base image, addon and component. This additional metadata is not part of
ISO images that you can export by using the legacy ESXi Image Builder cmdlets.
Prerequisites
Install VMware PowerCLI 12.0 or later.
Verify that you have access to the software depot that contains the software specification that you
want to use.
Procedure
1 Gather the required information for the software specification that you use to create a custom
ISO 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-8.xxx-xxxxxxxx-depot.zip
The command output is:
Version Vendor
Release date
------- ------
------------
8.0.0-0.0.xxxxxx VMware, Inc.
01/01/20xx 00:00:00
b Get other packages, such as OEM addons, with cmdlets used with new metadata in
software depots. For example:
PS C:\> Get-DepotAddons -Depot C:\addon-depot.zip
The command output is:
Name Version ID
Vendor Release date
VMware ESXi Installation and Setup
VMware, Inc. 53