8.0

Table Of Contents
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-8.xxxx-xxxxx-depot.zip
The command output is:
Version Vendor
Release date
------- ------
------------
8.x.x.xxx.xxxxx VMware, Inc.
04/29/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
---- ------- --
------ ------------
testaddonv1 1.0.0-1 testaddonv1:1.0.0-1 ESXLifecycle
QE 02/20/20xx 18:28:23
VMware ESXi Installation and Setup
VMware, Inc. 55