-
- Service Provider
- Posts: 327
- Liked: 23 times
- Joined: Oct 09, 2012 2:30 pm
- Full Name: Maso
- Contact:
VCloud metadata
Hi!
Is there a way to find vcloud director metadata using Veeam ps? I have done some testing with Find-VBRvCloudEntity. But no metadata info.
\Magnus
Is there a way to find vcloud director metadata using Veeam ps? I have done some testing with Find-VBRvCloudEntity. But no metadata info.
\Magnus
-
- Product Manager
- Posts: 9847
- Liked: 2607 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: VCloud metadata
Hi Magnus
What Metadata are you looking for?
The one from the VMs?
Thanks
Fabian
What Metadata are you looking for?
The one from the VMs?
Thanks
Fabian
Product Management Analyst @ Veeam Software
-
- Service Provider
- Posts: 327
- Liked: 23 times
- Joined: Oct 09, 2012 2:30 pm
- Full Name: Maso
- Contact:
Re: VCloud metadata
Hi!
Yes, but also metadata you can find under "Administration".
\Magnus
Yes, but also metadata you can find under "Administration".
\Magnus
-
- Veeam Software
- Posts: 2010
- Liked: 670 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: VCloud metadata
Hi Magnus,
We don't keep vCloud metadata in our powershell classes. So, the nearest ps way would be PowerCLI module.
For example, to pull organization metadata you would need Get-Org cmdlet together with metadata method:
Thanks,
Oleg
We don't keep vCloud metadata in our powershell classes. So, the nearest ps way would be PowerCLI module.
For example, to pull organization metadata you would need Get-Org cmdlet together with metadata method:
Code: Select all
$org = Get-Org
$org.ExtensionData.GetMetadata()
Oleg
-
- Service Provider
- Posts: 327
- Liked: 23 times
- Joined: Oct 09, 2012 2:30 pm
- Full Name: Maso
- Contact:
Re: VCloud metadata
Ok, thanks! I know I can use powercli but would be nice if it could be collected with Veeam ps. Then I would not have to think about authentication because it is already built-in Veeam.
Is it possible to collect Veeam credentials for a vcloud director and then use that credential objects when connecting with Powercli?
\Magnus
Is it possible to collect Veeam credentials for a vcloud director and then use that credential objects when connecting with Powercli?
\Magnus
-
- Veeam Software
- Posts: 2010
- Liked: 670 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: VCloud metadata
Noted obtaining metadata as a feature request. As for credentials case, there is no type conversion supported between Veeam and PowerCLI modules, and there is virtually no way (at least that I know of) to get plain password for VBR credentials through powershell. So, you'd still need to type in your password manually.
Thanks,
Oleg
Thanks,
Oleg
Who is online
Users browsing this forum: No registered users and 13 guests