- VMware vSphere 5.1 Cookbook
- Abhilash GB
- 152字
- 2021-08-13 16:56:34
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 could just add the Offline Bundle back to the Software Depot.
In this recipe we will learn how to export an Image Profile to an ISO or an Offline Bundle (ZIP archive).
How to do it…
The following procedures will guide you to export an Image profile to an ISO or a ZIP archive.
- 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
- To export an existing Image Profile to an Offline Bundle, issue the following command:
Export-EsxImageProfile -ImageProfile "Profile001" -ExportToBundle -FilePath C:\AutoDeploy-VIBS\Exported\Profile001.zip
推薦閱讀
- 全屋互聯:智能家居系統開發指南
- Mastering vRealize Operations Manager(Second Edition)
- Linux運維實戰:CentOS7.6操作系統從入門到精通
- BPEL and Java Cookbook
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- 嵌入式應用程序設計綜合教程(微課版)
- 異質結原理與器件
- 注冊表應用完全DIY
- AutoCAD 2014中文版從入門到精通
- 操作系統分析
- 精解Windows 10
- 鴻蒙操作系統設計原理與架構
- openEuler操作系統核心技術與行業應用實踐
- 完美應用Ubuntu(第4版)
- 樹莓派+傳感器:創建智能交互項目的實用方法、工具及最佳實踐