Get-VBRUnstructuredBackupTaskSession

Short Description

Returns tasks for file share and object storage backup sessions.

Applies to

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get file share and object storage backup session tasks by the file share names.

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

  • Get file share and object storage backup session tasks by their IDs.

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

  • Get file share and object storage backup session tasks for the backup session.

Get-VBRUnstructuredBackupTaskSession -Session <VBRUnstructuredBackupSession>  [<CommonParameters>]

Detailed Description

This cmdlet returns tasks for file share and object storage backup sessions. Veeam Backup & Replication creates a separate task for each file share within a backup session.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of file share and object storage names. The cmdlet will return tasks with these names.

String[]

True

Named

False

Id

Specifies an array of IDs for file share and object storage backup session tasks. The cmdlet will return tasks with these IDs.

Guid[]

True

Named

False

Session

Specifies the file share and object storage backup session. The cmdlet will return tasks that run within this session.

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

True

Named

False

<CommonParameters>

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

Output Object

VBRUnstructuredBackupTaskSession

Examples

Get-VBRUnstructuredBackupTaskSessionExample 1. Getting Backup Session Tasks for File Share by Its Name

Get-VBRUnstructuredBackupTaskSessionExample 2. Getting Backup Session Tasks by Task IDs

Get-VBRUnstructuredBackupTaskSessionExample 3. Getting Backup Session Tasks for Backup Session

Related Commands

Get-VBRUnstructuredBackupSession

Page updated 8/14/2024

Page content applies to build 12.3.1.1139