Compare-EsxImageProfile

Returns an ImageProfileDiff object that specifies whether two profiles have the same VIB list and acceptance level. If two profiles are different, the ImageProfileDiff object specifies the differences.

Syntax

[-ComparisonProfile]  <ImageProfile>
-ReferenceProfile  <ImageProfile>
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
ComparisonProfile
ImageProfile 1 (prompt) The image profile to compare against. 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
required
ReferenceProfile
ImageProfile named
  • pipeline
  • (pipeline input, prompt) Specifies the reference image profile for comparison.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

    Compare-EsxImageProfile "Profile 1" "Profile 2"

    Compares Profile 1 with Profile 2.

    Feedback

    Was this page helpful?