Get-VBRNASBackupJob (obsolete)

Short Description

Returns file backup jobs.

Note

This cmdlet is obsolete. Run the Get-VBRUnstructuredBackupJob cmdlet instead.

Applies to

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get all file backup jobs.

Get-VBRNASBackupJob  [<CommonParameters>]

  • Get a file backup job by the file backup job name.

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

  • Get a file backup job by the file backup job ID.

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

Detailed Description

This cmdlet returns file backup jobs.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies a name of a file backup job. The cmdlet will return an array of jobs with the specified name.

String[]

True

Named

False

Id

Specifies an ID of a file backup job. The cmdlet will return an array of jobs with the specified ID.

Guid[]

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 VBRNASBackupJob object that contains settings of file backup jobs.

Examples

Get-VBRNASBackupJob (obsolete))Example 1. Getting all File Backup Jobs

Get-VBRNASBackupJob (obsolete))Example 2. Getting File Backup Job by Name

Get-VBRNASBackupJob (obsolete))Example 3. Getting File Backup Job by ID

Page updated 1/6/2025

Page content applies to build 12.3.1.1139