ESX Category

Cmdlets are usually implemented around resource operations. The four basic operations are CREATE, READ, UPDATE and DELETE. This set of operations is known as CRUD. Most of the cmdlets support CRUD which are respectively cmdlets that start with the New/Get/Set/Remove cmdlet verbs but they also may have additional operations.

Step 1: Run commands from the CRUD group 

You can UPDATE objects by using Set-ESXImageProfileAssociation cmdlet. See example below:
C:\PS> Set-ESXImageProfileAssociation "MyImage" "h1","h2"

Step 2: Explore More Related Commands: 


Add-EsxSoftwareDepot
Add-EsxSoftwarePackage
Compare-EsxImageProfile
Export-EsxImageProfile
Get-EsxImageProfile
Get-EsxSoftwareDepot
Get-EsxSoftwarePackage
New-EsxImageProfile
Remove-EsxImageProfile
Remove-EsxSoftwareDepot
Remove-EsxSoftwarePackage
Set-EsxImageProfile
Get-EsxCli This cmdlet exposes the ESXCLI functionality.
Get-EsxTop This cmdlet exposes the esxtop functionality.
Feedback

Was this page helpful?