I'm using Image Builder CLI and I have just attempted to add a software package to an image profile. How can I view a list of all the software packages that are part of an image profile?
The command I ran was:
Add-EsxSoftwarePackage -ImageProfile New-ESXi-ImageProfile -SoftwarePackage net-ip-ctx
How can I see that the "net-ip-ctx" software package actually exists in "new-ESXi-ImageProfile"?
Thanks