Exporting an image profile as an ISO or offline bundle

The VMware PowerCLI session will not retain the image profile details upon its exit. If you need to preserve a customized profile that you created, you will have to export it as an offline bundle (ZIP or ISO). When you start a new VMware PowerCLI session, you can just add the offline bundle back to the software depot.

How to do it...

The following procedures will guide you through the steps required to export an image profile to an ISO or a ZIP archive:

  1. To export an existing image profile to an ISO, issue the following command:
    Export-EsxImageProfile -ImageProfile "Profile001" –ExportToIso -FilePath C:\AutoDeploy-VIBS\Exported\Profile001.iso
    
  2. To export an existing image profile to an offline bundle, ...

Get VMware vSphere 5.5 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.