- VMware vSphere 5.1 Cookbook
- Abhilash GB
- 129字
- 2021-08-13 16:56:34
Removing an Image Profile
With vSphere Image Builder 5.1, we now have a cmdlet Remove-EsxImageProfile
to remove an Image Profile. However, it is important to know that you can't remove an Image Profile from a read-only Software Depot. For example, the predefined Image Profiles available in the ESXi Offline Bundle cannot be removed. The Remove-EsxImageProfile
cmdlet can only be used to remove/delete the Image Profiles created by the user.
How to do it…
The following procedure will guide you through the steps required to remove/delete Image Profiles:
- Issue the command
Get-EsxImageProfile
to list all the available Image Profiles. - Identify the Image Profile to be deleted. In this example, we will delete the Image Profile
Profile001
. - Issue the
Remove-EsxImageProfile
command to delete the Image Profile.Remove-EsxImageProfile –ImageProfile "Profile001"
推薦閱讀
- Linux設備驅動開發詳解(第2版)
- Social Media Mining with R
- 從零開始寫Linux內核:一書學透核心原理與實現
- SharePoint 2013 WCM Advanced Cookbook
- 高性能Linux服務器構建實戰:運維監控、性能調優與集群應用
- Mastering Reactive JavaScript
- 計算機系統:基于x86+Linux平臺
- Linux設備驅動開發
- Distributed Computing with Go
- Windows Vista終極技巧金典
- Linux內核API完全參考手冊(第2版)
- Linux從入門到精通(視頻教學版)
- Raspberry Pi入門指南
- Windows Azure實戰
- Mastering AWS CloudFormation