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

Get-VBREPSession

Short Description

Returns Endpoint backup jobs session.

Syntax

Get-VBREPSession  [<CommonParameters>]

-OR-

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

Related Commands

None

Return Type

VBRSession[]

Detailed Description

This cmdlet returns Veeam Endpoint backup job sessions that have been run.

You can get the list of all Endpoint backup job sessions or search for instances directly by name. Use an appropriate parameter set for each case.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the name of the Endpoint backup job for which you want to get the sessions.

You can assign multiple names to this object.

False

Named

False

True

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Example 1

This command gets the list of all Endpoint backup jobs sessions.

PS C:\PS> Get-VBREPSession

Example 2

This command gets the list of sessions of an Endpoint backup job named 'Backup Job Mediaserver'.

PS C:\PS> Get-VBREPSession -Name 'Backup Job Mediaserver'