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]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
VIObjectCore | named |
|
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
VMHostAttributes
Gets the identifying attributes of a host.
VMHostImageProfile
Gets the image profile associated with the specified ESXi host.
VMHostMatchingRules
Retrieves the list of rules in the rule set that match a specified host.