- 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
推薦閱讀
- Social Media Mining with R
- 從零開始寫Linux內核:一書學透核心原理與實現
- Linux Mint Essentials
- Extending Puppet
- Ubuntu Linux操作系統
- 混沌工程:復雜系統韌性實現之道
- 網絡操作系統教程:Windows Server 2016管理與配置
- Windows 7案例教程
- Dreamweaver CS5.5 Mobile and Web Development with HTML5,CSS3,and jQuery
- ElasticSearch Cookbook
- 操作系統分析
- Hands-On UX Design for Developers
- Introduction to R for Quantitative Finance
- Learn SwiftUI
- Linux從入門到精通(視頻教學版)