Get-VBRvCDCloudOrganizationUser
Short Description
Returns vCD cloud user accounts.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRvCDCloudOrganizationUser [-Name <string[]>] [-vCDCloudProvider <VBRCloudProvider[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns the VBRvCDCloudOrganizationUser object that contains the details about vCD user accounts added to your Organization. You can use this object to create new subtenants.
|
Mind the following:
|
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Name | Specifies an array of names for the vCD user account that you want to get. | String[] | False | Named | True (ByValue, |
vCDCloudProvider | Specifies the service provider added to Veeam Backup & Replication. | Accepts the VBRCloudProvider[] object. To get this object, run the Get-VBRCloudProvider cmdlet. | False | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
Examples
Example 1. Getting All vCD User Accounts in vCD Organization
This example shows how to get all vCD user accounts added to your vCD Organization.
|
Example 2. Getting vCD User Account by Name
This example shows how to get a vCD user by name.
|
Example 3. Getting vCD User Account by vCD Service Provider
This example shows how to get a vCD user by vCD service provider.
Perform the following steps:
|
Related Commands