Get-VBRDeletedDehydratedBackupFile
Short Description
Returns a list of backup files deleted from the capacity tier and preserved by insider protection.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRDeletedDehydratedBackupFile [-Name <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns a list of backup files deleted from the capacity tier and preserved by insider protection.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies backup files names. The cmdlet will return backup files with these names. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRDeletedDehydratedBackupFile
Examples
Getting Deleted Backup Files by Name
This command returns backup files with MonthlyReport in name.
|
Get-VBRDeletedDehydratedBackupFile -Name "MonthlyReport" |