Find-VBRvCloudEntity
Short Description
Looks for Cloud Director entities.
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Full (Default)Find-VBRvCloudEntity [-Name <String[]>] [-Server <CHost[]>] [-EntityRef <String>] [-Full] [<CommonParameters>]
-
VAppFind-VBRvCloudEntity [-Name <String[]>] [-Server <CHost[]>] [-EntityRef <String>] [-VApp] [<CommonParameters>]
-
VAppTemplateFind-VBRvCloudEntity [-Name <String[]>] [-Server <CHost[]>] [-EntityRef <String>] [-Template] [<CommonParameters>]
-
VMTemplateFind-VBRvCloudEntity [-Name <String[]>] [-Server <CHost[]>] [-EntityRef <String>] [-VmTemplate] [<CommonParameters>]
-
VMFind-VBRvCloudEntity [-Name <String[]>] [-Server <CHost[]>] [-EntityRef <String>] [-Vm] [<CommonParameters>]
-
OrganizationVdcFind-VBRvCloudEntity [-Name <String[]>] [-Server <CHost[]>] [-EntityRef <String>] [-OrganizationVdc] [<CommonParameters>]
-
StorageProfileFind-VBRvCloudEntity [-Name <String[]>] [-Server <CHost[]>] [-EntityRef <String>] [-StorageProfile] [<CommonParameters>]
-
DatastoreFind-VBRvCloudEntity [-Name <String[]>] [-Server <CHost[]>] [-EntityRef <String>] [-Datastore] [<CommonParameters>]
-
VcFind-VBRvCloudEntity [-Name <String[]>] [-Server <CHost[]>] [-EntityRef <String>] [-Vc] [<CommonParameters>]
-
OrganizationFind-VBRvCloudEntity [-Name <String[]>] [-Server <CHost[]>] [-EntityRef <String>] [-Organization] [<CommonParameters>]
-
OrganizationUserFind-VBRvCloudEntity [-Name <String[]>] [-Server <CHost[]>] [-EntityRef <String>] [-OrganizationUser] [<CommonParameters>]
Detailed Description
This cmdlet looks for Cloud Director entities. Use this cmdlet to get Cloud Director entities from the Service Provider's Veeam backup server.
To get Cloud Director entities from the Tenant Veeam Backup & Replication, use the following cmdlets:
- Run the
Get-VBRvCDCloudOrganizationvDCReturns organization VDCs. cmdlet to get the organization VDC. - Run the
Get-VBRvCDCloudStoragePolicyReturns Cloud Director storage policies. cmdlet to get the Cloud Director storage policy. - Run the
Get-VBRvCDCloudvAppReturns VDC vApps. cmdlet to get Cloud Director vApps. - Run the
Get-VBRvCDCloudOrganizationUserReturns Cloud Director user accounts. cmdlet to get the organization users.
Important |
|
Consider the following:
|
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Datastore |
Defines that the cmdlet will return only datastores. |
|
False |
Named |
False |
|
EntityRef |
Specifies one of the following Cloud Director entities:
The cmdlet will return these entities. |
|
False |
Named |
False |
|
Full |
Defines that the cmdlet will return only Cloud Director entities. |
|
False |
Named |
False |
|
Name |
Specifies the array of Cloud Director entity names. The cmdlet will return entities with these names. |
|
False |
Named |
False |
|
Organization |
Defines that the cmdlet will return only Organizations. |
|
False |
Named |
False |
|
OrganizationUser |
Defines that the cmdlet will return only Organization users. Note: The cmdlet will not return users with administrator roles. |
|
False |
Named |
False |
|
OrganizationVdc |
Defines that the cmdlet will return only organization VDCs. |
|
False |
Named |
False |
|
Server |
Specifies the array of servers. The cmdlet will return Cloud Director entities located on these servers.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
StorageProfile |
Defines that the cmdlet will return only storage profiles. |
|
False |
Named |
False |
|
Template |
Defines that the cmdlet will return only vApp templates. |
|
False |
Named |
False |
|
VApp |
Defines that the cmdlet will return only vApps. |
|
False |
Named |
False |
|
Vc |
Defines that the cmdlet will return only vCenter Servers managed by Cloud Director. |
|
False |
Named |
False |
|
Vm |
Defines that the cmdlet will return only VMs. |
|
False |
Named |
False |
|
VmTemplate |
Defines that the cmdlet will return only VM templates. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
CVcdSystemItemCVcdOrganizationItemCVcdOrganizationVdcItemCVcdVappItemCVcdVmItemCVcdOrgVdcStorageProfileCVcdDatastoreRestoreInfoCVcdVcInfoVBRvCloudOrganizationUser
Examples
Example 1. Getting All Cloud Entities
|
This example shows how to look for all Cloud Director entities registered on the server.
Perform the following steps:
|
Example 2. Getting Cloud Director Server by Name
|
This example shows how to look for the particular Cloud Director server.
Perform the following steps:
|
Example 3. Getting vApps on Specific Cloud Director Server
|
This example shows how to get the vApps on the particular Cloud Director server.
Perform the following steps:
|
Example 4. Getting Datastore on Sprecific Cloud Director Server
|
This example shows how to get the datastore on the particular Cloud Director server.
Perform the following steps:
|
Example 5. Getting All Organization DCs
|
This command gets all Organization DCs.
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.