Get-VBRCloudTenant

Short Description

Returns cloud tenant accounts.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Requires a cloud provider license.

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get all cloud tenant accounts.

Get-VBRCloudTenant  [<CommonParameters>]

  • Get cloud tenant accounts by the tenant account ID.

Get-VBRCloudTenant [-Id <guid[]>]  [<CommonParameters>]

  • Get cloud tenant accounts by the tenant account name.

Get-VBRCloudTenant [-Name <string[]>]  [<CommonParameters>]

  • Get cloud tenant accounts by a repository they use.

Get-VBRCloudTenant [-Repository <CBackupRepository[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns cloud tenant accounts of the following types:

  • Simple cloud tenant accounts
  • Cloud Director tenant accounts

Important!

The cmdlet gets only information on a number of licensed objects. To get information on backups stored in quota (non-licensed objects), see the Tenant Machine Count section in Veeam Cloud Connect Guide.

Note

The cmdlet returns information on a number of processed workloads that consume instances from the license scope. Instances are not consumed if a provider obtains a rental license and workloads have been processed for the first time during the current month. These workloads are counted separately and the cmdlet will display them under the following tenant settings:

  • NewVMBackupCount
  • NewWorkstationBackupCount
  • NewServerBackupCount
  • NewReplicaCount

Workloads that start to consume instances on the first day of the following month are displayed under the following tenant settings:

  • VMCount
  • WorkstationCount
  • ServerCount
  • ReplicaCount

If a tenant obtains a rental license, these workloads do not consume instances from the provider license scope and are displayed under the following tenant settings:

  • RentalVMBackupCount
  • RentalWorkstationBackupCount
  • RentalServerBackupCount
  • RentalReplicaCount

 

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Id

Specifies an array of cloud tenant IDs you want to get.

Accepts GUID or string.

False

Named

True (ByValue,
ByProperty
Name)

Name

Specifies an array of cloud tenant names. The cmdlet will return details on tenants with specified names.

String

False

Named

True (ByValue,
ByProperty
Name)

Repository

Specifies an array of backup repositories. The cmdlet will return the tenants that use these repositories.

You can specify simple or scale-out backup repositories.

You cannot specify cloud repositories.

Accepts the CBackupRepository[] object. To get this object, run the Get-VBRBackupRepository cmdlet.

False

Named

True (ByValue,
ByProperty
Name)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Objects

Examples

Get-VBRCloudTenantExample 1. Getting All Cloud Tenants

Get-VBRCloudTenantExample 2. Getting Cloud Tenant by Tenant Account Name

Get-VBRCloudTenantExample 3. Getting Cloud Tenant by Tenant Account Backup Repository

Related Commands

Get-VBRBackupRepository

Page updated 4/24/2024

Page content applies to build 12.3.1.1139