varun_lv
Contributor
Contributor

ImageBuild Issues

I am trying to build a custon ISO image with VAAI package and after adding the package using Add-EsxSoftwareDepot I:\vreddy\ISO's\VMware_VAAI_2.2_QL227-10502.zip, it takes me here(see screen shot) and does nothing. let me know what is the issue here.

Capture.PNG

Reply
0 Kudos
LucD
Leadership
Leadership

It's caused by the single quote in the filename, the PowerShell parser thinks your line isn't finished yet, hence the ">>" prompt.

You will have to escape the quote.


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos
varun_lv
Contributor
Contributor

Thanks!! I used different path and now it worked.

View solution in original post

Reply
0 Kudos