This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBREC2Backup

Short Description

Returns EC2 instance backups.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Get-VBREC2Backup [-Name <string[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns an array of EC2 instance backups.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of names for EC2 instance backups. The cmdlet will return EC2 instance backups with the specified names.

String[]

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBREC2Backup object that contains an array of EC2 instance backups.

Examples

Getting EC2 Instance Backups

This command returns all EC2 instance backups.

Get-VBREC2Backup