Remove-EsxImageProfile Command | Vmware PowerCLI Reference

Remove-EsxImageProfile

Removes existing image profiles. You cannot remove an image profile if its ReadOnly property is True.

Syntax

Remove-EsxImageProfile
-ImageProfile < ImageProfile[] >
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
ImageProfile ImageProfile[] named
  • pipeline
(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

ESXImageProfileAssociation

Associates the specified image profile with the specified ESXi system.

EsxCli

This cmdlet exposes the ESXCLI functionality.

EsxImageProfile

EsxSoftwareDepot

EsxSoftwarePackage

EsxTop

This cmdlet exposes the esxtop functionality.