6.5.1

Table Of Contents
4 Select the type of the exported file.
Option Description
ISO Exports the image profile to a bootable ISO image. If you want to create an ISO
image that you can burn to a CD or DVD and use to boot up a stateless ESXi
instance, select the Do not include an installer on the ISO check box.
ZIP Exports the image profile to a ZIP file.
5 (Optional) If you want to bypass the acceptance level verification of the image profile, select Skip
acceptance level checking.
6 Click the Generate image button.
7 When the image generates successfully, click Download to download the exported file.
8 Click Close.
Using vSphere ESXi Image Builder with PowerCLI Cmdlets
The vSphere ESXi Image Builder cmdlets allow you to manipulate software depots, image profiles, and
VIBs.
Clone an Image Profile
Cloning a published profile is the easiest way to create a custom image profile. Cloning a profile is
especially useful if you want to remove a few VIBs from a profile, or if you want to use hosts from different
vendors and want to use the same basic profile, but want to add vendor-specific VIBs. VMware partners
or large installations might consider creating a new profile.
Prerequisites
n
Install the PowerCLI and all prerequisite software. See vSphere ESXi Image Builder Installation and
Usage.
n
Verify that you have access to the software depot that contains the image profile you want to clone.
Procedure
1 In a PowerCLI session, run the Add-EsxSoftwareDepot cmdlet for each depot you want to work
with.
Option Action
Remote depot Run Add-EsxSoftwareDepot -DepotUrl depot_url.
ZIP file a Download the ZIP file to a local file system.
b Run Add-EsxSoftwareDepot -DepotUrl C:\file_path\offline-
bundle.zip
The cmdlet returns one or more SoftwareDepot objects.
2 (Optional) Run the Get-EsxImageProfile cmdlet to find the name of the profile that you want to
clone.
You can use filtering options with Get-EsxImageProfile.
vSphere Installation and Setup
VMware, Inc. 63