--- title: "Get-VBRCloudTapeBackupTenantRepository" description: "This cmdlet returns the array of tenant cloud repositories. You can run this cmdlet from the service provider side only." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrcloudtapebackuptenantrepository.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Tape Devices > Tenant to Tape > Get-VBRCloudTapeBackupTenantRepository" dateModified: "2026-08-19" --- # Get-VBRCloudTapeBackupTenantRepository ## Short Description Returns tenant cloud repositories. **Product Edition**: Enterprise Requires Cloud Connect license ## Syntax This cmdlet provides the following parameter sets:
Name (Default)
Id
TenantId
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for tenant backup repositories. The cmdlet will return the tenant backup repositories with the specified IDs. |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies an array of friendly names for tenant backup repositories. The cmdlet will return the tenant backup repositories with these names. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
TenantId |
Specifies an array of tenant IDs. The cmdlet will return tenant backup repositories with the specified tenant IDs. |
|
True |
Named |
True (ByPropertyName, ByValue) |