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