Get-VBRBackupObject

Short Description

Returns backups of machines.

Note

This cmdlet is available starting from Veeam Backup & Replication 12.1 (build 12.1.0.2131).

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VBRBackupObject -Backup <CBackup>  [<CommonParameters>]

Detailed Description

This cmdlet returns backups of machines. You can scan these backups with antivirus or YARA scan.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Backup

Specifies a backup with backed-up machines.

Accepts the CBackup object. To get this object, run the Get-VBRBackup cmdlet.

 

 

 

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRBackupObject

Examples

Getting Backups of Machines

This example shows how to get backups of machines.

$backup = Get-VBRBackup

$vmbackup = Get-VBRBackupObject -Backup $backup

Perform the following steps:

  1. Run the Get-VBRBackup cmdlet. Save the result to the $backup variable.
  2. Run the Get-VBRBackupObject cmdlet. Set the $backup variable as the Backup parameter value. Save the result to the $vmbackup variable.

Related Commands

Get-VBRBackup

Page updated 3/8/2024

Page content applies to build 12.1.1.56