Get-VBRUnstructuredBackupJob

Short Description

Returns file backup jobs and object storage backup jobs.

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

This cmdlet provides parameter sets that allow you to:

  • Get file backup jobs and object storage backup jobs by jobs IDs.

Get-VBRUnstructuredBackupJob -Id <guid[]>  [<CommonParameters>]

  • Get file backup jobs and object storage backup jobs by jobs names.

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

Detailed Description

This cmdlet returns file backup jobs and object storage backup jobs.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies an array of IDs for file backup jobs and object storage backup jobs. The cmdlet will return an array of jobs with the specified ID.

Guid[]

True

Named

False

Name

Specifies an array of names for file backup jobs and object storage backup jobs. The cmdlet will return an array of jobs with the specified name.

String[]

True

Named

False

<CommonParameters>

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

Output Object

The cmdlet returns the VBRUnstructuredBackupJob object that contains settings of file backup jobs and object storage backup jobs.

Examples

Get-VBRUnstructuredBackupJobExample 1. Getting File Backup Job by Name

This command returns the SMB Backup file backup job.

Get-VBRUnstructuredBackupJob -Name "SMB Backup"

Get-VBRUnstructuredBackupJobExample 2. Getting Object Storage Backup Job by ID

This command returns the 0789b522-c02c-4d05-a619-dee26520495d object storage backup job.

Get-VBRUnstructuredBackupJob -ID "0789b522-c02c-4d05-a619-dee26520495d"

Page updated 4/8/2024

Page content applies to build 12.1.1.56