VMware ESXi 5.0 Installation and RWC2 Tips and Tricks White Paper
ESXi 5.0 Related RAID Operations
22
Figure 33. Show Image Profiles
6. Type the command $profs=Get-EsxImageProfile
In above step, you can use the “Get-EsxImageProfile” command to return the image
profiles directory, here you can also get the image profiles and save them in “profs”, you
will get an array with two elements, profs[0] is the ESXi-5.0.0-469512-no-tools image
profile and profs[0] is the ESXi-5.0.0-469512-standard image profile. By save the image
profiles into the array, you can call them by the “profs[0]” or “profs[1]” instead of the long
string of the image profile.
Figure 34. Get and Save Image Profile