- 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內核完全注釋(20周年版·第2版)
- Kali Linux滲透測試全流程詳解
- SharePoint 2013 WCM Advanced Cookbook
- 嵌入式Linux應用開發(fā)菜鳥進階
- 直播系統(tǒng)開發(fā):基于Nginx與Nginx-rtmp-module
- Red Hat Enterprise Linux 6.4網(wǎng)絡操作系統(tǒng)詳解
- Windows 8實戰(zhàn)從入門到精通(超值版)
- 分布式高可用架構之道
- CentOS 6 Linux Server Cookbook
- Troubleshooting Docker
- Drupal 7 Cookbook
- Docker容器技術與應用
- Less Web Development Essentials
- Getting Started with Raspberry Pi Zero
- Microsoft DirectAccess Best Practices and Troubleshooting