- VMware vSphere 5.5 Cookbook
- Abhilash GB
- 147字
- 2021-07-23 20:21:59
Removing an ESXi image profile
Starting with the vSphere Image Builder 5.1, there is a cmdlet Remove-EsxImageProfile
to remove an image profile. The command and its syntax remain the same with vSphere Image Builder 5.5 as well.
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"
How it works...
The Remove-EsxImageProfile
command will only delete the image profile from the current vSphere PowerCLI session. 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.
推薦閱讀
- What's New in TensorFlow 2.0
- C語言程序設計教程(第2版)
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- Hands-On RESTful Web Services with Go
- 小學生C++創意編程(視頻教學版)
- C語言程序設計
- 微服務架構深度解析:原理、實踐與進階
- 時空數據建模及其應用
- 網絡數據采集技術:Java網絡爬蟲實戰
- 零基礎學C語言(升級版)
- Learning Unreal Engine Game Development
- Web前端開發技術:HTML、CSS、JavaScript
- ROS機器人編程實戰
- Building UIs with Wijmo
- VMware vSphere Design Essentials