Get-VBRCloudUnavailableBackupFile
Short Description
Returns a list of backup files that are marked as unavailable for the specified cloud tenant.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRCloudUnavailableBackupFile -CloudTenant <IVBRCloudTenant> [<CommonParameters>] |
Detailed Description
This cmdlet returns a list of backup files that are marked as unavailable for the specified cloud tenant.
Important |
|
This cmdlet is intended for the service provider side only. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CloudTenant |
Specifies a cloud tenant account for which you want to get a list of backup files marked as unavailable.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Getting Unavailable Backup Files for Cloud Tenant Account
This example shows how to get a list of backup files that are marked as unavailable for the ABC Company cloud tenant account.
|
$tenant = Get-VBRCloudTenant -Name "ABC Company" $backupfiles = Get-VBRCloudUnavailableBackupFile -CloudTenant $tenant |
Perform the following steps:
- Run the
Get-VBRCloudTenantReturns cloud tenant accounts. cmdlet. Specify theNameparameter value. Save the result to the$tenantvariable. - Run the
Get-VBRCloudUnavailableBackupFilecmdlet. Set the$tenantvariable as theCloudTenantparameter value. Save the result to the$backupfilesvariable.
Related Commands
Forget-VBRCloudUnavailableBackupFileRemoves backup files, that are no longer available, from a cloud repository.Get-VBRCloudTenantReturns cloud tenant accounts.