8.0

Table Of Contents
2 Get the acceptance level for the image profile.
Get-EsxImageProfile -Name string
3 Set the acceptance level of the image profile.
Set-EsxImageProfile -Name string -AcceptanceLevel level
Structure of ImageProfile, SoftwarePackage, and ImageProfileDiff
Objects
Knowing the structure of ImageProfile, SoftwarePackage, and ImageProfileDiff objects helps
you manage deployment and upgrade processes.
ImageProfile Object Properties
The ImageProfile object, which is accessible with the Get-EsxImageProfile PowerCLI cmdlet,
has the following properties.
Name Type Description
AcceptanceLevel AcceptanceLevel Determines which VIBs you can add to
the profile. Levels are VMwareCertified,
VMwareAccepted, PartnerSupported,
and CommunitySupported. See
Working with Acceptance Levels.
Author System.String The person who created the profile. 60
characters or fewer.
CreationTime System.DateTime The timestamp of creation time.
Description System.String The full text description of profile. No
length limit.
GUID System.String Globally unique ID of the image profile.
ModifiedTime System.DateTime The timestamp of last modification
time.
Name System.String The name of the image profile. 80
characters or fewer.
ReadOnly System.Boolean When set to true, the profile cannot
be edited. Use Set-EsxImageProfile
-Readonly to make your custom image
profiles read-only.
Rules ImageProfileRule[] Any OEM hardware requirements and
restrictions that the image profile
might have. vSphere Auto Deploy
verifies the value of this property when
deploying an image profile and deploys
the profile if matching hardware is
available.
VMware ESXi Installation and Setup
VMware, Inc. 39