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[] >
[-ProgressAction < ActionPreference > ]
[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
optional ProgressAction ActionPreference named

Output

Examples

Example 1

Remove-EsxImageProfile -ImageProfile "My custom profile"

Remove image profile "My custom profile".

Related Commands

ESXImageProfileAssociation

Set-ESXImageProfileAssociation [-ImageProfile] <ImageProfile> [-Entities] <VIObjectCore[]> [<CommonParameters>]

EsxCli

This cmdlet exposes the ESXCLI functionality.

EsxImageProfile

EsxSoftwareDepot

EsxSoftwarePackage

EsxTop

This cmdlet exposes the esxtop functionality.