Remove-EsxImageProfile

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

Syntax

-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".

    Feedback

    Was this page helpful?