Remove-EsxImageProfile
Removes existing image profiles. You cannot remove an image profile if its ReadOnly property is True.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
ImageProfile[] | named |
|
(Pipeline input, prompt) Specifies the image profile to remove. Takes one of the following forms:* Name of an image profile, as displayed in the Name column of Get-EsxImageProfile, or the Name property of any ImageProfile object* ImageProfile object |
Output
Examples
Example 1
Remove-EsxImageProfile -ImageProfile "My custom profile"
Remove image profile "My custom profile".
Related Commands
EsxImageProfile
EsxSoftwareDepot