Get-VMHostImageProfile

Gets the image profile currently associated with the specified ESXi host. Use the Get-VMHost cmdlet to retrieve the host.

Syntax

-Entity  <VIObjectCore>
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Entity
VIObjectCore named
  • pipeline
  • Host to retrieve the image profile information for.

    Output

    Examples


    Example 1

    C:\PS> Get-VMHostImageProfile -Entity h1

    Get the image profile associated with host "h1".

    Example 2

    C:\PS> Get-VMHostImageProfile -Entity (Get-VMHost "h1")

    Get the image profile associated with host "h1".

    Related Commands

    Feedback

    Was this page helpful?