- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!! I used different path and now it worked.