Hi,
I'm trying to report on the following per vCenter:
VM name, all custom attribute fields including fields with no values. I've found some good examples in the community on interjecting new values but not on just reporting. Is there something more robust than below? Pulling from vCenter DB, etc..
Get-VM | Select Name -ExpandProperty CustomFields
Thanks..
What do you mean by "...more robust"?
Is that line failing, incomplete, or producing errors?
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
It runs successfully, but we are also using vCloud Director with meta data/tags. It looks like these are not passed into vCenter. Is there a mechanism to pass them or at least query the data from vCD? The cmdlets for vCloud Director look pretty limiting.
Since your question is obviously about vCD I moved the thread to that community.
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
I'm trying to do the following:
Get a report of all associated Metadata with each VM in vCloud Director.. Ideally i'd have vorg name, vdc, vapp, and vm name and associated metadata for just the VM.
Ok, i'm close..
