- 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"
推薦閱讀
- Learn Helm
- Linux集群和自動化運維
- 計算機系統開發與優化實戰
- Windows Server 2019 Administration Fundamentals
- 嵌入式實時操作系統μC/OS原理與實踐
- Linux使用和管理指南:從云原生到可觀測性
- Android物聯網開發細致入門與最佳實踐
- Kali Linux高級滲透測試
- 跟老男孩學Linux運維:Shell編程實戰
- Windows 7實戰從入門到精通(超值版)
- Linux從入門到精通(視頻教學版)
- Android應用性能優化最佳實踐
- Mastering Sass
- 辦公自動化教程(Windows7+Office2010)
- BuddyPress Theme Development