Azure / avslabs

Automation to build AVS Labs with nested VMware environments simulating on-premises.
MIT License
6 stars 11 forks source link

Current version of the bootstrap-nestedlab.ps1 does not extract #6

Closed starkilla2003 closed 1 month ago

starkilla2003 commented 10 months ago

The powershell script seems to be missing a "\" at the end of the path for extraction. When I run it only a file was created. After manuall adding the backslash it seems to be working.

Also in that instance the script pretends to run successfully. Maybe another check to fail gracefully is needed.

husamhilal commented 7 months ago

Thanks a lot Frank for the feedback 👍 Can you please confirm that? I used the automation not long ago, and I also know others used it, and they didn't have the issue.

starkilla2003 commented 7 months ago

I had that issue last week. But sadly I changed the trailing backslash AND extended the C: disk because the default one is too small.

Will try to confirm it again.

husamhilal commented 7 months ago

If you can point me please where the missing double quotes are, that would help 👍