- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
using powercli to find template that vapp get deployed from In vCloud Director
in vcloud director, template description does not copied to vapp deployed from it. I have to use PowerCLI to copy it. I'm trying to use powercli to find template that vapp get deployed from In vCloud Director.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
Within the UI, there should be metadata (depending on the version you are using) that gives the the name, ID and type that the vApp was deployed from.
Those values should be named:
vapp.origin.id
vapp.origin.name
vapp.origin.type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the answer. is there a way to use powercli to get that information?