Get-VBRDeletedDehydratedBackupFile

Short Description

Returns a list of backup files deleted from the capacity tier and preserved by insider protection.

Applies to

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.

String

False

Named

False

Output Object

The cmdlet returns the VBRDeletedDehydratedBackupFile object that contains an array of deleted dehydrated backup files from the capacity tier.

Examples

Getting Deleted Backup Files by Name

This command returns backup files with MonthlyReport in name.

Get-VBRDeletedDehydratedBackupFile -Name "MonthlyReport"